diff options
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; } |