Commit cc41cc43 authored by w-e-w's avatar w-e-w

on mouse hover show / hide modal image viewer icons

parent f92d6149
......@@ -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{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment