2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00
Chris Rebert
2016-01-21 14:28:41 -08:00
parent bd8c03bfc6
commit beeafc2808
+3 -6
View File
@@ -1,4 +1,4 @@
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /*! normalize.css commit fe56763 | MIT License | github.com/necolas/normalize.css */
// //
// 1. Set default font family to sans-serif. // 1. Set default font family to sans-serif.
@@ -37,7 +37,6 @@ figcaption,
figure, figure,
footer, footer,
header, header,
hgroup,
main, main,
menu, menu,
nav, nav,
@@ -353,13 +352,11 @@ input[type="number"]::-webkit-outer-spin-button {
} }
// //
// 1. Address `appearance` set to `searchfield` in Safari and Chrome. // Address `appearance` set to `searchfield` in Safari and Chrome.
// 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
// //
input[type="search"] { input[type="search"] {
-webkit-appearance: textfield; // 1 -webkit-appearance: textfield;
box-sizing: content-box; //2
} }
// //