summaryrefslogtreecommitdiff
path: root/desktop-themes/Green-Submarine
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
index a3f02905..7a37b219 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -3969,17 +3969,12 @@ radiobutton.text-button {
}
/****************
- * assistant *
+ * GtkAssistant *
****************/
-assistant .sidebar highlight {
- color: @theme_text_color;
- font-weight: bold;
-}
-
assistant .sidebar {
padding: 5px;
- background-color: shade (@theme_bg_color, 0.97);
+ background-color: @sidebar_background;
border-width: 0px 1px 0px 0px;
border-radius: 0px;
border-style: solid;
@@ -3987,6 +3982,12 @@ assistant .sidebar {
color: mix (@theme_fg_color, @theme_bg_color, 0.40);
}
+assistant .sidebar highlight,
+assistant .sidebar label.highlight { /* ie. caja-actions import dialog */
+ color: @theme_text_color;
+ font-weight: bold;
+}
+
/**********
* Switch *
**********/