mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix color of disabled labels in checked buttons
This commit is contained in:
parent
bd6e2882e9
commit
97d96272f0
@ -283,6 +283,9 @@ GtkSearchEntry.entry {
|
|||||||
border-color: #2b2e39;
|
border-color: #2b2e39;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
.button:active .label:insensitive, .button:checked .label:insensitive {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
.button:active {
|
.button:active {
|
||||||
color: #D3DAE3; }
|
color: #D3DAE3; }
|
||||||
.button:active:hover, .button:checked {
|
.button:active:hover, .button:checked {
|
||||||
|
@ -282,6 +282,9 @@ GtkSearchEntry.entry {
|
|||||||
border-color: #5294e2;
|
border-color: #5294e2;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
.button:active .label:insensitive, .button:checked .label:insensitive {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
.button:active {
|
.button:active {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
.button:active:hover, .button:checked {
|
.button:active:hover, .button:checked {
|
||||||
|
@ -283,6 +283,9 @@ GtkSearchEntry.entry {
|
|||||||
border-color: #2b2e39;
|
border-color: #2b2e39;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
.button:active .label:insensitive, .button:checked .label:insensitive {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
.button:active {
|
.button:active {
|
||||||
color: #D3DAE3; }
|
color: #D3DAE3; }
|
||||||
.button:active:hover, .button:checked {
|
.button:active:hover, .button:checked {
|
||||||
|
@ -282,6 +282,9 @@ GtkSearchEntry.entry {
|
|||||||
border-color: #5294e2;
|
border-color: #5294e2;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
.button:active .label:insensitive, .button:checked .label:insensitive {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
.button:active {
|
.button:active {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
.button:active:hover, .button:checked {
|
.button:active:hover, .button:checked {
|
||||||
|
@ -282,6 +282,9 @@ GtkSearchEntry.entry {
|
|||||||
border-color: #5294e2;
|
border-color: #5294e2;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
.button:active .label:insensitive, .button:checked .label:insensitive {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
.button:active {
|
.button:active {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
.button:active:hover, .button:checked {
|
.button:active:hover, .button:checked {
|
||||||
|
@ -282,6 +282,9 @@ GtkSearchEntry.entry {
|
|||||||
border-color: #5294e2;
|
border-color: #5294e2;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
.button:active .label:insensitive, .button:checked .label:insensitive {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
.button:active {
|
.button:active {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
.button:active:hover, .button:checked {
|
.button:active:hover, .button:checked {
|
||||||
|
@ -384,6 +384,8 @@ $_dot_color: $selected_bg_color;
|
|||||||
background-clip: if($variant=='light', border-box, padding-box);
|
background-clip: if($variant=='light', border-box, padding-box);
|
||||||
@include button(active);
|
@include button(active);
|
||||||
transition-duration: 50ms;
|
transition-duration: 50ms;
|
||||||
|
|
||||||
|
.label:insensitive { color: inherit; opacity: 0.6; }
|
||||||
}
|
}
|
||||||
|
|
||||||
//Webkitgtk workaround start
|
//Webkitgtk workaround start
|
||||||
|
@ -283,6 +283,9 @@ GtkSearchEntry.entry {
|
|||||||
border-color: #2b2e39;
|
border-color: #2b2e39;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
.button:active .label:insensitive, .button:checked .label:insensitive {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
.button:active {
|
.button:active {
|
||||||
color: #D3DAE3; }
|
color: #D3DAE3; }
|
||||||
.button:active:hover, .button:checked {
|
.button:active:hover, .button:checked {
|
||||||
|
@ -282,6 +282,9 @@ GtkSearchEntry.entry {
|
|||||||
border-color: #5294e2;
|
border-color: #5294e2;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
.button:active .label:insensitive, .button:checked .label:insensitive {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
.button:active {
|
.button:active {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
.button:active:hover, .button:checked {
|
.button:active:hover, .button:checked {
|
||||||
|
@ -283,6 +283,9 @@ GtkSearchEntry.entry {
|
|||||||
border-color: #2b2e39;
|
border-color: #2b2e39;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
.button:active .label:insensitive, .button:checked .label:insensitive {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
.button:active {
|
.button:active {
|
||||||
color: #D3DAE3; }
|
color: #D3DAE3; }
|
||||||
.button:active:hover, .button:checked {
|
.button:active:hover, .button:checked {
|
||||||
|
@ -282,6 +282,9 @@ GtkSearchEntry.entry {
|
|||||||
border-color: #5294e2;
|
border-color: #5294e2;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
.button:active .label:insensitive, .button:checked .label:insensitive {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
.button:active {
|
.button:active {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
.button:active:hover, .button:checked {
|
.button:active:hover, .button:checked {
|
||||||
|
@ -282,6 +282,9 @@ GtkSearchEntry.entry {
|
|||||||
border-color: #5294e2;
|
border-color: #5294e2;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
.button:active .label:insensitive, .button:checked .label:insensitive {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
.button:active {
|
.button:active {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
.button:active:hover, .button:checked {
|
.button:active:hover, .button:checked {
|
||||||
|
@ -282,6 +282,9 @@ GtkSearchEntry.entry {
|
|||||||
border-color: #5294e2;
|
border-color: #5294e2;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
.button:active .label:insensitive, .button:checked .label:insensitive {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
.button:active {
|
.button:active {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
.button:active:hover, .button:checked {
|
.button:active:hover, .button:checked {
|
||||||
|
@ -384,6 +384,8 @@ $_dot_color: $selected_bg_color;
|
|||||||
background-clip: if($variant=='light', border-box, padding-box);
|
background-clip: if($variant=='light', border-box, padding-box);
|
||||||
@include button(active);
|
@include button(active);
|
||||||
transition-duration: 50ms;
|
transition-duration: 50ms;
|
||||||
|
|
||||||
|
.label:insensitive { color: inherit; opacity: 0.6; }
|
||||||
}
|
}
|
||||||
|
|
||||||
//Webkitgtk workaround start
|
//Webkitgtk workaround start
|
||||||
|
@ -249,6 +249,9 @@ GtkSearchEntry.entry {
|
|||||||
border-color: #2b2e39;
|
border-color: #2b2e39;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
.button:active .label:insensitive, .button:checked .label:insensitive {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
.button:active {
|
.button:active {
|
||||||
color: #D3DAE3; }
|
color: #D3DAE3; }
|
||||||
.button:active:hover, .button:checked {
|
.button:active:hover, .button:checked {
|
||||||
|
@ -248,6 +248,9 @@ GtkSearchEntry.entry {
|
|||||||
border-color: #5294e2;
|
border-color: #5294e2;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
.button:active .label:insensitive, .button:checked .label:insensitive {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
.button:active {
|
.button:active {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
.button:active:hover, .button:checked {
|
.button:active:hover, .button:checked {
|
||||||
|
@ -249,6 +249,9 @@ GtkSearchEntry.entry {
|
|||||||
border-color: #2b2e39;
|
border-color: #2b2e39;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
.button:active .label:insensitive, .button:checked .label:insensitive {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
.button:active {
|
.button:active {
|
||||||
color: #D3DAE3; }
|
color: #D3DAE3; }
|
||||||
.button:active:hover, .button:checked {
|
.button:active:hover, .button:checked {
|
||||||
|
@ -248,6 +248,9 @@ GtkSearchEntry.entry {
|
|||||||
border-color: #5294e2;
|
border-color: #5294e2;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
.button:active .label:insensitive, .button:checked .label:insensitive {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
.button:active {
|
.button:active {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
.button:active:hover, .button:checked {
|
.button:active:hover, .button:checked {
|
||||||
|
@ -248,6 +248,9 @@ GtkSearchEntry.entry {
|
|||||||
border-color: #5294e2;
|
border-color: #5294e2;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
.button:active .label:insensitive, .button:checked .label:insensitive {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
.button:active {
|
.button:active {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
.button:active:hover, .button:checked {
|
.button:active:hover, .button:checked {
|
||||||
|
@ -248,6 +248,9 @@ GtkSearchEntry.entry {
|
|||||||
border-color: #5294e2;
|
border-color: #5294e2;
|
||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
.button:active .label:insensitive, .button:checked .label:insensitive {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
.button:active {
|
.button:active {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
.button:active:hover, .button:checked {
|
.button:active:hover, .button:checked {
|
||||||
|
@ -327,6 +327,8 @@ $_dot_color: $selected_bg_color;
|
|||||||
background-clip: if($variant=='light', border-box, padding-box);
|
background-clip: if($variant=='light', border-box, padding-box);
|
||||||
@include button(active);
|
@include button(active);
|
||||||
transition-duration: 50ms;
|
transition-duration: 50ms;
|
||||||
|
|
||||||
|
.label:insensitive { color: inherit; opacity: 0.6; }
|
||||||
}
|
}
|
||||||
|
|
||||||
//Webkitgtk workaround start
|
//Webkitgtk workaround start
|
||||||
|
@ -271,6 +271,9 @@ button {
|
|||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
button:active label:disabled, button:checked label:disabled {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
button:active {
|
button:active {
|
||||||
color: #D3DAE3; }
|
color: #D3DAE3; }
|
||||||
button:active:hover, button:checked {
|
button:active:hover, button:checked {
|
||||||
|
@ -270,6 +270,9 @@ button {
|
|||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
background-clip: border-box;
|
background-clip: border-box;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
button:active label:disabled, button:checked label:disabled {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
button:active {
|
button:active {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
button:active:hover, button:checked {
|
button:active:hover, button:checked {
|
||||||
|
@ -271,6 +271,9 @@ button {
|
|||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
button:active label:disabled, button:checked label:disabled {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
button:active {
|
button:active {
|
||||||
color: #D3DAE3; }
|
color: #D3DAE3; }
|
||||||
button:active:hover, button:checked {
|
button:active:hover, button:checked {
|
||||||
|
@ -270,6 +270,9 @@ button {
|
|||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
background-clip: border-box;
|
background-clip: border-box;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
button:active label:disabled, button:checked label:disabled {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
button:active {
|
button:active {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
button:active:hover, button:checked {
|
button:active:hover, button:checked {
|
||||||
|
@ -270,6 +270,9 @@ button {
|
|||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
background-clip: border-box;
|
background-clip: border-box;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
button:active label:disabled, button:checked label:disabled {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
button:active {
|
button:active {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
button:active:hover, button:checked {
|
button:active:hover, button:checked {
|
||||||
|
@ -270,6 +270,9 @@ button {
|
|||||||
background-color: #5294e2;
|
background-color: #5294e2;
|
||||||
background-clip: border-box;
|
background-clip: border-box;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
button:active label:disabled, button:checked label:disabled {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 0.6; }
|
||||||
button:active {
|
button:active {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
button:active:hover, button:checked {
|
button:active:hover, button:checked {
|
||||||
|
@ -362,6 +362,8 @@ button {
|
|||||||
|
|
||||||
background-clip: if($variant=='light', border-box, padding-box);
|
background-clip: if($variant=='light', border-box, padding-box);
|
||||||
transition-duration: 50ms;
|
transition-duration: 50ms;
|
||||||
|
|
||||||
|
label:disabled { color: inherit; opacity: 0.6; }
|
||||||
}
|
}
|
||||||
|
|
||||||
//Webkitgtk workaround start
|
//Webkitgtk workaround start
|
||||||
|
Loading…
Reference in New Issue
Block a user