修复上移/下移 按钮样式

This commit is contained in:
Bard 2023-05-28 05:21:45 +08:00 committed by GitHub
parent cffd7ac7fd
commit 5bc0849d85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1687,7 +1687,6 @@ td>table>tbody>tr>td,
}
.btn.primary,
.cbi-button,
.cbi-page-actions .cbi-button-save,
.cbi-page-actions .cbi-button-apply+.cbi-button-save,
.cbi-button-add,
@ -1706,7 +1705,6 @@ td>table>tbody>tr>td,
background-color: var(--primary)
}
.cbi-button,
.cbi-page-actions .cbi-button-apply,
.cbi-section-actions .cbi-button-edit,
.cbi-button-edit,
@ -1726,6 +1724,12 @@ td>table>tbody>tr>td,
cursor: pointer;
}
.cbi-input-remove {
color: #fff !important;
background-color: #5e72e4;
background-color: var(--primary);
}
.btn.danger,
.cbi-section-remove>.cbi-button,
.cbi-button-remove,
@ -2077,19 +2081,6 @@ td>table>tbody>tr>td,
word-wrap: break-word;
}
/* .cbi-rowstyle-1 {
background-color: #f9f9f9;
}
.cbi-rowstyle-2 {
background-color: #eee;
} */
/* .cbi-rowstyle-2 .cbi-button-up,
.cbi-rowstyle-2 .cbi-button-down,
body:not(.Interfaces) .cbi-rowstyle-2:first-child {
background-color: #fff !important;
} */
.cbi-section-table .cbi-section-table-titles .cbi-section-table-cell {
width: auto !important
}