bootstrap: Preserve useful styles on button, input.

This commit is contained in:
Karl Stolley
2025-04-03 14:59:52 -05:00
committed by Tim Abbott
parent a9fa087f60
commit 31d3eba256
2 changed files with 21 additions and 17 deletions

View File

@@ -28,16 +28,6 @@ img {
vertical-align: middle;
border: 0;
}
button,
input {
margin: 0;
vertical-align: middle;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
button {
-webkit-appearance: button;
}
@@ -92,10 +82,6 @@ hr {
form {
margin: 0 0 20px;
}
input,
button {
font-weight: normal;
}
label {
display: block;
margin-bottom: 5px;
@@ -109,9 +95,6 @@ input:-ms-input-placeholder {
input::-webkit-input-placeholder {
color: #999999;
}
input {
margin-left: 0;
}
input[disabled],
input[readonly] {
cursor: not-allowed;