[gnome-shell-sass] calendar: make day with events more prominent



commit 2cc9e9e7fc227eecdc1c0c0b088342e88c833a4f
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Apr 15 13:02:28 2015 +0200

    calendar: make day with events more prominent
    
    https://bugzilla.gnome.org/show_bug.cgi?id=747715

 _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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]