summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-10 09:55:59 +0100
committerraveit65 <[email protected]>2019-10-07 17:04:03 +0200
commitc74e02e01ce656887686ea5f403e2ec2408dc6ea (patch)
tree02a70bce7f4f6ffe5c058d38fc1323928a09c0ed
parenteb89b47d12d7c6f1f424025d10776051e5f8b89e (diff)
downloadmate-themes-c74e02e01ce656887686ea5f403e2ec2408dc6ea.tar.bz2
mate-themes-c74e02e01ce656887686ea5f403e2ec2408dc6ea.tar.xz
Menta themes: set arrow color for backdrop state
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css24
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css29
2 files changed, 48 insertions, 5 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index e176e6d2..ad449a47 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -259,6 +259,11 @@ toolbar .separator {
color: @theme_unfocused_fg_color;
}
+arrow,
+#gtk-toolbar-arrow {
+ transition: all 200ms ease-out;
+}
+
/************************
* overshoot/undershoot *
************************/
@@ -1374,6 +1379,11 @@ button.toggle.popup image:disabled {
color: @insensitive_fg_color;
}
+#gtk-toolbar-arrow:backdrop,
+button.toggle.popup image:backdrop {
+ color: @theme_unfocused_fg_color;
+}
+
/* We may want a background for focused buttons, but in the meantime let's remove it too */
toolbar.primary-toolbar button,
toolbar.primary-toolbar button:disabled {
@@ -2505,8 +2515,8 @@ notebook header tabs arrow:disabled {
color: rgba(141, 144, 145, 0.3);
}
-notebook header tabs arrow:backdrop {
- color: rgba(84, 89, 90, 0.4);
+notebook:backdrop header tabs arrow:backdrop {
+ color: @theme_unfocused_fg_color;
}
notebook header tabs arrow:disabled {
@@ -2686,6 +2696,10 @@ combobox arrow {
min-width: 16px;
}
+combobox arrow:backdrop {
+ color: @theme_unfocused_fg_color;
+}
+
/********************
* Various choosers *
********************/
@@ -5017,6 +5031,12 @@ expander arrow:checked:hover {
0px -1px shade (@theme_selected_fg_color, 1.0);
}
+expander arrow:backdrop {
+ color: @theme_unfocused_fg_color;
+ -gtk-icon-shadow: none;
+}
+
+
expander {
color: @theme_fg_color;
border-color: @theme_fg_color;
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index fc5dfe47..09aaad0e 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -254,11 +254,20 @@ toolbar .separator {
}
/* eg. atril, evince */
-.content-view:backdrop:not(:selected) {
+.content-view {
+ transition: all 400ms ease-out;
+}
+
+.content-view:backdrop {
background-color: shade(@backdrop_color, 1.00);
color: @theme_unfocused_fg_color;
}
+arrow,
+#gtk-toolbar-arrow {
+ transition: all 200ms ease-out;
+}
+
/************************
* overshoot/undershoot *
************************/
@@ -1374,6 +1383,11 @@ button.toggle.popup image:disabled {
color: @insensitive_fg_color;
}
+#gtk-toolbar-arrow:backdrop,
+button.toggle.popup image:backdrop {
+ color: @theme_unfocused_fg_color;
+}
+
/* We may want a background for focused buttons, but in the meantime let's remove it too */
toolbar.primary-toolbar button,
toolbar.primary-toolbar button:disabled {
@@ -2505,8 +2519,8 @@ notebook header tabs arrow:disabled {
color: rgba(141, 144, 145, 0.3);
}
-notebook header tabs arrow:backdrop {
- color: rgba(84, 89, 90, 0.4);
+notebook:backdrop header tabs arrow:backdrop {
+ color: @theme_unfocused_fg_color;
}
notebook header tabs arrow:disabled {
@@ -2686,6 +2700,10 @@ combobox arrow {
min-width: 16px;
}
+combobox arrow:backdrop {
+ color: @theme_unfocused_fg_color;
+}
+
/********************
* Various choosers *
********************/
@@ -5017,6 +5035,11 @@ expander arrow:checked:hover {
0px -1px shade (@theme_base_color, 1.0);
}
+expander arrow:backdrop {
+ color: @theme_unfocused_fg_color;
+ -gtk-icon-shadow: none;
+}
+
expander {
color: @theme_fg_color;
border-color: @theme_fg_color;