diff options
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets-assets.css | 4 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets-assets.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets-assets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets-assets.css index 64431004..fe71530b 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets-assets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets-assets.css @@ -141,7 +141,7 @@ switch { background-repeat: no-repeat; } -switch:active { +switch:checked { background-image: url("assets/switch-on.png"); background-repeat: no-repeat; } @@ -151,7 +151,7 @@ switch:disabled { background-repeat: no-repeat; } -switch:active:disabled { +switch:checked:disabled { background-image: url("assets/switch-on-ins.png"); background-repeat: no-repeat; } diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets-assets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets-assets.css index 64431004..fe71530b 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets-assets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets-assets.css @@ -141,7 +141,7 @@ switch { background-repeat: no-repeat; } -switch:active { +switch:checked { background-image: url("assets/switch-on.png"); background-repeat: no-repeat; } @@ -151,7 +151,7 @@ switch:disabled { background-repeat: no-repeat; } -switch:active:disabled { +switch:checked:disabled { background-image: url("assets/switch-on-ins.png"); background-repeat: no-repeat; } |