diff options
author | Horst3180 | 2015-12-04 18:09:05 +0100 |
---|---|---|
committer | Horst3180 | 2015-12-04 18:09:05 +0100 |
commit | d5d7a1c9846de77f064feff3c712fb0eed9a8307 (patch) | |
tree | f2fc10ab23ae2d9c36c0ad1f0c981c78009a66aa /common/gtk-3.0/3.16/gtk-contained-darker.css | |
parent | 7724d99c909275085a4791d0091126c09b29003e (diff) | |
download | solarc-theme-d5d7a1c9846de77f064feff3c712fb0eed9a8307.tar.gz solarc-theme-d5d7a1c9846de77f064feff3c712fb0eed9a8307.tar.xz solarc-theme-d5d7a1c9846de77f064feff3c712fb0eed9a8307.zip |
fix white desktop background
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 | 5 |
1 files changed, 4 insertions, 1 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 64b38e9..32f3faf 100644 --- a/common/gtk-3.0/3.16/gtk-contained-darker.css +++ b/common/gtk-3.0/3.16/gtk-contained-darker.css @@ -3657,9 +3657,12 @@ MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { background-color: rgba(53, 57, 69, 0.95); } /*Fix Nautilus transparency issues*/ -NautilusWindowSlot { +NautilusWindow NautilusWindowSlot { background-color: #ffffff; } +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { background-color: rgba(53, 57, 69, 0.95); } |