New: delete button is now red
This commit is contained in:
parent
60c1651b42
commit
0482db6f4c
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue