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 {
|
||||
color: #5c616c;
|
||||
border-color: rgba(0, 0, 0, 0.0);
|
||||
caret-color: #5c616c;
|
||||
background-color: rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
|
||||
.search-entry:focus {
|
||||
color: #ffffff;
|
||||
border-color: rgba(0, 0, 0, 0.0);
|
||||
caret-color: #ffffff;
|
||||
background-color: #5294E2;
|
||||
|
||||
selection-background-color: $selected_fg_color;
|
||||
selected-color: $selected_bg_color;
|
||||
selection-background-color: #ffffff;
|
||||
selected-color: #5294E2;
|
||||
|
||||
font-weight: bold;
|
||||
transition-duration: 0ms;
|
||||
|
Loading…
Reference in New Issue
Block a user