Elastic: Fix various small css issues

pull/6483/head
Aleksander Machniak 6 years ago
parent 5b6e983abf
commit e282b11d25

@ -138,7 +138,7 @@
// Forms
@color-input: @color-font;
@color-input-border: rgba(22, 27, 29, 0.15);
@color-input-border: #ced4da; // from Bootstrap's .form-control
@color-input-border-focus: @color-main;
@color-input-border-focus-shadow: fadeout(@color-main, 75);
@color-input-border-invalid: @color-error;

@ -23,7 +23,6 @@
&.propform {
overflow: hidden;
margin-top: 1rem;
padding: .25rem; // so overflow do not truncate focus outline on inputs
}

@ -786,6 +786,7 @@ html.touch .popupmenu.form {
input.form-control {
padding-left: .75rem;
height: auto; // fixes input height
}
input,

Loading…
Cancel
Save