mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Gnome-shell: Fix unstyled calendar on v3.36
This commit is contained in:
@@ -895,6 +895,11 @@ StScrollBar {
|
|||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.calendar, .world-clocks-button, .weather-button {
|
||||||
|
background: transparent;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
.calendar,
|
.calendar,
|
||||||
.datemenu-today-button,
|
.datemenu-today-button,
|
||||||
.datemenu-displays-box,
|
.datemenu-displays-box,
|
||||||
|
|||||||
@@ -804,6 +804,10 @@ StScrollBar {
|
|||||||
.calendar {
|
.calendar {
|
||||||
margin-bottom: 1em; }
|
margin-bottom: 1em; }
|
||||||
|
|
||||||
|
.calendar, .world-clocks-button, .weather-button {
|
||||||
|
background: transparent;
|
||||||
|
border: none; }
|
||||||
|
|
||||||
.calendar,
|
.calendar,
|
||||||
.datemenu-today-button,
|
.datemenu-today-button,
|
||||||
.datemenu-displays-box,
|
.datemenu-displays-box,
|
||||||
|
|||||||
Reference in New Issue
Block a user