diff options
author | matthew <matthew> | 2006-10-10 17:59:56 +0000 |
---|---|---|
committer | matthew <matthew> | 2006-10-10 17:59:56 +0000 |
commit | 79fe3c3ee53d4a65f13d6094cfc9de03280eb84b (patch) | |
tree | 6c0afd94148232d84ce57b48d554143316a9746a /web/css.css | |
parent | 26e0dcd2c08c92e57941643c644598e4fce684a8 (diff) |
Dragging in IE!
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; } |