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

gnome-shell: more search entry fixes

This commit is contained in:
Horst3180 2015-07-18 18:58:55 +02:00
parent 618e8624fb
commit fa23eee05d

View File

@ -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;