style week numbers

https://bugzilla.gnome.org/show_bug.cgi?id=683245
This commit is contained in:
Jakub Steiner 2016-01-13 14:49:23 +01:00
parent 7563e1ebcd
commit 450345b4d0
3 changed files with 23 additions and 1 deletions

View File

@ -752,6 +752,17 @@ StScrollBar {
color: rgba(255, 255, 255, 0.15);
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: rgba(255, 255, 255, 0.1);
color: #000; }
/* Message list */
.message-list {
width: 31.5em; }

@ -1 +1 @@
Subproject commit 63e059c9237a119bfe5bfef555060e6730263936
Subproject commit 9195df2df751778b5ddea02c04f30fc1e4ffbe6e

View File

@ -752,6 +752,17 @@ StScrollBar {
color: rgba(238, 238, 236, 0.15);
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: rgba(238, 238, 236, 0.1);
color: #393f3f; }
/* Message list */
.message-list {
width: 31.5em; }