LoginSignup
1
1

More than 5 years have passed since last update.

APEX5.1 Tips カレンダーの当日の色を変更する方法

Last updated at Posted at 2017-06-05

APEXのカレンダーの当日はグレーで目立たない。
tip1-1.gif

色を変更したいときはページ・デザイナの左ペインの最上位を選択し、
tip1-2.gif

CSSのインラインに以下の文を追加すればグレーから好きな色に変更できます。

body .ui-widget-content.fc-today.ui-state-highlight {
    background-color: #ffff00;
}

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1