diff options
author | Horst3180 | 2015-06-22 23:00:17 +0200 |
---|---|---|
committer | Horst3180 | 2015-06-22 23:00:17 +0200 |
commit | 924cfb92065aa8fe64da2e271dd014de2d0187c2 (patch) | |
tree | 12bd520acf2e2dede1256a794b1d616252e39f49 /common/gtk-3.0/3.16/gtk-contained.css | |
parent | dcfd87a37b782369170f8534b40e49d71a07ac95 (diff) | |
download | solarc-theme-924cfb92065aa8fe64da2e271dd014de2d0187c2.tar.gz solarc-theme-924cfb92065aa8fe64da2e271dd014de2d0187c2.tar.xz solarc-theme-924cfb92065aa8fe64da2e271dd014de2d0187c2.zip |
some switch tweaks
Diffstat (limited to 'common/gtk-3.0/3.16/gtk-contained.css')
-rw-r--r-- | common/gtk-3.0/3.16/gtk-contained.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.16/gtk-contained.css b/common/gtk-3.0/3.16/gtk-contained.css index cb6bf6c..e34264c 100644 --- a/common/gtk-3.0/3.16/gtk-contained.css +++ b/common/gtk-3.0/3.16/gtk-contained.css @@ -1501,6 +1501,9 @@ GtkSwitch { GtkSwitch.trough { background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } +.list-row:selected GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + .header-bar GtkSwitch.trough, .primary-toolbar GtkSwitch.trough { background-image: -gtk-scaled(url("assets/switch-header.png"), url("assets/switch-header@2.png")); } @@ -1508,6 +1511,9 @@ GtkSwitch.trough { GtkSwitch.trough:active { background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } +.list-row:selected GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + .header-bar GtkSwitch.trough:active, .primary-toolbar GtkSwitch.trough:active { background-image: -gtk-scaled(url("assets/switch-active-header.png"), url("assets/switch-active-header@2.png")); } @@ -1515,6 +1521,9 @@ GtkSwitch.trough:active { GtkSwitch.trough:insensitive { background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } +.list-row:selected GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + .header-bar GtkSwitch.trough:insensitive, .primary-toolbar GtkSwitch.trough:insensitive { background-image: -gtk-scaled(url("assets/switch-insensitive-header.png"), url("assets/switch-insensitive-header@2.png")); } @@ -1522,11 +1531,17 @@ GtkSwitch.trough:insensitive { GtkSwitch.trough:active:insensitive { background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } +.list-row:selected GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + .header-bar GtkSwitch.trough:active:insensitive, .primary-toolbar GtkSwitch.trough:active:insensitive { background-image: -gtk-scaled(url("assets/switch-active-insensitive-header.png"), url("assets/switch-active-insensitive-header@2.png")); } .list-row:selected GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } + +.list-row:selected GtkSwitch.trough { background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } .header-bar GtkSwitch.trough, @@ -1534,6 +1549,9 @@ GtkSwitch.trough:active:insensitive { background-image: -gtk-scaled(url("assets/switch-header.png"), url("assets/switch-header@2.png")); } .list-row:selected GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } + +.list-row:selected GtkSwitch.trough:active { background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } .header-bar GtkSwitch.trough:active, @@ -1541,6 +1559,9 @@ GtkSwitch.trough:active:insensitive { background-image: -gtk-scaled(url("assets/switch-active-header.png"), url("assets/switch-active-header@2.png")); } .list-row:selected GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive { background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } .header-bar GtkSwitch.trough:insensitive, @@ -1548,6 +1569,9 @@ GtkSwitch.trough:active:insensitive { background-image: -gtk-scaled(url("assets/switch-insensitive-header.png"), url("assets/switch-insensitive-header@2.png")); } .list-row:selected GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive { background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } .header-bar GtkSwitch.trough:active:insensitive, |