Gnome-shell: Fix unstyled calendar on v3.36

This commit is contained in:
EliverLara
2020-04-27 12:17:27 -05:00
parent dfb9e1998d
commit a9b2fcd133
2 changed files with 9 additions and 0 deletions

View File

@@ -895,6 +895,11 @@ StScrollBar {
margin-bottom: 1em;
}
.calendar, .world-clocks-button, .weather-button {
background: transparent;
border: none;
}
.calendar,
.datemenu-today-button,
.datemenu-displays-box,

View File

@@ -804,6 +804,10 @@ StScrollBar {
.calendar {
margin-bottom: 1em; }
.calendar, .world-clocks-button, .weather-button {
background: transparent;
border: none; }
.calendar,
.datemenu-today-button,
.datemenu-displays-box,