diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-05-05 02:58:59 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-05-05 02:58:59 -0400 |
| commit | f07fd39e67df3618c97dd38480488e62ca91ef9e (patch) | |
| tree | 2f0796e8e04b39eed757c0a5e0b196c91e2b5b57 /css/sally.css | |
| parent | ed8c8e7214fec248dd9a269e57f6b1bcf3461690 (diff) | |
dropper icon
Diffstat (limited to 'css/sally.css')
| -rw-r--r-- | css/sally.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/css/sally.css b/css/sally.css index 8b8db81..c015305 100644 --- a/css/sally.css +++ b/css/sally.css @@ -79,6 +79,9 @@ textarea { font-size:12pt; width: 37%; height: 300px; background: #333; color: # box-shadow: 0 0 2px rgba(255,255,255,0.3); margin: 3px; } +.dropper #canvas_rapper { + cursor: url(../img/dropper.gif) 0 15, auto; +} #cursor_input { position: fixed; top: 0; right: 0; width:30px; opacity: 0; } .selector_el { border: 1px dashed #fff !important; |
