Cleanup some CSS

This commit is contained in:
djmaze 2021-09-17 12:08:16 +02:00
parent ace913a1e3
commit cec6c41953
6 changed files with 2 additions and 62 deletions

View file

@ -66,7 +66,6 @@ input {
display: inline-block;
height: @baseLineHeight + 10;
padding: 4px 6px;
margin-bottom: 9px;
color: @gray;
border-radius: @inputBorderRadius;
}
@ -231,10 +230,6 @@ input[type="checkbox"][readonly] {
margin-bottom: 0;
vertical-align: middle;
}
// Re-hide hidden elements due to specifity
.hide {
display: none;
}
}
.form-inline label,
.form-inline .btn-group {