8243562: Make display of search results consistent with color scheme

Reviewed-by: jjg
This commit is contained in:
Hannes Wallnöfer 2020-04-24 21:55:48 +02:00
parent f9b816b8f9
commit b4615b163c

View File

@ -251,7 +251,7 @@ a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
border: 1px solid #aaaaaa;
background: #dadada url("images/ui-bg_glass_65_dadada_1x400.png") 50% 50% repeat-x;
background: #F8981D;
font-weight: normal;
color: #212121;
}