From 5c8d94c52ad3fbed16ea9038097f2c69066a02d1 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 4 Sep 2015 22:28:04 +0200 Subject: Gtk+-3.18 all themes: fix GtkDialog again !!!! thanks gtk+ devs! --- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 46 ++++++++++++++++-------- 1 file changed, 31 insertions(+), 15 deletions(-) (limited to 'desktop-themes/BlueMenta/gtk-3.0') diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index fc2af77a..58adf2c7 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -3029,29 +3029,34 @@ GtkPlacesSidebar.sidebar .view { } /* dialog open */ -.sidebar.list, -.sidebar.list .button { +GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame GtkListBox.sidebar.list, +GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row { background-color: @sidebar_bg; } -.sidebar-revealer .sidebar-button.image-button.button { - background-color: transparent; - background-image: none; - border-image:none; - box-shadow: none; +GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row:hover { + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); } -.sidebar.list .button { - padding: 4px 8px 4px 6px; +GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row:selected:hover { + color: shade (@theme_selected_fg_color, 1.00); } -.sidebar.list .button:hover { - background-color: shade (@theme_selected_bg_color, 1.15); +GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row .sidebar-revealer .sidebar-icon { + padding: 4px 8px 4px 6px; +} +GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row .sidebar-revealer .sidebar-label { + padding: 4px 0px 4px 1px; } -.sidebar.list .button .sidebar-label { - padding: 0px 8px; +GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row .sidebar-revealer .sidebar-button.image-button.button { + background-color: transparent; + background-image: none; + border-image:none; + box-shadow: none; + padding: 4px 12px 4px 0px; } .sidebar row:hover { @@ -3800,34 +3805,45 @@ GtkSwitch.slider:hover { /************ * Pathbars * ************/ -.path-bar .button, .path-bar .header-bar .button.titlebutton, .header-bar .path-bar .button.titlebutton, +.path-bar .button, +.path-bar .header-bar .button.titlebutton, +.header-bar .path-bar .button.titlebutton, .path-bar .titlebar .button.titlebutton, .titlebar .path-bar .button.titlebutton, .path-bar GtkCalendar.header .button.titlebutton, GtkCalendar.header .path-bar .button.titlebutton { padding: 5px 6px 6px; } + .path-bar .button:first-child { padding-left: 8px; } + .path-bar .button:last-child { padding-right: 8px; } + .path-bar .button:only-child { padding-left: 12px; padding-right: 12px; } + .path-bar .button .label:last-child { padding-left: 2px; } + .path-bar .button .label:first-child { padding-right: 2px; } + .path-bar .button .label:only-child { padding-right: 0; padding-left: 0; } -.path-bar .button GtkImage, .path-bar .header-bar .button.titlebutton GtkImage, .header-bar .path-bar .button.titlebutton GtkImage, + +.path-bar .button GtkImage, +.path-bar .header-bar .button.titlebutton GtkImage, +.header-bar .path-bar .button.titlebutton GtkImage, .path-bar .titlebar .button.titlebutton GtkImage, .titlebar .path-bar .button.titlebutton GtkImage, .path-bar GtkCalendar.header .button.titlebutton GtkImage, -- cgit v1.2.1