1
0
Fork 0
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:
Ninir 2012-10-30 10:22:09 +01:00 committed by Mark Otto
parent 14b941744c
commit be03a53086
4 changed files with 18 additions and 55 deletions

View file

@ -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,