1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-28 22:10:43 +00:00

fix insensitive active headerbar button

This commit is contained in:
Horst3180 2015-05-17 00:03:31 +02:00
parent 36c05e50f4
commit 6b5c46252c
2 changed files with 6 additions and 6 deletions

View File

@ -221,9 +221,9 @@
// //
// header-bar insensitive pushed button // header-bar insensitive pushed button
// //
color: transparentize($selected_fg_color, 0.45); color: transparentize($selected_fg_color, 0.25);
background-color: transparentize($header_bg, 1); border-color: transparentize($selected_bg_color, 0.35);
border-color: transparentize($header_bg, 1); background-color: transparentize($selected_bg_color, 0.35);
} }
@else if $t==osd { @else if $t==osd {

View File

@ -883,9 +883,9 @@ GtkComboBox {
.primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel {
color: inherit; } color: inherit; }
.primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked {
color: rgba(255, 255, 255, 0.55); color: rgba(255, 255, 255, 0.75);
background-color: rgba(231, 232, 235, 0); border-color: rgba(82, 148, 226, 0.65);
border-color: rgba(231, 232, 235, 0); } background-color: rgba(82, 148, 226, 0.65); }
.primary-toolbar .linked > .button, .header-bar .linked > .button { .primary-toolbar .linked > .button, .header-bar .linked > .button {
border-radius: 3px; border-radius: 3px;
border-style: solid; } border-style: solid; }