diff options
Diffstat (limited to 'common/gtk-3.0/3.18/gtk-contained-dark.css')
-rw-r--r-- | common/gtk-3.0/3.18/gtk-contained-dark.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.18/gtk-contained-dark.css b/common/gtk-3.0/3.18/gtk-contained-dark.css index a88f858..ec55527 100644 --- a/common/gtk-3.0/3.18/gtk-contained-dark.css +++ b/common/gtk-3.0/3.18/gtk-contained-dark.css @@ -1107,8 +1107,10 @@ GtkComboBox { background-color: rgba(50, 56, 67, 0.97); } .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 { @@ -4033,6 +4035,10 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { background-color: rgba(42, 45, 55, 0.95); } +/*Fix 1px transparent line at the bottom of the Nautilus window*/ +NautilusListView.vertical { + background-color: #404552; } + GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { background-color: rgba(53, 57, 69, 0.95); } |