From 7c6c06ad2358706e87f69af8be5b182fe7e348f7 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 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,