From 58872795455de576550ea36b6011b65ad1fe5865 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Mon, 27 Apr 2020 12:12:59 -0500 Subject: [PATCH] Gnome-shell: Fix unstyled notwork list widget on v3.36 --- gnome-shell/_common.scss | 2 +- gnome-shell/gnome-shell.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index 559cf02..4229737 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -1276,7 +1276,7 @@ StScrollBar { .nm-dialog-airplane-text { color: $fg_color; } .nm-dialog-header-icon { icon-size: 32px; } - .nm-dialog-scroll-view { border: 2px solid $borders_color; } + .nm-dialog-scroll-view { border: 2px solid $borders_color; background: transparent;} .nm-dialog-header { font-weight: bold; } .nm-dialog-item { diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 19f5dd6..b6d90d6 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -1166,7 +1166,8 @@ StScrollBar { icon-size: 32px; } .nm-dialog-scroll-view { - border: 2px solid #161819; } + border: 2px solid #161819; + background: transparent; } .nm-dialog-header { font-weight: bold; }