diff options
Diffstat (limited to 'common/gtk-3.0/3.14/_transparent_widgets.scss')
-rw-r--r-- | common/gtk-3.0/3.14/_transparent_widgets.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.14/_transparent_widgets.scss b/common/gtk-3.0/3.14/_transparent_widgets.scss index 8b4b953..2d4de65 100644 --- a/common/gtk-3.0/3.14/_transparent_widgets.scss +++ b/common/gtk-3.0/3.14/_transparent_widgets.scss @@ -23,10 +23,10 @@ MarlinViewWindow { GtkBox.sidebar { background-color: transparent; } - .sidebar, .source-list.sidebar.view { + .sidebar, MarlinPlacesSidebar { background-color: $dark_sidebar_bg; - .view, row { + .view, .source-list.sidebar row { background-color: transparent; color: $dark_sidebar_fg; @@ -38,7 +38,6 @@ MarlinViewWindow { } } - &.frame { color: $dark_sidebar_fg; } |