From 8351c7018049bed160fbcc23506823f7e080d477 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 3 Dec 2015 12:32:33 +0100 Subject: fix transparency bugs in nautilus --- common/gtk-3.0/3.14/gtk-contained-darker.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/gtk-3.0/3.14/gtk-contained-darker.css') diff --git a/common/gtk-3.0/3.14/gtk-contained-darker.css b/common/gtk-3.0/3.14/gtk-contained-darker.css index fc3a17e..4083e65 100644 --- a/common/gtk-3.0/3.14/gtk-contained-darker.css +++ b/common/gtk-3.0/3.14/gtk-contained-darker.css @@ -3731,6 +3731,10 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { background-color: rgba(53, 57, 69, 0.95); } +/*Fix Nautilus transparency issues*/ +NautilusWindowSlot { + background-color: #ffffff; } + GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { background-color: rgba(53, 57, 69, 0.95); } -- cgit v1.2.3