summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/sally.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/css/sally.css b/css/sally.css
index 2034715..46a67bb 100644
--- a/css/sally.css
+++ b/css/sally.css
@@ -46,6 +46,17 @@ a:link, a:visited {text-decoration: none; color: #3b3740}
.tool {
cursor: pointer;
}
+.transparent {
+ background-color: transparent;
+ background-image: url(../img/gray-dither.gif);
+ background-size: 16px 16px;
+}
+
+@media (-webkit-min-device-pixel-ratio: 2) {
+ .transparent {
+ background-size: 4px 4px;
+ }
+}
.rapper { cursor: crosshair; }
body.grid span { border-right: 1px solid #444; border-top: 1px solid #444; border-bottom: 1px solid #444; }
body.grid div { border-top: 1px solid #444; border-left: 1px solid #444; }