mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-02-21 13:45:00 +08:00
on mouse hover show / hide modal image viewer icons
This commit is contained in:
parent
f92d61497a
commit
cc41cc4349
16
style.css
16
style.css
@ -749,6 +749,22 @@ table.popup-table .link{
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (pointer: fine) {
|
||||||
|
.modalPrev:hover,
|
||||||
|
.modalNext:hover,
|
||||||
|
.modalControls:hover ~ .modalPrev,
|
||||||
|
.modalControls:hover ~ .modalNext,
|
||||||
|
.modalControls:hover .cursor {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modalPrev,
|
||||||
|
.modalNext,
|
||||||
|
.modalControls .cursor {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* context menu (ie for the generate button) */
|
/* context menu (ie for the generate button) */
|
||||||
|
|
||||||
#context-menu{
|
#context-menu{
|
||||||
|
Loading…
Reference in New Issue
Block a user