常规按钮着色

This commit is contained in:
Bard 2022-03-01 06:27:46 +08:00 committed by GitHub
parent e9bdd34ec3
commit 50a2866a18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,