summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-26 18:41:36 +0100
committerraveit65 <[email protected]>2016-03-26 18:41:36 +0100
commit9c268f8ab43dcd16aeded637e84b3eac878be73f (patch)
tree54e1456e312f9ea04a95d0009fc786b561353e99
parenta53fdec2ba6823c02d94f49640df194fe437dd63 (diff)
downloadmate-themes-9c268f8ab43dcd16aeded637e84b3eac878be73f.tar.bz2
mate-themes-9c268f8ab43dcd16aeded637e84b3eac878be73f.tar.xz
GTK+-3.20 other themes: fix GtkSwitch after next breakage by gtk+
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css8
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css8
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css6
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css6
4 files changed, 14 insertions, 14 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
index 11991b62..384699aa 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -3910,8 +3910,8 @@ switch:backdrop {
text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
-switch:active,
-switch:backdrop:active {
+switch:checked,
+switch:backdrop:checked {
background-image: linear-gradient(to bottom,
@theme_selected_bg_color 2px,
shade(@theme_selected_bg_color, 1.2));
@@ -3957,8 +3957,8 @@ switch slider:backdrop {
margin: -3px 0px -3px -3px;
}
-switch:active slider,
-switch:active slider:backdrop {
+switch:checked slider,
+switch:checked slider:backdrop {
border-color: transparent;
background-image: -gtk-gradient (linear,
left top, left bottom,
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 8352641c..4ff24a55 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -3907,8 +3907,8 @@ switch:backdrop {
text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
-switch:active,
-switch:backdrop:active {
+switch:checked,
+switch:backdrop:checked {
background-image: linear-gradient(to bottom,
@theme_selected_bg_color 2px,
shade(@theme_selected_bg_color, 1.2));
@@ -3954,8 +3954,8 @@ switch slider:backdrop {
margin: -3px 0px -3px -3px;
}
-switch:active slider,
-switch:active slider:backdrop {
+switch:checked slider,
+switch:checked slider:backdrop {
border-color: transparent;
background-image: -gtk-gradient (linear,
left top, left bottom,
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index 8c9a5dfa..d91b67d8 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -2825,12 +2825,12 @@ switch {
}
scale progressbar,
-switch:active {
+switch:checked {
color: @switch_trough_active_color;
}
-switch:active,
-switch:backdrop:active {
+switch:checked,
+switch:backdrop:checked {
background-image: -gtk-gradient (linear,
left top, left bottom,
from (@switch_trough_active_gradient_a),
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 9c93a754..cd8dc25b 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -2825,12 +2825,12 @@ switch {
}
scale progressbar,
-switch:active {
+switch:checked {
color: @switch_trough_active_color;
}
-switch:active,
-switch:backdrop:active {
+switch:checked,
+switch:backdrop:checked {
background-image: -gtk-gradient (linear,
left top, left bottom,
from (@switch_trough_active_gradient_a),