panel css green color
This commit is contained in:
parent
ba6e50f44c
commit
42ab84c4b2
1 changed files with 8 additions and 4 deletions
|
|
@ -54,11 +54,15 @@ body * {
|
|||
padding-top: 0;
|
||||
}
|
||||
|
||||
.k-button[data-theme^="green"],
|
||||
.k-button[data-theme^="positive"] {
|
||||
.k-button[data-theme^="green"]:not(.k-page-status-icon-option),
|
||||
.k-button[data-theme^="positive"]:not(.k-page-status-icon-option) {
|
||||
background-color: var(--color-green);
|
||||
}
|
||||
.k-button[data-theme^="green"] .k-icon,
|
||||
.k-button[data-theme^="positive"] .k-icon {
|
||||
.k-button[data-theme^="green"] .k-icon:not([data-type="status-listed"]),
|
||||
.k-button[data-theme^="positive"] .k-icon:not([data-type="status-listed"]) {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.k-icon[data-type="status-listed"] {
|
||||
color: var(--color-green);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue