diff options
author | matthew <matthew> | 2006-09-29 16:48:48 +0000 |
---|---|---|
committer | matthew <matthew> | 2006-09-29 16:48:48 +0000 |
commit | 1a1b72ddb9e86f04bcb5371a32200e2526465eb5 (patch) | |
tree | fcb256ca7222efdabd0b9fddcbf9ffaba0b91501 /web/css.css | |
parent | c43bb2947beafecb312ab6299ecd675fecdc128b (diff) |
Dragging, in Firefox at least.
Diffstat (limited to 'web/css.css')
-rw-r--r-- | web/css.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/css.css b/web/css.css index 65060d29d..caaf3f786 100644 --- a/web/css.css +++ b/web/css.css @@ -197,13 +197,14 @@ fieldset div.checkbox label { */ #drag input { cursor: crosshair; + background-color: #cccccc; } #drag input, #drag img { position: absolute; - background-color: #cccccc; border: none; } #drag img.pin { + z-index: 100; background-color: inherit; } |