From 3293c631a63abd4dbc609f9cc6fac0e6b569a56d Mon Sep 17 00:00:00 2001 From: EliverLara Date: Fri, 8 Nov 2019 11:51:46 -0600 Subject: [PATCH] Fix gnome-shell-3.34 issues --- gnome-shell/_common.scss | 3 +++ gnome-shell/gnome-shell.css | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index 43b6f02..c5f829b 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -516,6 +516,7 @@ StScrollBar { .popup-menu { min-width: 15em; background-color: transparent; + color: $fg_color; .popup-menu-arrow { } //defined globally in the TOP BAR .popup-sub-menu { @@ -987,6 +988,7 @@ StScrollBar { padding: 0.1em; margin: 2px; border-radius: 1.4em; + color: $fg_color; &:hover,&:focus { background-color: lighten($bg_color,5%); } &:active,&:selected { color: $selected_fg_color; @@ -1084,6 +1086,7 @@ StScrollBar { //@include gradient(); box-shadow: 2px 0px 0px 0px $g2 inset; } + border: none; border-radius: 1px; background: transparent; } diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 366c0c6..b6582d3 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -494,7 +494,8 @@ StScrollBar { /* Popovers/Menus */ .popup-menu { min-width: 15em; - background-color: transparent; } + background-color: transparent; + color: #98abb2; } .popup-menu .popup-sub-menu { background-color: rgba(0, 0, 0, 0.2); box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2); } @@ -903,7 +904,8 @@ StScrollBar { height: 2.4em; padding: 0.1em; margin: 2px; - border-radius: 1.4em; } + border-radius: 1.4em; + color: #98abb2; } .calendar-day-base:hover, .calendar-day-base:focus { background-color: #2c3b49; } .calendar-day-base:active, .calendar-day-base:selected { @@ -996,6 +998,7 @@ StScrollBar { background: transparent; } .message { + border: none; border-radius: 1px; background: transparent; } .message:hover, .message:focus {