[app.component.css]
.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left) {
border-color: brown;
}
.e-filterbarcell .e-filterdiv.e-fltrinputdiv .e-input-group.e-control-wrapper {
color: chartreuse;
background: white;
}
|
[app.component.css]
.e-ccdlg .e-ccul-ele.e-cc .e-ccheck .e-label {
color: chartreuse;
}
|
[app.component.css]
.e-ccdlg .e-ccul-ele.e-cc .e-ccheck span.e-check {
color: chartreuse;
background: blue;
}
.e-ccdlg .e-btn.e-flat.e-primary,
.e-ccdlg .e-css.e-btn.e-flat.e-primary {
background-color: blue;
color: chartreuse;
}
.e-ccdlg .e-btn.e-flat,
.e-ccdlg .e-css.e-btn.e-flat {
background-color: darkred;
color: chartreuse;
}
|