theme: make week numbers more legible
https://bugzilla.gnome.org/show_bug.cgi?id=683245
This commit is contained in:
parent
779b1ae8e5
commit
91d70f2487
@ -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
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user