1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

fixes #17379: override search input box-sizing to match our global overrides

This commit is contained in:
Mark Otto
2015-09-01 21:16:26 -07:00
parent 8f9e50c02d
commit 468a9d9359

View File

@@ -284,6 +284,8 @@ input[type="search"] {
// be added to `.form-control` as it's not specific enough. For details, see // be added to `.form-control` as it's not specific enough. For details, see
// https://github.com/twbs/bootstrap/issues/11586. // https://github.com/twbs/bootstrap/issues/11586.
-webkit-appearance: none; -webkit-appearance: none;
// Undo Normalize's default here to match our global overrides.
box-sizing: inherit;
} }
// todo: needed? // todo: needed?