mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 23:17:02 +03:00
Cleanup some CSS
This commit is contained in:
parent
ace913a1e3
commit
cec6c41953
6 changed files with 2 additions and 62 deletions
5
vendors/bootstrap/less/forms.less
vendored
5
vendors/bootstrap/less/forms.less
vendored
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue