New: Revoke button in API page in Dashboard is colored red now

This commit is contained in:
lscambo13
2025-03-16 13:55:34 +05:30
parent f57e92dffd
commit 3d73fce56f

View File

@@ -1360,7 +1360,8 @@ div[data-role=controlgroup] a.ui-btn-active {
}
#btnDeleteImage,
.button-delete {
.button-delete,
.btnRevoke {
background: var(--btnDeleteColor);
border: solid var(--btnDeleteBorderColor) var(--borderWidth);
}