diff options
author | raveit65 <[email protected]> | 2015-08-13 11:19:02 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 11:19:02 +0200 |
commit | d665b6aa6f07ddd37ae7da55c8bf57304e96ea9a (patch) | |
tree | 48961c354326e788273da02f2c01bb72ee1eefcb | |
parent | e081478fb049083dfb08b3b15d027d2e311dfc01 (diff) | |
download | mate-themes-d665b6aa6f07ddd37ae7da55c8bf57304e96ea9a.tar.bz2 mate-themes-d665b6aa6f07ddd37ae7da55c8bf57304e96ea9a.tar.xz |
Gtk+-3.18 GreenLaguna: adjust GtkFileChooserDialog
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 44 |
1 files changed, 44 insertions, 0 deletions
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 { |