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

on mouse hover show / hide modal image viewer icons

parent f92d6149
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -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{