summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-12-20 22:29:09 -0500
committerJulie Lala <jules@okfoc.us>2014-12-20 22:29:09 -0500
commitf6cd4aac9a8ea96df0c41618c3a83a0c8097acc4 (patch)
tree1937c4d01732247c985c7856104d637ac30ab4a9 /css
parent6946255bb23b50e841a6684dc8950797d2a5dce6 (diff)
making more things textareas
Diffstat (limited to 'css')
-rw-r--r--css/sally.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/sally.css b/css/sally.css
index 515442a..6fdbe55 100644
--- a/css/sally.css
+++ b/css/sally.css
@@ -55,9 +55,9 @@ body.grid div { border-top: 1px solid #444; border-left: 1px solid #444; }
body.loading { opacity: 0; }
body { transition: 0.1s linear; }
.focused { box-shadow: inset 1px 0 2px white, inset -1px 0 2px white, inset 0 1px 2px white, inset 0 -1px 2px white; }
-#shader_textarea { display: none; }
#import_textarea { font-size: 9pt; }
-textarea { font-size:12pt; width: 45%; height: 300px; background: #333; color: #0f0; border: 0; font-family: 'FixedsysExcelsior301Regular'; outline: 0; border: 1px solid #333; background:#010;}
+textarea { font-size:12pt; width: 42%; height: 300px; background: #333; color: #0f0; border: 0; font-family: 'FixedsysExcelsior301Regular'; outline: 0; border: 1px solid #333; background:#010;}
+#shader_rapper { display: none; }
#import_rapper { display: none; }
#cursor_input { position: absolute; top: 0; right: 0; width:30px; opacity: 0; }
.selector_el {