1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 15:16:38 +00:00

testing scripting platform

This commit is contained in:
Steven Hugg
2019-09-29 13:41:29 -05:00
parent a9736e18cf
commit 6753d9bf40
6 changed files with 131 additions and 11 deletions
+4 -5
View File
@@ -376,6 +376,7 @@ div.markdown {
width:94%;
margin:3%;
padding:1em;
user-select: auto;
}
div.markdown table {
margin:1em;
@@ -415,13 +416,11 @@ div.markdown th {
color:rgba(0,0,0,0);
}
.disable-select {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.enable-select {
user-select: auto;
}
.alert {
z-index:2;
}