diff options
author | Horst3180 | 2015-09-04 18:11:01 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-04 18:11:01 +0200 |
commit | e0da453e5255a7efeaa23b080dcc592517c09f86 (patch) | |
tree | 9c72c09688393fc5696a3fdb4b8fed54d69fe8ea /common/gtk-3.0/3.14/sass | |
parent | cf8345d595f40342804bdf091a1f423139f235ed (diff) | |
parent | c87c3c8e474e36cd0f569942bdbbf8971431fbfc (diff) | |
download | solarc-theme-e0da453e5255a7efeaa23b080dcc592517c09f86.tar.gz solarc-theme-e0da453e5255a7efeaa23b080dcc592517c09f86.tar.xz solarc-theme-e0da453e5255a7efeaa23b080dcc592517c09f86.zip |
Merge branch 'master' of https://github.com/horst3180/Arc-theme
Diffstat (limited to 'common/gtk-3.0/3.14/sass')
-rw-r--r-- | common/gtk-3.0/3.14/sass/_transparent_widgets.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.14/sass/_transparent_widgets.scss b/common/gtk-3.0/3.14/sass/_transparent_widgets.scss index e10fb05..d9c2c99 100644 --- a/common/gtk-3.0/3.14/sass/_transparent_widgets.scss +++ b/common/gtk-3.0/3.14/sass/_transparent_widgets.scss @@ -21,6 +21,8 @@ NemoWindow { } // Dark transparent sidebars +NautilusWindow GtkBox.sidebar { background-color: transparent; } + GtkFileChooserDialog, NautilusWindow, NemoWindow, @@ -29,9 +31,7 @@ MarlinViewWindow { &.csd.background, .source-list, .source-list.view, .source-list.view:prelight { background-color: transparent; } - GtkBox.sidebar { background-color: transparent; } - - .sidebar, MarlinPlacesSidebar, NemoPlacesSidebar { + .sidebar, MarlinPlacesSidebar { background-color: $dark_sidebar_bg; .view, .source-list.sidebar row { |