Browse Source

Fix disabled select for Glitter Night

Closes #1807
pull/1812/head
Safihre 4 years ago
parent
commit
c3d4bf5428
  1. 8
      interfaces/Glitter/templates/static/stylesheets/colorschemes/Night.css

8
interfaces/Glitter/templates/static/stylesheets/colorschemes/Night.css

@ -55,6 +55,10 @@ legend,
opacity: 0.7;
}
.form-control[disabled] {
opacity: 0.65;
}
.progress {
background-color: #DADADA;
}
@ -126,6 +130,10 @@ select.form-control,
.main-content .btn-default,
.modal-body .btn-default,
.modal-footer .btn-default,
.btn-default.disabled:hover,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.form-control[disabled],
#modal-options .options-function-box .input-group-addon {
background-color: #555555;
color: #EBEBEB;

Loading…
Cancel
Save