diff options
author | jhilden <jakobhilden@gmail.com> | 2009-11-15 10:12:40 -0500 |
---|---|---|
committer | jhilden <jakobhilden@gmail.com> | 2009-11-15 10:12:40 -0500 |
commit | c63a073cd61f89fe1412b65dafad7f3159750dce (patch) | |
tree | 79fca864798dbe732079268a497f1576e6811aa6 /lib | |
parent | 11f5560713e3597df772cbdd9bae5a5f638ee870 (diff) |
CSS change that not a whole dialog box has the move cursors, but only the title bar (e.g. in the simple uploader)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.common.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 99197b49..1ebeadbe 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -333,8 +333,7 @@ form .g-error { font-weight: bold; } -.g-draggable, -.ui-draggable { +.g-draggable { cursor: move; } |