src/themes/themes.blue.css [176:256]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.background-list {
    background-color: oldlace;
}

.background-list.odd {
    /* #fffcf6 is similar to oldlace but a little bit lighter */
    background-color: #fffcf6;
}

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:not([enabled]),
[disabled] .bttn:not([enabled]),
button[disabled],
.bttn[disabled],
a[disabled] {
    border-color: #ccc;
    color: #ccc;
    background: none;
}

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

[disabled] input:not([enabled]) {
    background: #eee;
}

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

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


.sidebar li:hover a {
    border-color: #0077ce;
}

.sidebar > vtabs .items:before {
    color: #0077ce;
}

.sidebar .items,
.sidebar hr {
    border-color: #d4d4d4;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/themes/themes.wac.css [182:262]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.background-list {
    background-color: oldlace;
}

.background-list.odd {
    /* #fffcf6 is similar to oldlace but a little bit lighter */
    background-color: #fffcf6;
}

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:not([enabled]),
[disabled] .bttn:not([enabled]),
button[disabled],
.bttn[disabled],
a[disabled] {
    border-color: #ccc;
    color: #ccc;
    background: none;
}

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

[disabled] input:not([enabled]) {
    background: #eee;
}

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

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


.sidebar li:hover a {
    border-color: #0077ce;
}

.sidebar > vtabs .items:before {
    color: #0077ce;
}

.sidebar .items,
.sidebar hr {
    border-color: #d4d4d4;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



