diff options
author | raveit65 <[email protected]> | 2015-09-04 22:28:04 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-04 22:28:04 +0200 |
commit | 34a4b9508517719d4e9cb0e03b65a66330b381b2 (patch) | |
tree | f28c945187750d642dee9d936a2beca84058d559 /desktop-themes/ContrastHigh | |
parent | ed894afd8ca4a28be6d7360efcd2faae40147305 (diff) | |
download | mate-themes-34a4b9508517719d4e9cb0e03b65a66330b381b2.tar.bz2 mate-themes-34a4b9508517719d4e9cb0e03b65a66330b381b2.tar.xz |
Gtk+-3.18 all themes: fix GtkDialog again !!!! thanks gtk+ devs!
Diffstat (limited to 'desktop-themes/ContrastHigh')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 41 |
1 files changed, 17 insertions, 24 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index bf6f780e..e625dbb7 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -2480,36 +2480,29 @@ GtkPopover .separator { 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; +GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row:selected, +GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row:selected:hover { + 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 { - background-image: none; - border-style: none; - border-image:none; - border-radius: 0px; - padding: 3px 8px 3px 6px; +GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row .sidebar-revealer .sidebar-icon { + padding: 6px 8px 6px 6px; } -.sidebar.list .button:hover { - background-color: @theme_selected_bg_color; - color: @theme_selected_fg_color; - border-radius: 4px; +GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row .sidebar-revealer .sidebar-label { + padding: 6px 0px 6px 1px; } -.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; +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; + border-width: 0px; + padding: 6px 12px 6px 0px; } /************ |