implemented mouse input, CSI6n cmd, added sass cmd to build_web.sh

This commit is contained in:
2017-01-28 00:47:10 +01:00
parent def04042a7
commit 1d52cd551a
11 changed files with 143 additions and 51 deletions
+5 -3
View File
@@ -668,6 +668,10 @@ input[type="number"], input[type="password"], input[type="text"], textarea, sele
.page-term h1 {
font-size: 1.42383em; } }
.page-term #screen {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: monospace;
font-size: 16pt;
white-space: nowrap;
@@ -680,7 +684,7 @@ input[type="number"], input[type="password"], input[type="text"], textarea, sele
cursor: pointer; }
.page-term #screen span:hover {
outline: 1px solid rgba(255, 255, 255, 0.4); }
@media screen and (max-width: 1000px) {
@media screen and (max-width: 544px) {
.page-term #screen span:hover {
outline: 0 none; } }
.page-term #buttons {
@@ -697,5 +701,3 @@ input[type="number"], input[type="password"], input[type="text"], textarea, sele
#termwrap {
text-align: center; }
/*# sourceMappingURL=app.css.map */