1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-25 18:47:56 +00:00

scripting: fixed cache, io.module(), return values, button, blank()

This commit is contained in:
Steven Hugg
2021-08-23 13:12:02 -05:00
parent 6343c75953
commit 5542555193
9 changed files with 211 additions and 94 deletions
+13 -3
View File
@@ -802,9 +802,8 @@ div.scripting-editor {
max-height: 50vw;
}
div.scripting-color {
padding: 0.5em;
min-width: 3em;
min-height: 3em;
min-width: 2em;
min-height: 2em;
border: 3px solid black;
}
div.scripting-color span {
@@ -836,3 +835,14 @@ div.scripting-select > .scripting-selected {
border-style: solid;
border-color: #eee;
}
div.scripting-cell button {
background-color: #333;
color: #fff;
padding: 0.5em;
}
div.scripting-cell button:hover {
border-color: #fff;
}
div.scripting-cell button.scripting-enabled {
background-color: #339999;
}