1
0
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:
Horst3180 2016-09-20 21:09:23 +02:00
parent bd6e2882e9
commit 97d96272f0
28 changed files with 80 additions and 0 deletions

View File

@ -283,6 +283,9 @@ GtkSearchEntry.entry {
border-color: #2b2e39;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active .label:insensitive, .button:checked .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
color: #D3DAE3; }
.button:active:hover, .button:checked {

View File

@ -282,6 +282,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active .label:insensitive, .button:checked .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {

View File

@ -283,6 +283,9 @@ GtkSearchEntry.entry {
border-color: #2b2e39;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active .label:insensitive, .button:checked .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
color: #D3DAE3; }
.button:active:hover, .button:checked {

View File

@ -282,6 +282,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active .label:insensitive, .button:checked .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {

View File

@ -282,6 +282,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active .label:insensitive, .button:checked .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {

View File

@ -282,6 +282,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active .label:insensitive, .button:checked .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {

View File

@ -384,6 +384,8 @@ $_dot_color: $selected_bg_color;
background-clip: if($variant=='light', border-box, padding-box);
@include button(active);
transition-duration: 50ms;
.label:insensitive { color: inherit; opacity: 0.6; }
}
//Webkitgtk workaround start

View File

@ -283,6 +283,9 @@ GtkSearchEntry.entry {
border-color: #2b2e39;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active .label:insensitive, .button:checked .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
color: #D3DAE3; }
.button:active:hover, .button:checked {

View File

@ -282,6 +282,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active .label:insensitive, .button:checked .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {

View File

@ -283,6 +283,9 @@ GtkSearchEntry.entry {
border-color: #2b2e39;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active .label:insensitive, .button:checked .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
color: #D3DAE3; }
.button:active:hover, .button:checked {

View File

@ -282,6 +282,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active .label:insensitive, .button:checked .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {

View File

@ -282,6 +282,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active .label:insensitive, .button:checked .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {

View File

@ -282,6 +282,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active .label:insensitive, .button:checked .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {

View File

@ -384,6 +384,8 @@ $_dot_color: $selected_bg_color;
background-clip: if($variant=='light', border-box, padding-box);
@include button(active);
transition-duration: 50ms;
.label:insensitive { color: inherit; opacity: 0.6; }
}
//Webkitgtk workaround start

View File

@ -249,6 +249,9 @@ GtkSearchEntry.entry {
border-color: #2b2e39;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active .label:insensitive, .button:checked .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
color: #D3DAE3; }
.button:active:hover, .button:checked {

View File

@ -248,6 +248,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active .label:insensitive, .button:checked .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {

View File

@ -249,6 +249,9 @@ GtkSearchEntry.entry {
border-color: #2b2e39;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active .label:insensitive, .button:checked .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
color: #D3DAE3; }
.button:active:hover, .button:checked {

View File

@ -248,6 +248,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active .label:insensitive, .button:checked .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {

View File

@ -248,6 +248,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active .label:insensitive, .button:checked .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {

View File

@ -248,6 +248,9 @@ GtkSearchEntry.entry {
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active .label:insensitive, .button:checked .label:insensitive {
color: inherit;
opacity: 0.6; }
.button:active {
color: #5c616c; }
.button:active:hover, .button:checked {

View File

@ -327,6 +327,8 @@ $_dot_color: $selected_bg_color;
background-clip: if($variant=='light', border-box, padding-box);
@include button(active);
transition-duration: 50ms;
.label:insensitive { color: inherit; opacity: 0.6; }
}
//Webkitgtk workaround start

View File

@ -271,6 +271,9 @@ button {
background-color: #5294e2;
background-clip: padding-box;
transition-duration: 50ms; }
button:active label:disabled, button:checked label:disabled {
color: inherit;
opacity: 0.6; }
button:active {
color: #D3DAE3; }
button:active:hover, button:checked {

View File

@ -270,6 +270,9 @@ button {
background-color: #5294e2;
background-clip: border-box;
transition-duration: 50ms; }
button:active label:disabled, button:checked label:disabled {
color: inherit;
opacity: 0.6; }
button:active {
color: #5c616c; }
button:active:hover, button:checked {

View File

@ -271,6 +271,9 @@ button {
background-color: #5294e2;
background-clip: padding-box;
transition-duration: 50ms; }
button:active label:disabled, button:checked label:disabled {
color: inherit;
opacity: 0.6; }
button:active {
color: #D3DAE3; }
button:active:hover, button:checked {

View File

@ -270,6 +270,9 @@ button {
background-color: #5294e2;
background-clip: border-box;
transition-duration: 50ms; }
button:active label:disabled, button:checked label:disabled {
color: inherit;
opacity: 0.6; }
button:active {
color: #5c616c; }
button:active:hover, button:checked {

View File

@ -270,6 +270,9 @@ button {
background-color: #5294e2;
background-clip: border-box;
transition-duration: 50ms; }
button:active label:disabled, button:checked label:disabled {
color: inherit;
opacity: 0.6; }
button:active {
color: #5c616c; }
button:active:hover, button:checked {

View File

@ -270,6 +270,9 @@ button {
background-color: #5294e2;
background-clip: border-box;
transition-duration: 50ms; }
button:active label:disabled, button:checked label:disabled {
color: inherit;
opacity: 0.6; }
button:active {
color: #5c616c; }
button:active:hover, button:checked {

View File

@ -362,6 +362,8 @@ button {
background-clip: if($variant=='light', border-box, padding-box);
transition-duration: 50ms;
label:disabled { color: inherit; opacity: 0.6; }
}
//Webkitgtk workaround start