summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjhilden <jakobhilden@gmail.com>2009-11-15 10:12:40 -0500
committerjhilden <jakobhilden@gmail.com>2009-11-15 10:12:40 -0500
commitc63a073cd61f89fe1412b65dafad7f3159750dce (patch)
tree79fca864798dbe732079268a497f1576e6811aa6
parent11f5560713e3597df772cbdd9bae5a5f638ee870 (diff)
CSS change that not a whole dialog box has the move cursors, but only the title bar (e.g. in the simple uploader)
-rw-r--r--lib/gallery.common.css3
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;
}