mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
Fixes #8350: unfuck Chrome number input element cursor /cc @cvrebert @eintnohick
This commit is contained in:
Vendored
+4
@@ -1486,6 +1486,10 @@ input[type="checkbox"]:focus {
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
input[type="number"]::-webkit-outer-spin-button input[type="number"]::-webkit-inner-spin-button {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
input:-moz-placeholder,
|
||||
textarea:-moz-placeholder {
|
||||
color: #999999;
|
||||
|
||||
Reference in New Issue
Block a user