Fixed boolean arg checkboxes

This commit is contained in:
n1474335 2018-06-17 13:49:32 +01:00
parent 4147ec719b
commit ab9bc7e390
3 changed files with 22 additions and 17 deletions

View file

@ -34,6 +34,7 @@
.operation input.form-control,
.operation select.form-control,
.operation textarea,
.operation .bmd-label-floating,
.operation .bmd-label-static {
padding-left: 5px;
@ -41,14 +42,16 @@
}
.operation [class^='bmd-label'],
.operation [class*=' bmd-label'] {
.operation [class*=' bmd-label'],
.operation label {
color: #388e3c;
}
.operation .is-focused [class^='bmd-label'],
.operation .is-focused [class*=' bmd-label'],
.operation .is-focused [class^='bmd-label'],
.operation .is-focused [class*=' bmd-label'] {
.operation .is-focused [class*=' bmd-label'],
.operation .is-focused label {
color: #1976d2;
}