mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix infobar buttons
This commit is contained in:
parent
7ef7e53bff
commit
f073c56bfc
@ -2466,7 +2466,7 @@ GtkInfoBar {
|
||||
background-color: transparentize($selected_fg_color, 0.8);
|
||||
border-color: transparentize($selected_fg_color, 0.2);
|
||||
}
|
||||
&:active, &:checked {
|
||||
&:active, &:active:hover, &:checked {
|
||||
color: $selected_bg_color;
|
||||
outline-color: transparentize($selected_bg_color, 0.7);
|
||||
background-color: $selected_fg_color;
|
||||
|
@ -2018,7 +2018,7 @@ GtkInfoBar {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
border-color: rgba(255, 255, 255, 0.8); }
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
color: #5294E2;
|
||||
outline-color: rgba(82, 148, 226, 0.3);
|
||||
background-color: #ffffff;
|
||||
|
@ -2019,7 +2019,7 @@ GtkInfoBar {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
border-color: rgba(255, 255, 255, 0.8); }
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
color: #5294E2;
|
||||
outline-color: rgba(82, 148, 226, 0.3);
|
||||
background-color: #ffffff;
|
||||
|
@ -2018,7 +2018,7 @@ GtkInfoBar {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
border-color: rgba(255, 255, 255, 0.8); }
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
color: #5294E2;
|
||||
outline-color: rgba(82, 148, 226, 0.3);
|
||||
background-color: #ffffff;
|
||||
|
@ -2019,7 +2019,7 @@ GtkInfoBar {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
border-color: rgba(255, 255, 255, 0.8); }
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
color: #5294E2;
|
||||
outline-color: rgba(82, 148, 226, 0.3);
|
||||
background-color: #ffffff;
|
||||
|
@ -2018,7 +2018,7 @@ GtkInfoBar {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
border-color: rgba(255, 255, 255, 0.8); }
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
color: #5294E2;
|
||||
outline-color: rgba(82, 148, 226, 0.3);
|
||||
background-color: #ffffff;
|
||||
|
@ -2018,7 +2018,7 @@ GtkInfoBar {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
border-color: rgba(255, 255, 255, 0.8); }
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
color: #5294E2;
|
||||
outline-color: rgba(82, 148, 226, 0.3);
|
||||
background-color: #ffffff;
|
||||
|
@ -2577,7 +2577,7 @@ GtkInfoBar {
|
||||
background-color: transparentize($selected_fg_color, 0.8);
|
||||
border-color: transparentize($selected_fg_color, 0.2);
|
||||
}
|
||||
&:active, &:checked {
|
||||
&:active, &:active:hover, &:checked {
|
||||
color: $selected_bg_color;
|
||||
outline-color: transparentize($selected_bg_color, 0.7);
|
||||
background-color: $selected_fg_color;
|
||||
|
@ -2083,7 +2083,7 @@ GtkInfoBar {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
border-color: rgba(255, 255, 255, 0.8); }
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
color: #5294E2;
|
||||
outline-color: rgba(82, 148, 226, 0.3);
|
||||
background-color: #ffffff;
|
||||
|
@ -2084,7 +2084,7 @@ GtkInfoBar {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
border-color: rgba(255, 255, 255, 0.8); }
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
color: #5294E2;
|
||||
outline-color: rgba(82, 148, 226, 0.3);
|
||||
background-color: #ffffff;
|
||||
|
@ -2083,7 +2083,7 @@ GtkInfoBar {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
border-color: rgba(255, 255, 255, 0.8); }
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
color: #5294E2;
|
||||
outline-color: rgba(82, 148, 226, 0.3);
|
||||
background-color: #ffffff;
|
||||
|
@ -2084,7 +2084,7 @@ GtkInfoBar {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
border-color: rgba(255, 255, 255, 0.8); }
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
color: #5294E2;
|
||||
outline-color: rgba(82, 148, 226, 0.3);
|
||||
background-color: #ffffff;
|
||||
|
@ -2083,7 +2083,7 @@ GtkInfoBar {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
border-color: rgba(255, 255, 255, 0.8); }
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
color: #5294E2;
|
||||
outline-color: rgba(82, 148, 226, 0.3);
|
||||
background-color: #ffffff;
|
||||
|
@ -2083,7 +2083,7 @@ GtkInfoBar {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
border-color: rgba(255, 255, 255, 0.8); }
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
|
||||
color: #5294E2;
|
||||
outline-color: rgba(82, 148, 226, 0.3);
|
||||
background-color: #ffffff;
|
||||
|
Loading…
Reference in New Issue
Block a user