mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-24 03:41:24 +02:00
Color of close button
This commit is contained in:
parent
99205b4d03
commit
f4512bb291
@ -123,6 +123,9 @@ code {
|
|||||||
.imgPreviewItemClearBtn {
|
.imgPreviewItemClearBtn {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
.imgPreviewItemClearBtn:hover {
|
||||||
|
background: rgb(177, 27, 0);
|
||||||
|
}
|
||||||
.imgContainer:hover > .imgItemInfo {
|
.imgContainer:hover > .imgItemInfo {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user