From 285413a8c4352be70073ea5678c39daeae54e248 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Thu, 9 Sep 2021 14:35:05 -0500 Subject: [PATCH] Gnome-shell: Fix white popups on Zorin OS 16, fixes #150 --- gnome-shell/_common.scss | 6 +++++- gnome-shell/gnome-shell.css | 6 ++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index a2a1df49..53c5fc0b 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -526,7 +526,11 @@ StScrollBar { box-shadow: $depth6; } - .popup-menu-content { padding: 16px 0; } + .popup-menu-content { + padding: 16px 0; + background-color: $bg_color; + border-radius: 5px; + } .popup-menu-item { spacing: 6px; padding: 6px; diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 740d27c7..cb58374f 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -497,7 +497,9 @@ StScrollBar { background-color: rgba(0, 0, 0, 0.2); box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2); } .popup-menu .popup-menu-content { - padding: 16px 0; } + padding: 16px 0; + background-color: #2e3440; + border-radius: 5px; } .popup-menu .popup-menu-item { spacing: 6px; padding: 6px; } @@ -667,7 +669,7 @@ StScrollBar { color: #fefefe; background-size: 32px; border-radius: 8px; - border-color: #8fbcbb; } + border-color: #4c566a; } .ws-switcher-active-up { background-image: url("assets/ws-switch-arrow-up.png"); }