theme: use cantarell light
- lock screen - date in the calendar popover fixes issue #45
This commit is contained in:
parent
117fcc9743
commit
436cac4134
@ -908,6 +908,7 @@ StScrollBar {
|
|||||||
|
|
||||||
.datemenu-today-button .date-label {
|
.datemenu-today-button .date-label {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
.world-clocks-header,
|
.world-clocks-header,
|
||||||
@ -1859,17 +1860,20 @@ StScrollBar {
|
|||||||
.screen-shield-clock {
|
.screen-shield-clock {
|
||||||
color: white;
|
color: white;
|
||||||
text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
|
text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
|
||||||
font-weight: bold;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-bottom: 1.5em;
|
padding-bottom: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.screen-shield-clock-time {
|
.screen-shield-clock-time {
|
||||||
font-size: 72pt;
|
font-size: 72pt;
|
||||||
|
font-weight: 300;
|
||||||
text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
|
text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.screen-shield-clock-date { font-size: 28pt; }
|
.screen-shield-clock-date {
|
||||||
|
font-size: 24pt;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.screen-shield-notifications-container {
|
.screen-shield-notifications-container {
|
||||||
spacing: 6px;
|
spacing: 6px;
|
||||||
|
Loading…
Reference in New Issue
Block a user