diff options
author | raveit65 <[email protected]> | 2015-08-14 20:17:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-14 20:17:50 +0200 |
commit | 04bb8ba011afdc304c1f678bcb9ec51e9011c1dc (patch) | |
tree | d63b4b44d82235eacc1cddb50523da7b99bc4d4c /desktop-themes/ContrastHighInverse/gtk-3.0 | |
parent | 65c6d7a6cc9393b99c24869121bebf00f00e722e (diff) | |
download | mate-themes-04bb8ba011afdc304c1f678bcb9ec51e9011c1dc.tar.bz2 mate-themes-04bb8ba011afdc304c1f678bcb9ec51e9011c1dc.tar.xz |
Gtk-3.18 ContrastHighInverse: adjust GtkFileChooser
Diffstat (limited to 'desktop-themes/ContrastHighInverse/gtk-3.0')
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index 0171b743..0e812ee6 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -2320,6 +2320,51 @@ GtkPopover .separator { box-shadow: 0 1px 5px @wm_shadow; } +/************ + * Sidebars * + ************/ + +/* dialog open */ +.sidebar.list { + background-color: @theme_base_color; +} + +.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-color: @theme_selected_bg_color; + color: @theme_selected_fg_color; + border-radius: 4px; +} + +.sidebar.list .button:selected { + background-color: @theme_selected_bg_color; + color: @theme_selected_fg_color; + box-shadow: inset 0 2px 3px -1px transparentize(black,0.5); + border-radius: 4px; +} + +.sidebar.list .button:selected:focus { + background-color: @theme_fg_color; +} + /**************** * App-specific * ****************/ |