aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk-solid-darker.css
diff options
context:
space:
mode:
authorHorst31802016-03-28 10:06:21 +0200
committerHorst31802016-03-28 10:06:30 +0200
commit14f7d68760cf65791c65edbe2ed58915df980566 (patch)
tree10414b56086c8b7a03c6ee7168b30c70caa96021 /common/gtk-3.0/3.20/gtk-solid-darker.css
parent10e49cb553783e5a83a9138edf08225d14281f13 (diff)
downloadsolarc-theme-14f7d68760cf65791c65edbe2ed58915df980566.tar.gz
solarc-theme-14f7d68760cf65791c65edbe2ed58915df980566.tar.xz
solarc-theme-14f7d68760cf65791c65edbe2ed58915df980566.zip
active switches are now :checked (fix #441)
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-solid-darker.css')
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-darker.css20
1 files changed, 10 insertions, 10 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 94f7780..1401f88 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -1812,15 +1812,15 @@ headerbar switch,
.primary-toolbar switch {
background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); }
-switch:active {
+switch:checked {
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
-row:selected switch:active,
-infobar switch:active {
+row:selected switch:checked,
+infobar switch:checked {
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
-headerbar switch:active,
-.primary-toolbar switch:active {
+headerbar switch:checked,
+.primary-toolbar switch:checked {
background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); }
switch:disabled {
@@ -1834,15 +1834,15 @@ headerbar switch:disabled,
.primary-toolbar switch:disabled {
background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); }
-switch:active:disabled {
+switch:checked:disabled {
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
-row:selected switch:active:disabled,
-infobar switch:active:disabled {
+row:selected switch:checked:disabled,
+infobar switch:checked:disabled {
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
-headerbar switch:active:disabled,
-.primary-toolbar switch:active:disabled {
+headerbar switch:checked:disabled,
+.primary-toolbar switch:checked:disabled {
background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); }
check,