css: don't hard code search entry height

When commit 961fdd861f landed
text in the overview search entry field started getting clipped.

This is because the default font size changed but the entry is a
hard coded pixel height.

This commit drops the hard coding, so the entry can automatically
size itself to the proper height.

https://bugzilla.gnome.org/show_bug.cgi?id=641537
This commit is contained in:
Ray Strode 2011-02-04 14:41:53 -05:00
parent 9c53ae61f4
commit 3173401cc2

View File

@ -362,7 +362,6 @@ StTooltip StLabel {
background-gradient-direction: vertical;
caret-color: rgb(128, 128, 128);
caret-size: 1px;
height: 16px;
width: 250px;
transition-duration: 300;
}