theme: tone down search results description font style

- don't use bold
- use regular font size
- make the text shadow less dramatic
This commit is contained in:
Cosimo Cecchi 2013-03-01 14:21:07 -05:00
parent 8b48560c81
commit c249ff9046

View File

@ -910,8 +910,6 @@ StScrollBar StButton#vhandle:active {
} }
.list-search-result-description { .list-search-result-description {
font-weight: bold;
font-size: 12pt;
color: #eeeeec; color: #eeeeec;
} }
@ -965,6 +963,10 @@ StScrollBar StButton#vhandle:active {
color:white; color:white;
} }
.list-search-result:hover .list-search-result-description {
text-shadow: rgba(0,0,0,0.8) 0px 1px 2px;
}
.show-apps { .show-apps {
padding: 4px 0; padding: 4px 0;
} }