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