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:
+4
-5
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user