From d665b6aa6f07ddd37ae7da55c8bf57304e96ea9a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 13 Aug 2015 11:19:02 +0200 Subject: Gtk+-3.18 GreenLaguna: adjust GtkFileChooserDialog --- desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'desktop-themes/GreenLaguna') diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 5334b7dd..e361bc6e 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -3356,6 +3356,7 @@ GtkInfoBar { /*********** * Sidebar * ***********/ + .sidebar, GtkPlacesSidebar.sidebar .view { -gtk-icon-style: regular; @@ -3366,6 +3367,49 @@ GtkPlacesSidebar.sidebar .view { background-color: shade(@theme_bg_color, 1.02); } +.sidebar .frame { + border-style: none; +} + +/* dialog open */ +.sidebar.list, +.sidebar.list .button { + background-color: shade(@theme_bg_color, 1.02); +} + +.sidebar-revealer .sidebar-button.image-button.button { + background-color: transparent; + background-image: none; + border-image:none; + box-shadow: none; +} + +.sidebar.list .button .sidebar-label { + padding: 0px 8px; +} + +.sidebar.list .button { + background-image: none; + border-style: none; + border-image:none; + border-radius: 0px; + padding: 3px 8px 3px 6px; +} + +.sidebar.list .button:hover { + background-image: linear-gradient(to bottom, + @theme_bg_color, + shade(@theme_bg_color, 0.80)); + color: shade (@theme_selected_bg_color, 0.35); +} + +.sidebar.list .button:selected { + background-image: linear-gradient(to bottom, + shade(@theme_bg_color, 1.3), + shade(@theme_bg_color, 0.73)); + color: @theme_text_color; + border-radius: 2px; +} .sidebar.separator, .sidebar.separator:hover { -- cgit v1.2.1