theme: make week numbers more legible
https://bugzilla.gnome.org/show_bug.cgi?id=683245
This commit is contained in:
@ -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 */
|
||||
|
Submodule data/theme/gnome-shell-sass updated: 1d35c2890a...c67499686e
@ -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 */
|
||||
|
Reference in New Issue
Block a user