mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
Merge branch 'dark_variant' into dark_headerbars
This commit is contained in:
commit
49e5c18fdf
@ -1130,11 +1130,22 @@ StScrollBar {
|
||||
}
|
||||
|
||||
.message {
|
||||
@include button(normal);
|
||||
padding: 4px;
|
||||
color: $fg_color;
|
||||
background-color: $button_bg;
|
||||
border: 1px solid $button_border;
|
||||
|
||||
&:hover, &:focus { @include button(hover); }
|
||||
&:active { @include button(active); }
|
||||
&:hover, &:focus {
|
||||
color: $fg_color;
|
||||
background-color: $button_bg;
|
||||
border: 1px solid $selected_bg_color;
|
||||
}
|
||||
|
||||
&:active {
|
||||
color: $selected_fg_color;
|
||||
background-color: $selected_bg_color;
|
||||
border: 1px solid $selected_bg_color;
|
||||
}
|
||||
}
|
||||
|
||||
.message-icon-bin {
|
||||
|
@ -875,21 +875,15 @@ StScrollBar {
|
||||
background-color: #5294E2; }
|
||||
|
||||
.message {
|
||||
text-shadow: 0 1px rgba(255, 255, 255, 0);
|
||||
box-shadow: inset 0 0 rgba(255, 255, 255, 0);
|
||||
padding: 4px;
|
||||
color: #5c616c;
|
||||
background-color: #fcfdfd;
|
||||
border: 1px solid #cfd6e6;
|
||||
padding: 4px; }
|
||||
border: 1px solid #cfd6e6; }
|
||||
.message:hover, .message:focus {
|
||||
text-shadow: 0 1px rgba(255, 255, 255, 0);
|
||||
box-shadow: inset 0 0 rgba(255, 255, 255, 0);
|
||||
color: #5c616c;
|
||||
background-color: #fcfdfd;
|
||||
border: 1px solid #5294E2; }
|
||||
.message:active {
|
||||
text-shadow: 0 1px rgba(255, 255, 255, 0);
|
||||
box-shadow: inset 0 0 rgba(255, 255, 255, 0);
|
||||
color: #ffffff;
|
||||
background-color: #5294E2;
|
||||
border: 1px solid #5294E2; }
|
||||
|
Loading…
Reference in New Issue
Block a user