mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-08 05:12:35 +00:00
on mouse hover show / hide modal image viewer icons
This commit is contained in:
16
style.css
16
style.css
@@ -749,6 +749,22 @@ table.popup-table .link{
|
||||
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{
|
||||
|
Reference in New Issue
Block a user