diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-05-05 03:12:24 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-05-05 03:12:24 -0400 |
| commit | 1908b82d0bfa01267e623636b5bd0aca82a6ce82 (patch) | |
| tree | 5e925da250930cec2c6bb623313ed6211c2ff626 /css | |
| parent | f07fd39e67df3618c97dd38480488e62ca91ef9e (diff) | |
bucket
Diffstat (limited to '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; |
