diff options
author | Horst3180 | 2015-09-03 15:05:24 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-03 15:05:24 +0200 |
commit | c87c3c8e474e36cd0f569942bdbbf8971431fbfc (patch) | |
tree | 44802f50880f9cc80a5a0dbf3f368c6222a3f851 /common/gtk-3.0/3.14/sass | |
parent | 3f636a76f69a00c481c83f7b842feab04b566358 (diff) | |
download | solarc-theme-c87c3c8e474e36cd0f569942bdbbf8971431fbfc.tar.gz solarc-theme-c87c3c8e474e36cd0f569942bdbbf8971431fbfc.tar.xz solarc-theme-c87c3c8e474e36cd0f569942bdbbf8971431fbfc.zip |
fix fallout from last commit
Diffstat (limited to 'common/gtk-3.0/3.14/sass')
-rw-r--r-- | common/gtk-3.0/3.14/sass/_transparent_widgets.scss | 2 |
1 files changed, 2 insertions, 0 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 d43e46a..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, |