diff options
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 c015305..e9fb35b 100644 --- a/css/sally.css +++ b/css/sally.css @@ -82,6 +82,9 @@ textarea { font-size:12pt; width: 37%; height: 300px; background: #333; color: # .dropper #canvas_rapper { cursor: url(../img/dropper.gif) 0 15, auto; } +.bucket #canvas_rapper { + cursor: url(../img/bucket.png) 3 15, auto; +} #cursor_input { position: fixed; top: 0; right: 0; width:30px; opacity: 0; } .selector_el { border: 1px dashed #fff !important; |
