From 91d70f2487ee01ffeed49ac917c62eaaa5e13f7b Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Mon, 1 Feb 2016 13:16:20 +0100 Subject: [PATCH] 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 3bf9b0da8..47c3090f7 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 1d35c2890..c67499686 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 072f61f05..0c94b1978 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 */