diff options
| author | timb <opuscule@gmail.com> | 2015-08-05 09:07:59 -0700 |
|---|---|---|
| committer | timb <opuscule@gmail.com> | 2015-08-05 09:07:59 -0700 |
| commit | 74f6c10642889c52f001eb8f0495d14fb41db2ec (patch) | |
| tree | 35f662a2e31856e23d8d0353bb6019dfc7ee92da /css | |
| parent | 2dfed6e2f39a3d94e702ff4c3fa4d4d69e13ef82 (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.css | 9 |
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); |
