diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index ac3e39b..5b1c8da 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -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, diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 81fbfb8..2e6d179 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -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,