theme: make week numbers more legible

https://bugzilla.gnome.org/show_bug.cgi?id=683245
This commit is contained in:
Jakub Steiner 2016-02-01 13:16:20 +01:00
parent 779b1ae8e5
commit 91d70f2487
3 changed files with 13 additions and 13 deletions

View File

@ -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 */

@ -1 +1 @@
Subproject commit 1d35c2890aaee1d297f0976b8166141747be6d1f
Subproject commit c67499686eb40b821784561fbb0596cc470d8017

View File

@ -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 */