Color of close button

This commit is contained in:
cmdr2 2023-02-06 15:19:10 +05:30
parent 99205b4d03
commit f4512bb291

View File

@ -123,6 +123,9 @@ code {
.imgPreviewItemClearBtn {
opacity: 0;
}
.imgPreviewItemClearBtn:hover {
background: rgb(177, 27, 0);
}
.imgContainer:hover > .imgItemInfo {
opacity: 1;
}