diff options
Diffstat (limited to 'common/gtk-3.0/3.18/gtk-contained-solid-darker.css')
-rw-r--r-- | common/gtk-3.0/3.18/gtk-contained-solid-darker.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.18/gtk-contained-solid-darker.css b/common/gtk-3.0/3.18/gtk-contained-solid-darker.css index f7062c4..dff4014 100644 --- a/common/gtk-3.0/3.18/gtk-contained-solid-darker.css +++ b/common/gtk-3.0/3.18/gtk-contained-solid-darker.css @@ -1110,8 +1110,10 @@ GtkComboBox { background-color: #323843; } .maximized .titlebar { background-color: #2f343f; } - .csd .maximized .titlebar:backdrop { + .maximized .titlebar:backdrop { background-color: #323843; } + .csd .maximized .titlebar:backdrop { + background-color: #323843; } .titlebar .titlebar, .titlebar .titlebar:backdrop { @@ -4026,6 +4028,10 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { background-color: #353945; } +/*Fix 1px transparent line at the bottom of the Nautilus window*/ +NautilusListView.vertical { + background-color: #ffffff; } + GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { background-color: #353945; } |