New: Shutdown button in Dashboard is now colored red

This commit is contained in:
lscambo13
2025-03-17 08:02:39 -07:00
parent 7f9a0ed63d
commit 9ef7d3eead

View File

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