Hide mouse pointer in full screen mode #620

pull/626/merge
Tobias Reich 8 years ago
parent 3e3dfb0d63
commit e1e3f31839

2
dist/main.css vendored

File diff suppressed because one or more lines are too long

@ -10,9 +10,14 @@
transition: background-color .3s;
// Modes -------------------------------------------------------------- //
&.view { background-color: inherit; }
&.view {
background-color: inherit;
}
&.full { background-color: black(1); }
&.full {
background-color: black(1);
cursor: none;
}
// ImageView -------------------------------------------------------------- //
#image {

Loading…
Cancel
Save