on mouse hover show / hide modal image viewer icons

This commit is contained in:
w-e-w 2023-12-13 02:06:56 +09:00
parent f92d61497a
commit cc41cc4349
1 changed files with 16 additions and 0 deletions

View File

@ -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{