diff options
author | Horst3180 | 2016-06-01 20:00:36 +0200 |
---|---|---|
committer | Horst3180 | 2016-06-01 20:00:36 +0200 |
commit | 2f80d3ccf8171e12a26b8d329cb51c6b0db7f083 (patch) | |
tree | ba183cdc80f2ed3109f15d6a6ecfe6ef2270f392 /common/gtk-3.0/3.14/sass | |
parent | 2b1a290469ad575432d51ba8107e878537b3178b (diff) | |
download | solarc-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.14/sass')
-rw-r--r-- | common/gtk-3.0/3.14/sass/_common.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss index 40da473..4834b6d 100644 --- a/common/gtk-3.0/3.14/sass/_common.scss +++ b/common/gtk-3.0/3.14/sass/_common.scss @@ -1888,6 +1888,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")); |