From 42297dde59fc4420eb5fe0156e3051d2b55b5a0f Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 16 Jul 2015 21:15:41 +0200 Subject: fixes for GtkFileChooser --- common/gtk-3.0/3.14/gtk-contained-solid.css | 78 +++++++++++++++-------------- 1 file changed, 41 insertions(+), 37 deletions(-) (limited to 'common/gtk-3.0/3.14/gtk-contained-solid.css') diff --git a/common/gtk-3.0/3.14/gtk-contained-solid.css b/common/gtk-3.0/3.14/gtk-contained-solid.css index 05f86bf..d256fc3 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid.css @@ -3360,9 +3360,6 @@ GtkListBox .h4 { .titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { color: #d4d5db; } -GtkFileChooserDialog .dialog-action-box { - background-color: #F5F6F7; } - NemoWindow GtkEventBox { background-color: #F5F6F7; } @@ -3592,8 +3589,24 @@ NemoWindow .pane-separator, MarlinViewWindow .pane-separator { background-color: #3c4049; } +GtkFileChooserDialog.background.csd { + background-color: #3c4049; } +GtkFileChooserDialog .sidebar { + background-color: transparent; } GtkFileChooserDialog GtkPaned > .vertical > .horizontal { background-color: #F5F6F7; } +GtkFileChooserDialog .dialog-action-box { + background-color: #F5F6F7; } +GtkFileChooserDialog .dialog-vbox > .frame { + color: #A8ADB5; + border-color: transparent; } +GtkFileChooserDialog .action-bar.frame { + background-color: transparent; + border-color: #2c2f35; } +GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #A8ADB5; } GeditWindow.background.csd { background-color: transparent; } @@ -3665,21 +3678,6 @@ GeditWindow.background.csd GeditFileBrowserWidget { GeditWindow.background.csd GeditFileBrowserWidget .horizontal { background-color: transparent; border-color: #2c2f35; } - GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #A8ADB5; - border: 1px solid transparent; } - GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:hover { - border: 1px solid #5294E2; } - GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:active, GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } - GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:insensitive { - color: rgba(168, 173, 181, 0.4); } GeditWindow.background.csd GeditFileBrowserWidget .horizontal GtkComboBox { color: #A8ADB5; } @@ -3691,25 +3689,31 @@ GeditWindow.background.csd GeditFileBrowserView.view { GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { color: #5294E2; } -GtkFileChooserDialog .action-bar.frame { - background-color: #373b43; - border-color: #2c2f35; } - GtkFileChooserDialog .action-bar.frame GtkLabel { - color: #A8ADB5; } - GtkFileChooserDialog .action-bar.frame .button { - border-color: transparent; - background-color: transparent; - background-image: none; } - GtkFileChooserDialog .action-bar.frame .button:hover { - border: 1px solid #5294E2; } - GtkFileChooserDialog .action-bar.frame .button:active, GtkFileChooserDialog .action-bar.frame .button:checked { - border: 1px solid #5294E2; - color: #ffffff; - background-color: #5294E2; } - GtkFileChooserDialog .action-bar.frame .button:insensitive { - color: rgba(168, 173, 181, 0.4); } - GtkFileChooserDialog .action-bar.frame GtkComboBox { - color: #A8ADB5; } +GtkFileChooserDialog .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button { + color: #A8ADB5; + outline-color: rgba(168, 173, 181, 0.3); + border-color: rgba(168, 173, 181, 0.3); + background-color: transparent; + background-image: linear-gradient(to bottom, rgba(48, 52, 59, 0.95)); } + GtkFileChooserDialog .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:hover { + color: #5294E2; + outline-color: rgba(168, 173, 181, 0.3); + border-color: #5294E2; + background-image: linear-gradient(to bottom, rgba(48, 52, 59, 0.95)); } + GtkFileChooserDialog .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #5294E2; + background-image: linear-gradient(to bottom, #5294E2); } + GtkFileChooserDialog .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button:insensitive { + color: #5c6069; + border-color: rgba(168, 173, 181, 0.2); + background-image: linear-gradient(to bottom, rgba(53, 57, 65, 0.95)); } /* GTK NAMED COLORS */ @define-color theme_fg_color #5c616c; -- cgit v1.2.3