2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
+1 -3
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,