qol: quick search input to have fixed width
This commit is contained in:
@@ -194,20 +194,11 @@ header, #header {
|
||||
#SearchQuery {
|
||||
font-size: 0.9em;
|
||||
margin-left: 6px;
|
||||
width: 130px;
|
||||
width: 190px;
|
||||
background-color: #eee;
|
||||
-moz-transition-property: width;
|
||||
-o-transition-property: width;
|
||||
-webkit-transition-property: width;
|
||||
transition-property: width;
|
||||
-moz-transition-duration: .1s;
|
||||
-o-transition-duration: .1s;
|
||||
-webkit-transition-duration: .1s;
|
||||
transition-duration: .1s;
|
||||
|
||||
&:hover, &:focus {
|
||||
background-color: @white;
|
||||
width: 190px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user