diff options
author | Jakub Steiner <jimmac@gmail.com> | 2015-04-15 13:02:28 +0200 |
---|---|---|
committer | Jakub Steiner <jimmac@gmail.com> | 2015-04-15 13:02:28 +0200 |
commit | 2cc9e9e7fc227eecdc1c0c0b088342e88c833a4f (patch) | |
tree | ce96665f006af3d491cba70ed44aa1879ab7f8df | |
parent | b890a4003e711a4094a84c3ef8367e3f6417bcd4 (diff) | |
download | gnome-shell-sass-2cc9e9e7fc227eecdc1c0c0b088342e88c833a4f.tar.gz |
calendar: make day with events more prominent
https://bugzilla.gnome.org/show_bug.cgi?id=747715
-rw-r--r-- | _common.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_common.scss b/_common.scss index 691cf2b..975228b 100644 --- a/_common.scss +++ b/_common.scss @@ -826,8 +826,9 @@ StScrollBar { border: 1px solid transparentize($borders_color,0.5); } .calendar-day-with-events { - color: darken($fg_color,5%); + color: lighten($fg_color,10%); font-weight: bold; + background-image: url("resource:///org/gnome/shell/theme/calendar-today.svg"); } .calendar-other-month-day { color: transparentize($fg_color,0.85); |