diff options
Diffstat (limited to 'web/css.css')
-rw-r--r-- | web/css.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/css.css b/web/css.css index 6dd78634c..959bcc7bb 100644 --- a/web/css.css +++ b/web/css.css @@ -210,6 +210,8 @@ fieldset div.checkbox label { #drag img.pin { z-index: 100; background-color: inherit; +} +#drag a img.pin { cursor: pointer; cursor: hand; } |