diff options
author | Horst3180 | 2015-12-03 12:32:33 +0100 |
---|---|---|
committer | Horst3180 | 2015-12-03 12:32:33 +0100 |
commit | 8351c7018049bed160fbcc23506823f7e080d477 (patch) | |
tree | 63cf040d89ee01bd72a2c287953f3472ee71ccaa /common/gtk-3.0/3.16/gtk-contained-darker.css | |
parent | da31b2af0dad1a5d3de02eda528dba6ee96ab650 (diff) | |
download | solarc-theme-8351c7018049bed160fbcc23506823f7e080d477.tar.gz solarc-theme-8351c7018049bed160fbcc23506823f7e080d477.tar.xz solarc-theme-8351c7018049bed160fbcc23506823f7e080d477.zip |
fix transparency bugs in nautilus
Diffstat (limited to 'common/gtk-3.0/3.16/gtk-contained-darker.css')
-rw-r--r-- | common/gtk-3.0/3.16/gtk-contained-darker.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gtk-3.0/3.16/gtk-contained-darker.css b/common/gtk-3.0/3.16/gtk-contained-darker.css index e77ee52..64b38e9 100644 --- a/common/gtk-3.0/3.16/gtk-contained-darker.css +++ b/common/gtk-3.0/3.16/gtk-contained-darker.css @@ -3656,8 +3656,8 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { background-color: rgba(53, 57, 69, 0.95); } -/*Fix 1px transparent line at the bottom of the Nautilus window*/ -NautilusListView.vertical { +/*Fix Nautilus transparency issues*/ +NautilusWindowSlot { background-color: #ffffff; } GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { |