mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Replaced hardcoded CSS rules with mixins
This commit is contained in:
parent
14b941744c
commit
be03a53086
4 changed files with 18 additions and 55 deletions
|
|
@ -123,9 +123,7 @@ input[type="submit"] {
|
|||
cursor: pointer; // Improves usability and consistency of cursor style between image-type `input` and others.
|
||||
}
|
||||
input[type="search"] { // Appearance in Safari/Chrome
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
.box-sizing(content-box);
|
||||
-webkit-appearance: textfield;
|
||||
}
|
||||
input[type="search"]::-webkit-search-decoration,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue