src/themes/themes.blue.css [1:45]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
﻿.red {
    color: #a94442;
}

.manila {
    color: #FFE68E
}

button.delete:not([disabled]):not(:hover):not(:active)::before {
    color: #a94442;
}

button.cancel:not([disabled]):not(:hover):not(:active)::before {
    color: #a94442;
}

button.ok:not([disabled]):not(:hover):not(:active)::before,
button.refresh:not([disabled]):not(:hover):not(:active)::before,
button.save:not([disabled]):not(:hover):not(:active)::before,
button.edit:not([disabled]):not(:hover):not(:active)::before,
button.go:not([disabled]):not(:hover):not(:active)::before,
.bttn.edit:not([disabled]):not(:hover):not(:active)::before {
    color: #0077ce;
}

button.start:not([disabled]):not(:hover):not(:active)::before {
    color: #3c763d;
}

button.stop:not([disabled]):not(:hover):not(:active)::before {
    color: #a94442;
}

a.link:not([disabled]):not(:hover):not(:active)::before {
    color: #0077ce;
}

.border-color,
.form-control,
.dataGroup {
    border-color: #ccc;
}

.dataGroup,
.grid-list .grid-item {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/themes/themes.wac.css [1:45]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
﻿.red {
    color: #a94442;
}

.manila {
    color: #FFE68E
}

button.delete:not([disabled]):not(:hover):not(:active)::before {
    color: #a94442;
}

button.cancel:not([disabled]):not(:hover):not(:active)::before {
    color: #a94442;
}

button.ok:not([disabled]):not(:hover):not(:active)::before,
button.refresh:not([disabled]):not(:hover):not(:active)::before,
button.save:not([disabled]):not(:hover):not(:active)::before,
button.edit:not([disabled]):not(:hover):not(:active)::before,
button.go:not([disabled]):not(:hover):not(:active)::before,
.bttn.edit:not([disabled]):not(:hover):not(:active)::before {
    color: #0077ce;
}

button.start:not([disabled]):not(:hover):not(:active)::before {
    color: #3c763d;
}

button.stop:not([disabled]):not(:hover):not(:active)::before {
    color: #a94442;
}

a.link:not([disabled]):not(:hover):not(:active)::before {
    color: #0077ce;
}

.border-color,
.form-control,
.dataGroup {
    border-color: #ccc;
}

.dataGroup,
.grid-list .grid-item {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



