From a4efbc09470b36f4cf6af60b5fdfeb8e09282fb3 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Fri, 12 May 2023 14:37:27 -0600 Subject: [PATCH] Gnome-shell 44: Fix weird toggle-menu color --- gnome-shell/_common.scss | 3 ++- gnome-shell/gnome-shell.css | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index 8722846..c18ef84 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -564,6 +564,7 @@ $slider_size: 19px; spacing: 6px; border-radius: 6px; background-gradient-direction: none; + color: $fg_color; &:ltr {padding-left: 6px;} &:rtl {padding-right: 6px;} @@ -2292,7 +2293,7 @@ $base_padding: 6px; } .quick-toggle-menu { - background-color: $base_color; + background-color: $base_color !important; border-radius: 12px; padding: $base_padding*2; margin: $base_padding*2 $base_padding*3 0; diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 8503088..c9b62fb 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -515,7 +515,8 @@ StScrollBar { .popup-menu-item { spacing: 6px; border-radius: 6px; - background-gradient-direction: none; } + background-gradient-direction: none; + color: #d8dee9; } .popup-menu-item:ltr { padding-left: 6px; } .popup-menu-item:rtl { @@ -2074,7 +2075,7 @@ StScrollBar { border-radius: 99px 0 0 99px; } .quick-toggle-menu { - background-color: #2e3440; + background-color: #2e3440 !important; border-radius: 12px; padding: 12px; margin: 12px 18px 0;