Hide mouse pointer in full screen mode #620

This commit is contained in:
Tobias Reich 2016-09-20 10:02:16 +02:00
parent 3e3dfb0d63
commit e1e3f31839
2 changed files with 7 additions and 2 deletions

BIN
dist/main.css vendored

Binary file not shown.

View File

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