New: Revoke button in API page in Dashboard is colored red now
This commit is contained in:
parent
f57e92dffd
commit
3d73fce56f
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue