summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
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);