.el-button {
|
background-color: #009688 !important;
|
border-color: #009688 !important;
|
color: #fff !important;
|
}
|
|
.el-button:active,
|
.el-button:hover {
|
background-color: #009688 !important;
|
border-color: #009688 !important;
|
color: #fff !important;
|
}
|
.el-picker-panel__icon-btn {
|
color: #fff !important;
|
font-size: 18px;
|
}
|
.el-date-range-picker__header [class*="arrow-left"] {
|
color: #ffffff;
|
}
|
.el-select-dropdown__item.is-hovering {
|
background-color: #009688;
|
}
|
|
|
.el-select__placeholder {
|
color: white;
|
}
|
.el-select-dropdown__item.hover,
|
.el-select-dropdown__item:hover {
|
color: white !important;
|
background-color: rgb(38, 124, 124, 0.5) !important;
|
}
|
.el-select__placeholder,
|
.el-form-item__label,
|
.el-input__inner {
|
color: #fff !important;
|
}
|