mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
Merge branch 'master' of https://github.com/horst3180/Arc-theme
This commit is contained in:
commit
85de91c127
@ -624,17 +624,19 @@ StScrollBar StButton#vhandle:active {
|
|||||||
|
|
||||||
.search-entry:hover {
|
.search-entry:hover {
|
||||||
color: #5c616c;
|
color: #5c616c;
|
||||||
|
border-color: rgba(0, 0, 0, 0.0);
|
||||||
caret-color: #5c616c;
|
caret-color: #5c616c;
|
||||||
background-color: rgba(255, 255, 255, 0.9);
|
background-color: rgba(255, 255, 255, 0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-entry:focus {
|
.search-entry:focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
border-color: rgba(0, 0, 0, 0.0);
|
||||||
caret-color: #ffffff;
|
caret-color: #ffffff;
|
||||||
background-color: #5294E2;
|
background-color: #5294E2;
|
||||||
|
|
||||||
selection-background-color: $selected_fg_color;
|
selection-background-color: #ffffff;
|
||||||
selected-color: $selected_bg_color;
|
selected-color: #5294E2;
|
||||||
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
transition-duration: 0ms;
|
transition-duration: 0ms;
|
||||||
|
Loading…
Reference in New Issue
Block a user