From 2464f6e5d4d190631efbb738e56d9c2c810f7ced Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 22 Nov 2014 10:43:51 -0500 Subject: toggle textarea --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 1c04d1a..c1c250a 100644 --- a/index.html +++ b/index.html @@ -8,10 +8,13 @@ body.grid div { border-top: 1px solid #444; border-left: 1px solid #444; } .ed { color: #fff; } .focused { text-shadow: 0 3px 3px #fff; border-color: #fff; } .tool.focused, .ed.focused { color: white; text-decoration: underline; } +body.loading { opacity: 0; } +body { transition: 0.1s linear; } body.grid .focused { box-shadow: inset 0 0 2px white, inset 0 0 2px white, inset 0 0 2px white; } +#shader_textarea { display: none; } - +
@@ -25,10 +28,12 @@ body.grid .focused { box-shadow: inset 0 0 2px white, inset 0 0 2px white, inset text clear grid + shader brush size: 5 x 5 canvas size: 80 x 24
+ -- cgit v1.2.3-70-g09d2