mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix switches in selected menuitems (fix #556)
This commit is contained in:
parent
2b1a290469
commit
2f80d3ccf8
@ -1564,6 +1564,7 @@ GtkSwitch {
|
||||
GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough,
|
||||
.list-row:selected GtkSwitch.trough,
|
||||
GtkInfoBar GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1575,6 +1576,7 @@ GtkInfoBar GtkSwitch.trough {
|
||||
GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active,
|
||||
.list-row:selected GtkSwitch.trough:active,
|
||||
GtkInfoBar GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1586,6 +1588,7 @@ GtkInfoBar GtkSwitch.trough:active {
|
||||
GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1597,6 +1600,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:active:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
|
||||
|
@ -1567,6 +1567,7 @@ GtkSwitch {
|
||||
GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough,
|
||||
.list-row:selected GtkSwitch.trough,
|
||||
GtkInfoBar GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1578,6 +1579,7 @@ GtkInfoBar GtkSwitch.trough {
|
||||
GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active,
|
||||
.list-row:selected GtkSwitch.trough:active,
|
||||
GtkInfoBar GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1589,6 +1591,7 @@ GtkInfoBar GtkSwitch.trough:active {
|
||||
GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1600,6 +1603,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:active:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
|
||||
|
@ -1564,6 +1564,7 @@ GtkSwitch {
|
||||
GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough,
|
||||
.list-row:selected GtkSwitch.trough,
|
||||
GtkInfoBar GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1575,6 +1576,7 @@ GtkInfoBar GtkSwitch.trough {
|
||||
GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active,
|
||||
.list-row:selected GtkSwitch.trough:active,
|
||||
GtkInfoBar GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1586,6 +1588,7 @@ GtkInfoBar GtkSwitch.trough:active {
|
||||
GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1597,6 +1600,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:active:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
|
||||
|
@ -1567,6 +1567,7 @@ GtkSwitch {
|
||||
GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough,
|
||||
.list-row:selected GtkSwitch.trough,
|
||||
GtkInfoBar GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1578,6 +1579,7 @@ GtkInfoBar GtkSwitch.trough {
|
||||
GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active,
|
||||
.list-row:selected GtkSwitch.trough:active,
|
||||
GtkInfoBar GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1589,6 +1591,7 @@ GtkInfoBar GtkSwitch.trough:active {
|
||||
GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1600,6 +1603,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:active:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
|
||||
|
@ -1567,6 +1567,7 @@ GtkSwitch {
|
||||
GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough,
|
||||
.list-row:selected GtkSwitch.trough,
|
||||
GtkInfoBar GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1578,6 +1579,7 @@ GtkInfoBar GtkSwitch.trough {
|
||||
GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active,
|
||||
.list-row:selected GtkSwitch.trough:active,
|
||||
GtkInfoBar GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1589,6 +1591,7 @@ GtkInfoBar GtkSwitch.trough:active {
|
||||
GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1600,6 +1603,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:active:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
|
||||
|
@ -1567,6 +1567,7 @@ GtkSwitch {
|
||||
GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough,
|
||||
.list-row:selected GtkSwitch.trough,
|
||||
GtkInfoBar GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1578,6 +1579,7 @@ GtkInfoBar GtkSwitch.trough {
|
||||
GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active,
|
||||
.list-row:selected GtkSwitch.trough:active,
|
||||
GtkInfoBar GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1589,6 +1591,7 @@ GtkInfoBar GtkSwitch.trough:active {
|
||||
GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1600,6 +1603,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:active:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
|
||||
|
@ -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"));
|
||||
|
@ -1609,6 +1609,7 @@ GtkSwitch {
|
||||
GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough,
|
||||
.list-row:selected GtkSwitch.trough,
|
||||
GtkInfoBar GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1620,6 +1621,7 @@ GtkInfoBar GtkSwitch.trough {
|
||||
GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active,
|
||||
.list-row:selected GtkSwitch.trough:active,
|
||||
GtkInfoBar GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1631,6 +1633,7 @@ GtkInfoBar GtkSwitch.trough:active {
|
||||
GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1642,6 +1645,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:active:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
|
||||
|
@ -1612,6 +1612,7 @@ GtkSwitch {
|
||||
GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough,
|
||||
.list-row:selected GtkSwitch.trough,
|
||||
GtkInfoBar GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1623,6 +1624,7 @@ GtkInfoBar GtkSwitch.trough {
|
||||
GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active,
|
||||
.list-row:selected GtkSwitch.trough:active,
|
||||
GtkInfoBar GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1634,6 +1636,7 @@ GtkInfoBar GtkSwitch.trough:active {
|
||||
GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1645,6 +1648,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:active:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
|
||||
|
@ -1609,6 +1609,7 @@ GtkSwitch {
|
||||
GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough,
|
||||
.list-row:selected GtkSwitch.trough,
|
||||
GtkInfoBar GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1620,6 +1621,7 @@ GtkInfoBar GtkSwitch.trough {
|
||||
GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active,
|
||||
.list-row:selected GtkSwitch.trough:active,
|
||||
GtkInfoBar GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1631,6 +1633,7 @@ GtkInfoBar GtkSwitch.trough:active {
|
||||
GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1642,6 +1645,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:active:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
|
||||
|
@ -1612,6 +1612,7 @@ GtkSwitch {
|
||||
GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough,
|
||||
.list-row:selected GtkSwitch.trough,
|
||||
GtkInfoBar GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1623,6 +1624,7 @@ GtkInfoBar GtkSwitch.trough {
|
||||
GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active,
|
||||
.list-row:selected GtkSwitch.trough:active,
|
||||
GtkInfoBar GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1634,6 +1636,7 @@ GtkInfoBar GtkSwitch.trough:active {
|
||||
GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1645,6 +1648,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:active:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
|
||||
|
@ -1612,6 +1612,7 @@ GtkSwitch {
|
||||
GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough,
|
||||
.list-row:selected GtkSwitch.trough,
|
||||
GtkInfoBar GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1623,6 +1624,7 @@ GtkInfoBar GtkSwitch.trough {
|
||||
GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active,
|
||||
.list-row:selected GtkSwitch.trough:active,
|
||||
GtkInfoBar GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1634,6 +1636,7 @@ GtkInfoBar GtkSwitch.trough:active {
|
||||
GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1645,6 +1648,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:active:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
|
||||
|
@ -1612,6 +1612,7 @@ GtkSwitch {
|
||||
GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough,
|
||||
.list-row:selected GtkSwitch.trough,
|
||||
GtkInfoBar GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1623,6 +1624,7 @@ GtkInfoBar GtkSwitch.trough {
|
||||
GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active,
|
||||
.list-row:selected GtkSwitch.trough:active,
|
||||
GtkInfoBar GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1634,6 +1636,7 @@ GtkInfoBar GtkSwitch.trough:active {
|
||||
GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1645,6 +1648,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:active:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
|
||||
|
@ -1970,6 +1970,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"));
|
||||
|
@ -1679,6 +1679,7 @@ GtkSwitch {
|
||||
GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough,
|
||||
.list-row:selected GtkSwitch.trough,
|
||||
GtkInfoBar GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1690,6 +1691,7 @@ GtkInfoBar GtkSwitch.trough {
|
||||
GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active,
|
||||
.list-row:selected GtkSwitch.trough:active,
|
||||
GtkInfoBar GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1701,6 +1703,7 @@ GtkInfoBar GtkSwitch.trough:active {
|
||||
GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1712,6 +1715,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:active:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
|
||||
|
@ -1682,6 +1682,7 @@ GtkSwitch {
|
||||
GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough,
|
||||
.list-row:selected GtkSwitch.trough,
|
||||
GtkInfoBar GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1693,6 +1694,7 @@ GtkInfoBar GtkSwitch.trough {
|
||||
GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active,
|
||||
.list-row:selected GtkSwitch.trough:active,
|
||||
GtkInfoBar GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1704,6 +1706,7 @@ GtkInfoBar GtkSwitch.trough:active {
|
||||
GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1715,6 +1718,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:active:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
|
||||
|
@ -1679,6 +1679,7 @@ GtkSwitch {
|
||||
GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough,
|
||||
.list-row:selected GtkSwitch.trough,
|
||||
GtkInfoBar GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1690,6 +1691,7 @@ GtkInfoBar GtkSwitch.trough {
|
||||
GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active,
|
||||
.list-row:selected GtkSwitch.trough:active,
|
||||
GtkInfoBar GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1701,6 +1703,7 @@ GtkInfoBar GtkSwitch.trough:active {
|
||||
GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1712,6 +1715,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:active:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
|
||||
|
@ -1682,6 +1682,7 @@ GtkSwitch {
|
||||
GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough,
|
||||
.list-row:selected GtkSwitch.trough,
|
||||
GtkInfoBar GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1693,6 +1694,7 @@ GtkInfoBar GtkSwitch.trough {
|
||||
GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active,
|
||||
.list-row:selected GtkSwitch.trough:active,
|
||||
GtkInfoBar GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1704,6 +1706,7 @@ GtkInfoBar GtkSwitch.trough:active {
|
||||
GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1715,6 +1718,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:active:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
|
||||
|
@ -1686,6 +1686,7 @@ GtkSwitch {
|
||||
GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough,
|
||||
.list-row:selected GtkSwitch.trough,
|
||||
GtkInfoBar GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1697,6 +1698,7 @@ GtkInfoBar GtkSwitch.trough {
|
||||
GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active,
|
||||
.list-row:selected GtkSwitch.trough:active,
|
||||
GtkInfoBar GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1708,6 +1710,7 @@ GtkInfoBar GtkSwitch.trough:active {
|
||||
GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1719,6 +1722,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:active:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
|
||||
|
@ -1686,6 +1686,7 @@ GtkSwitch {
|
||||
GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough,
|
||||
.list-row:selected GtkSwitch.trough,
|
||||
GtkInfoBar GtkSwitch.trough {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1697,6 +1698,7 @@ GtkInfoBar GtkSwitch.trough {
|
||||
GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active,
|
||||
.list-row:selected GtkSwitch.trough:active,
|
||||
GtkInfoBar GtkSwitch.trough:active {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1708,6 +1710,7 @@ GtkInfoBar GtkSwitch.trough:active {
|
||||
GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1719,6 +1722,7 @@ GtkInfoBar GtkSwitch.trough:insensitive {
|
||||
GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
|
||||
|
||||
.menu .menuitem:hover GtkSwitch.trough:active:insensitive,
|
||||
.list-row:selected GtkSwitch.trough:active:insensitive,
|
||||
GtkInfoBar GtkSwitch.trough:active:insensitive {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); }
|
||||
|
@ -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"));
|
||||
|
@ -1854,6 +1854,7 @@ switch {
|
||||
switch {
|
||||
background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); }
|
||||
|
||||
menuitem:hover switch,
|
||||
row:selected switch,
|
||||
infobar switch {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1865,6 +1866,7 @@ headerbar switch,
|
||||
switch:checked {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); }
|
||||
|
||||
menuitem:hover switch:checked,
|
||||
row:selected switch:checked,
|
||||
infobar switch:checked {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1876,6 +1878,7 @@ headerbar switch:checked,
|
||||
switch:disabled {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); }
|
||||
|
||||
menuitem:hover switch:disabled,
|
||||
row:selected switch:disabled,
|
||||
infobar switch:disabled {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1887,6 +1890,7 @@ headerbar switch:disabled,
|
||||
switch:checked:disabled {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); }
|
||||
|
||||
menuitem:hover switch:checked: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")); }
|
||||
|
@ -1853,6 +1853,7 @@ switch {
|
||||
switch {
|
||||
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); }
|
||||
|
||||
menuitem:hover switch,
|
||||
row:selected switch,
|
||||
infobar switch {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1864,6 +1865,7 @@ headerbar switch,
|
||||
switch:checked {
|
||||
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
|
||||
|
||||
menuitem:hover switch:checked,
|
||||
row:selected switch:checked,
|
||||
infobar switch:checked {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1875,6 +1877,7 @@ headerbar switch:checked,
|
||||
switch:disabled {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); }
|
||||
|
||||
menuitem:hover switch:disabled,
|
||||
row:selected switch:disabled,
|
||||
infobar switch:disabled {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1886,6 +1889,7 @@ headerbar switch:disabled,
|
||||
switch:checked:disabled {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
|
||||
|
||||
menuitem:hover switch:checked: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")); }
|
||||
|
@ -1854,6 +1854,7 @@ switch {
|
||||
switch {
|
||||
background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); }
|
||||
|
||||
menuitem:hover switch,
|
||||
row:selected switch,
|
||||
infobar switch {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1865,6 +1866,7 @@ headerbar switch,
|
||||
switch:checked {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); }
|
||||
|
||||
menuitem:hover switch:checked,
|
||||
row:selected switch:checked,
|
||||
infobar switch:checked {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1876,6 +1878,7 @@ headerbar switch:checked,
|
||||
switch:disabled {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); }
|
||||
|
||||
menuitem:hover switch:disabled,
|
||||
row:selected switch:disabled,
|
||||
infobar switch:disabled {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1887,6 +1890,7 @@ headerbar switch:disabled,
|
||||
switch:checked:disabled {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); }
|
||||
|
||||
menuitem:hover switch:checked: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")); }
|
||||
|
@ -1853,6 +1853,7 @@ switch {
|
||||
switch {
|
||||
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); }
|
||||
|
||||
menuitem:hover switch,
|
||||
row:selected switch,
|
||||
infobar switch {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1864,6 +1865,7 @@ headerbar switch,
|
||||
switch:checked {
|
||||
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
|
||||
|
||||
menuitem:hover switch:checked,
|
||||
row:selected switch:checked,
|
||||
infobar switch:checked {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1875,6 +1877,7 @@ headerbar switch:checked,
|
||||
switch:disabled {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); }
|
||||
|
||||
menuitem:hover switch:disabled,
|
||||
row:selected switch:disabled,
|
||||
infobar switch:disabled {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1886,6 +1889,7 @@ headerbar switch:disabled,
|
||||
switch:checked:disabled {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
|
||||
|
||||
menuitem:hover switch:checked: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")); }
|
||||
|
@ -1857,6 +1857,7 @@ switch {
|
||||
switch {
|
||||
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); }
|
||||
|
||||
menuitem:hover switch,
|
||||
row:selected switch,
|
||||
infobar switch {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1868,6 +1869,7 @@ headerbar switch,
|
||||
switch:checked {
|
||||
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
|
||||
|
||||
menuitem:hover switch:checked,
|
||||
row:selected switch:checked,
|
||||
infobar switch:checked {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1879,6 +1881,7 @@ headerbar switch:checked,
|
||||
switch:disabled {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); }
|
||||
|
||||
menuitem:hover switch:disabled,
|
||||
row:selected switch:disabled,
|
||||
infobar switch:disabled {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1890,6 +1893,7 @@ headerbar switch:disabled,
|
||||
switch:checked:disabled {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
|
||||
|
||||
menuitem:hover switch:checked: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")); }
|
||||
|
@ -1857,6 +1857,7 @@ switch {
|
||||
switch {
|
||||
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); }
|
||||
|
||||
menuitem:hover switch,
|
||||
row:selected switch,
|
||||
infobar switch {
|
||||
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); }
|
||||
@ -1868,6 +1869,7 @@ headerbar switch,
|
||||
switch:checked {
|
||||
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); }
|
||||
|
||||
menuitem:hover switch:checked,
|
||||
row:selected switch:checked,
|
||||
infobar switch:checked {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); }
|
||||
@ -1879,6 +1881,7 @@ headerbar switch:checked,
|
||||
switch:disabled {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); }
|
||||
|
||||
menuitem:hover switch:disabled,
|
||||
row:selected switch:disabled,
|
||||
infobar switch:disabled {
|
||||
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); }
|
||||
@ -1890,6 +1893,7 @@ headerbar switch:disabled,
|
||||
switch:checked:disabled {
|
||||
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); }
|
||||
|
||||
menuitem:hover switch:checked: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")); }
|
||||
|
@ -1970,6 +1970,7 @@ switch {
|
||||
background-image: -gtk-scaled(url("assets/switch#{$l}#{$asset_suffix}.png"),url("assets/switch#{$l}#{$asset_suffix}@2.png"));
|
||||
}
|
||||
|
||||
menuitem:hover switch#{$k},
|
||||
row:selected switch#{$k},
|
||||
infobar switch#{$k} {
|
||||
background-image: -gtk-scaled(url("assets/switch#{$l}-selected.png"),url("assets/switch#{$l}-selected@2.png"));
|
||||
|
Loading…
Reference in New Issue
Block a user