From 74f6c10642889c52f001eb8f0495d14fb41db2ec Mon Sep 17 00:00:00 2001 From: timb Date: Wed, 5 Aug 2015 09:07:59 -0700 Subject: add radio controls, add shader target, export format uses radio controls and is saved to local storage, move tool binding from control.js to tool.js --- css/sally.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'css') diff --git a/css/sally.css b/css/sally.css index 093971d..6d65e28 100644 --- a/css/sally.css +++ b/css/sally.css @@ -51,6 +51,15 @@ a:link, a:visited {text-decoration: none; color: #3b3740} .tool.hidden { visibility: hidden; } +.tool.radio { + margin: 0 8px 0 0; +} +.tool.radio.focused { + color: #000; + + background-color: #6d6d6d; + box-shadow: none; +} .transparent { background-color: transparent; background-image: url(../img/gray-dither.gif); -- cgit v1.2.3-70-g09d2