From a9b2fcd1336b3e054831b7da8579435d02fbdfa1 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Mon, 27 Apr 2020 12:17:27 -0500 Subject: [PATCH] Gnome-shell: Fix unstyled calendar on v3.36 --- gnome-shell/_common.scss | 5 +++++ gnome-shell/gnome-shell.css | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index 343708a..e9b82b3 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 1d64170..8ea6df2 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,