summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authortimb <opuscule@gmail.com>2015-08-05 09:07:59 -0700
committertimb <opuscule@gmail.com>2015-08-05 09:07:59 -0700
commit74f6c10642889c52f001eb8f0495d14fb41db2ec (patch)
tree35f662a2e31856e23d8d0353bb6019dfc7ee92da /css
parent2dfed6e2f39a3d94e702ff4c3fa4d4d69e13ef82 (diff)
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
Diffstat (limited to 'css')
-rw-r--r--css/sally.css9
1 files changed, 9 insertions, 0 deletions
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);