summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-02-24 15:54:52 +0100
committerraveit65 <[email protected]>2017-02-24 15:55:41 +0100
commit66f83a9486ccdd03ad3ef860d727bacd81c4086b (patch)
tree806abcc636728bcabb50bb6a5a171a6a114825c8 /desktop-themes/Menta
parent0c35d6eff3adcc45f85d201422a45cf1b10f4701 (diff)
downloadmate-themes-66f83a9486ccdd03ad3ef860d727bacd81c4086b.tar.bz2
mate-themes-66f83a9486ccdd03ad3ef860d727bacd81c4086b.tar.xz
Gtk+-3.20 most themes: fix sidebar of GtkAssistant
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css16
1 files changed, 7 insertions, 9 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index 0b947b96..a2a4dcaf 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -4256,24 +4256,23 @@ toolbar.selection-mode button.selection-menu menuitem {
* GtkAssistant *
****************/
-assistant .sidebar highlight {
- background-color: transparent;
- color: @theme_fg_color;
- font-weight: bold;
-}
-
assistant .sidebar {
padding: 12px 18px 12px;
-
border-width: 0 1px 0 0;
border-radius: 0px;
border-style: solid;
border-color: @inactive_frame_color;
color: mix (@theme_fg_color, @theme_bg_color, 0.40);
- background-color: shade (@theme_bg_color, 0.97);
+ background-color: @sidebar_bg;
/* shall we make it like sidebars in general? */
}
+assistant .sidebar label.highlight { /* ie. caja-actions import dialog */
+ background-color: transparent;
+ color: @theme_fg_color;
+ font-weight: bold;
+}
+
/*************
* GtkSwitch *
*************/
@@ -4944,7 +4943,6 @@ calendar:indeterminate {
color: alpha(@theme_fg_color, 0.4);
}
-highlight,
calendar.highlight {
background-color: @theme_selected_bg_color;
color: @theme_selected_fg_color;