diff options
author | Horst3180 | 2015-05-23 09:27:51 +0200 |
---|---|---|
committer | Horst3180 | 2015-05-23 09:27:51 +0200 |
commit | 4df2426eaa1992fa8c02c5b050869e0c189e34b2 (patch) | |
tree | 29abc1191fed013121ace512b8606658231bab0e /gnome-shell | |
parent | 5c3aab6fa5085d947693f5933a312f56b7c58d82 (diff) | |
download | solarc-theme-4df2426eaa1992fa8c02c5b050869e0c189e34b2.tar.gz solarc-theme-4df2426eaa1992fa8c02c5b050869e0c189e34b2.tar.xz solarc-theme-4df2426eaa1992fa8c02c5b050869e0c189e34b2.zip |
gnome-shell: readable focused calendar day
Diffstat (limited to 'gnome-shell')
-rw-r--r-- | gnome-shell/_common.scss | 4 | ||||
-rw-r--r-- | gnome-shell/gnome-shell.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index dd0ef43..a7ebf69 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -1040,8 +1040,8 @@ StScrollBar { &:hover, &:focus { background-color: transparentize(black, 0.9); } &:active { - color: $selected_fg_color; - background-color: lighten($header_bg, 15%); + color: $fg_color; + background-color: transparentize(black, 0.85); border-width: 0; //avoid jumparound due to today } diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 9edbfee..dfc45a1 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -804,8 +804,8 @@ StScrollBar { .calendar-day-base:hover, .calendar-day-base:focus { background-color: rgba(0, 0, 0, 0.1); } .calendar-day-base:active { - color: #ffffff; - background-color: rgba(255, 255, 255, 0.95); + color: #5c616c; + background-color: rgba(0, 0, 0, 0.15); border-width: 0; } .calendar-day-base.calendar-day-heading { color: rgba(92, 97, 108, 0.85); |