mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
remove padding on .search-query for IE7-8 since it doesn't pick up large border-radius
This commit is contained in:
Vendored
+4
@@ -1085,6 +1085,10 @@ select:focus:required:invalid:focus {
|
||||
.search-query {
|
||||
padding-left: 14px;
|
||||
padding-right: 14px;
|
||||
padding-left: 4px \9;
|
||||
/* IE7-8 doesn't have border-radius, so don't indent the padding */
|
||||
|
||||
padding-right: 4px \9;
|
||||
margin-bottom: 0;
|
||||
-webkit-border-radius: 14px;
|
||||
-moz-border-radius: 14px;
|
||||
|
||||
Reference in New Issue
Block a user