[gnome-shell-sass] make week numbers more ligible



commit c67499686eb40b821784561fbb0596cc470d8017
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon Feb 1 13:15:36 2016 +0100

    make week numbers more ligible
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683245

 _common.scss |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index e97e763..e4c0176 100644
--- a/_common.scss
+++ b/_common.scss
@@ -861,11 +861,11 @@ StScrollBar {
       .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);
+        width: 2.3em; height: 1.8em;
+        border-radius: 2px;
+        padding: 0.5em 0 0;
+        margin: 6px;
+        background-color: transparentize($fg_color,0.7);
         color: $bg_color;
       }
 


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