[gnome-shell] theme: make week numbers more legible



commit 91d70f2487ee01ffeed49ac917c62eaaa5e13f7b
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon Feb 1 13:16:20 2016 +0100

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

 data/theme/gnome-shell-high-contrast.css |   12 ++++++------
 data/theme/gnome-shell-sass              |    2 +-
 data/theme/gnome-shell.css               |   12 ++++++------
 3 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 3bf9b0d..47c3090 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -755,12 +755,12 @@ 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: rgba(255, 255, 255, 0.1);
+  width: 2.3em;
+  height: 1.8em;
+  border-radius: 2px;
+  padding: 0.5em 0 0;
+  margin: 6px;
+  background-color: rgba(255, 255, 255, 0.3);
   color: #000; }
 
 /* Message list */
diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass
index 1d35c28..c674996 160000
--- a/data/theme/gnome-shell-sass
+++ b/data/theme/gnome-shell-sass
@@ -1 +1 @@
-Subproject commit 1d35c2890aaee1d297f0976b8166141747be6d1f
+Subproject commit c67499686eb40b821784561fbb0596cc470d8017
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 072f61f..0c94b19 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -755,12 +755,12 @@ 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: rgba(238, 238, 236, 0.1);
+  width: 2.3em;
+  height: 1.8em;
+  border-radius: 2px;
+  padding: 0.5em 0 0;
+  margin: 6px;
+  background-color: rgba(238, 238, 236, 0.3);
   color: #393f3f; }
 
 /* Message list */


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