常规按钮着色
This commit is contained in:
parent
e9bdd34ec3
commit
50a2866a18
@ -1415,6 +1415,14 @@ td > table > tbody > tr > td,
|
|||||||
background-color: #5e72e4;
|
background-color: #5e72e4;
|
||||||
background-color: var(--primary);
|
background-color: var(--primary);
|
||||||
}
|
}
|
||||||
|
.cbi-button:not(select) {
|
||||||
|
font-weight: normal;
|
||||||
|
color: #fff !important;
|
||||||
|
border: thin solid #5e72e4;
|
||||||
|
border: thin solid var(--primary);
|
||||||
|
background-color: #5e72e4;
|
||||||
|
background-color: var(--primary);
|
||||||
|
}
|
||||||
/* red */
|
/* red */
|
||||||
.btn.danger,
|
.btn.danger,
|
||||||
.cbi-section-remove > .cbi-button,
|
.cbi-section-remove > .cbi-button,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user