summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOkTest/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-05-15 18:01:43 +0200
committerraveit65 <[email protected]>2015-05-15 18:02:47 +0200
commit06925948663e22798ba03521ae5c70f1e0c62ccc (patch)
treeecc205b58969a33f6134988da0b2611bde290839 /desktop-themes/TraditionalOkTest/gtk-3.0
parent2a0e352a78c5e724fa792a1417214dce9c73f87d (diff)
downloadmate-themes-06925948663e22798ba03521ae5c70f1e0c62ccc.tar.bz2
mate-themes-06925948663e22798ba03521ae5c70f1e0c62ccc.tar.xz
Traditional themes GTK3: remove color-stop from list-row button backgrounds -->
- adjust .frame background color
Diffstat (limited to 'desktop-themes/TraditionalOkTest/gtk-3.0')
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css23
1 files changed, 9 insertions, 14 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
index a6469ea2..5b95e6c0 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
@@ -453,7 +453,7 @@ GtkScale.mark {
border-color: @border_color;
border-style: solid;
border-radius: 3px;
- background-color: @theme_bg_color;
+ background-color: @notebook_bg_color;
padding: 0;
}
@@ -696,8 +696,6 @@ GtkColorChooserWidget #add-color-button {
left top,
left bottom,
from (@button_gradient_a),
- color-stop (0.50, @button_gradient_b),
- color-stop (0.50, @button_gradient_c),
to (@button_gradient_d));
background-color: transparent;
}
@@ -734,17 +732,6 @@ GtkColorChooserWidget #add-color-button {
background-color: transparent;
}
-GtkListBoxRow.button.list-row:hover {
- background-image: linear-gradient(to bottom,
- shade(@button_active_gradient_a, 1.20),
- shade(@button_active_gradient_b, 1.20) 3px,
- shade(@button_active_gradient_c, 1.20) 4px,
- shade(@button_active_gradient_d, 1.20) 50%,
- shade(@button_active_gradient_e, 1.20) 50%,
- shade(@button_active_gradient_f, 1.20));
- background-color: transparent;
-}
-
GtkListBoxRow.button.list-row {
color: @theme_text_color;
background-color: @theme_base_color;
@@ -752,6 +739,14 @@ GtkListBoxRow.button.list-row {
border: none;
}
+GtkListBoxRow.button.list-row:hover {
+ background-image: linear-gradient(to bottom,
+ @button_hover_gradient_a 5%,
+ @button_hover_gradient_b 95%,
+ @button_hover_gradient_c);
+ background-color: transparent;
+}
+
GtkListBoxRow.button.list-row:selected {
color: @theme_selected_fg_color;
border-style: solid;