Fix searchbar scaling issue
This commit is contained in:
@@ -615,18 +615,13 @@ ul.actions {
|
||||
background: #fff;
|
||||
border: 1px solid #d4d4d4;
|
||||
overflow: hidden;
|
||||
height: 2.0em;
|
||||
height: 2.2em;
|
||||
|
||||
border-radius: 0.3em;
|
||||
-moz-border-radius: 0.3em;
|
||||
-webkit-border-radius: 0.3em;
|
||||
}
|
||||
|
||||
.ie #head #searchbar #searchbar-fauxtext,
|
||||
.ff #head #searchbar #searchbar-fauxtext {
|
||||
height: 2.2em
|
||||
}
|
||||
|
||||
#head #searchbar #searchbar-fauxtext input#search-query {
|
||||
border: none;
|
||||
color: #000;
|
||||
|
||||
Reference in New Issue
Block a user