New: delete button is now red

This commit is contained in:
lscambo13
2024-12-03 13:00:19 -08:00
parent 60c1651b42
commit 0482db6f4c

View File

@@ -545,7 +545,8 @@ div[data-role=controlgroup] a.ui-btn-active {
color: #fff !important;
}
#btnDeleteImage {
#btnDeleteImage,
.button-delete {
background: rgb(169, 29, 29);
border: solid rgb(217, 84, 84) 1px;
}