aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/sass/_common.scss
diff options
context:
space:
mode:
authorHorst31802016-06-01 20:00:36 +0200
committerHorst31802016-06-01 20:00:36 +0200
commit2f80d3ccf8171e12a26b8d329cb51c6b0db7f083 (patch)
treeba183cdc80f2ed3109f15d6a6ecfe6ef2270f392 /common/gtk-3.0/3.18/sass/_common.scss
parent2b1a290469ad575432d51ba8107e878537b3178b (diff)
downloadsolarc-theme-2f80d3ccf8171e12a26b8d329cb51c6b0db7f083.tar.gz
solarc-theme-2f80d3ccf8171e12a26b8d329cb51c6b0db7f083.tar.xz
solarc-theme-2f80d3ccf8171e12a26b8d329cb51c6b0db7f083.zip
fix switches in selected menuitems (fix #556)
Diffstat (limited to 'common/gtk-3.0/3.18/sass/_common.scss')
-rw-r--r--common/gtk-3.0/3.18/sass/_common.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss
index 028aa41..a20f5d6 100644
--- a/common/gtk-3.0/3.18/sass/_common.scss
+++ b/common/gtk-3.0/3.18/sass/_common.scss
@@ -1916,6 +1916,7 @@ GtkSwitch {
background-image: -gtk-scaled(url("assets/switch#{$l}#{$asset_suffix}.png"),url("assets/switch#{$l}#{$asset_suffix}@2.png"));
}
+ .menu .menuitem:hover GtkSwitch.trough#{$k},
.list-row:selected GtkSwitch.trough#{$k},
GtkInfoBar GtkSwitch.trough#{$k} {
background-image: -gtk-scaled(url("assets/switch#{$l}-selected.png"),url("assets/switch#{$l}-selected@2.png"));