[searchEntry] Update hover style

Make the hover style of the search entry more distinct, and use
a fade effect of about one second to transition from dim to bright.

https://bugzilla.gnome.org/show_bug.cgi?id=611095
This commit is contained in:
Florian Müllner 2010-05-15 18:56:19 +02:00
parent 0e91a213f5
commit 7c5343a9fb

View File

@ -368,6 +368,7 @@ StTooltip {
caret-color: #fff; caret-color: #fff;
caret-size: 1px; caret-size: 1px;
height: 16px; height: 16px;
transition-duration: 1000;
} }
#searchEntry:focus { #searchEntry:focus {
@ -376,10 +377,14 @@ StTooltip {
background-color: #e8e8e8; background-color: #e8e8e8;
caret-color: #545454; caret-color: #545454;
-st-shadow: 0px 0px 6px 2px rgba(255,255,255,0.9); -st-shadow: 0px 0px 6px 2px rgba(255,255,255,0.9);
transition-duration: 0;
} }
#searchEntry:hover { #searchEntry:hover {
border: 1px solid #767676; color: #a8a8a8;
border: 1px solid #4d4d4d;
background-color: #e8e8e8;
caret-color: #545454;
} }
.dash-section { .dash-section {