src/themes/themes.black.css [133:197]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

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;
}

/* Disabled */

[disabled] button,
[disabled] .bttn,
button[disabled],
.bttn[disabled] {
    border-color: #ccc;
    color: #ccc;
}

[disabled] button i.fa,
[disabled] .bttn  i.fa,
button[disabled] i.fa,
.bttn[disabled]  i.fa {
    color: #ccc;
}

span[disabled],
a[disabled] {
    color: #ccc;
}

[disabled] input {
    background: #eee;
}

[disabled] .background-active {
    background-color: #eee;
    color: #444;
}

[disabled] .collapse-heading {
    pointer-events: all;
}

[disabled] .border-active,
[disabled] .bttn {
    border-color: #ccc;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



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

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;
}

/* Disabled */

[disabled] button,
[disabled] .bttn,
button[disabled],
.bttn[disabled] {
    border-color: #ccc;
    color: #ccc;
}

[disabled] button i.fa,
[disabled] .bttn  i.fa,
button[disabled] i.fa,
.bttn[disabled]  i.fa {
    color: #ccc;
}

span[disabled],
a[disabled] {
    color: #ccc;
}

[disabled] input {
    background: #eee;
}

[disabled] .background-active {
    background-color: #eee;
    color: #444;
}


[disabled] .collapse-heading {
    pointer-events: all;
}

[disabled] .border-active,
[disabled] .bttn {
    border-color: #ccc;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



