[gnome-shell-sass] style week numbers



commit 9195df2df751778b5ddea02c04f30fc1e4ffbe6e
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Jan 13 14:48:43 2016 +0100

    style week numbers
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683245

 _common.scss |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 41f490b..d234b97 100644
--- a/_common.scss
+++ b/_common.scss
@@ -858,6 +858,16 @@ StScrollBar {
         color: transparentize($fg_color,0.85);
         opacity: 0.5;
       }
+      .calendar-week-number {
+        font-size: 70%;
+        font-weight: bold;
+        width: 2.8em; height: 2em;
+        border-radius: 2px 1em 2px 2px;
+        padding: 0.9em 0 0;
+        margin: 3px;
+        background-color: transparentize($fg_color,0.9);
+        color: $bg_color;
+      }
 
       /* Message list */
       .message-list {


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