[Overview] Update look and feel of the search field

Port the search entry to CSS and update look and feel according to
the latest design.

https://bugzilla.gnome.org/show_bug.cgi?id=611095
This commit is contained in:
Florian Müllner
2010-02-27 15:49:39 +01:00
parent 89173544d4
commit 858a6bf827
3 changed files with 175 additions and 150 deletions

View File

@ -271,11 +271,24 @@ StTooltip {
#searchEntry {
padding: 4px;
border-bottom: 1px solid #262626;
border-radius: 4px;
color: #a8a8a8;
border: 1px solid #565656;
background-color: #404040;
caret-color: #fff;
caret-size: 1px;
height: 16px;
}
#searchEntry:active {
background-color: #c4c4c4;
#searchEntry:focus {
color: #545454;
border: 1px solid #3a3a3a;
background-color: #e8e8e8;
caret-color: #545454;
}
#searchEntry:hover {
border: 1px solid #767676;
}
.dash-section {