src/themes/themes.purple.css [140:164]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

input.highlight {
    background-color: lightgoldenrodyellow;
}

input:required:invalid:not(.unfocused),
input:not(:required).ng-invalid,
input:not(:required).ng-invalid:focus {
    border-left-color: red;
}

.inactive,
button.inactive i.fa {
    color: #777;
}

button.inactive,
.border-active.inactive {
    border-color: #777;
}

.placeholder {
    color: #666;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/themes/themes.wac.css [191:215]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

input.highlight {
    background-color: lightgoldenrodyellow;
}

input:required:invalid:not(.unfocused),
input:not(:required).ng-invalid,
input:not(:required).ng-invalid:focus {
    border-left-color: red;
}

.inactive,
button.inactive i.fa {
    color: #777;
}

button.inactive,
.border-active.inactive {
    border-color: #777;
}

.placeholder {
    color: #666;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



