diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-06-09 22:07:57 -0700 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-06-09 22:07:57 -0700 |
commit | 9ecd2ac0e95b3045e763742073d6e6ca1c69832a (patch) | |
tree | 4a3d360728329b43ee331df93f51e599d3d411e5 /themes | |
parent | 03e9cefa17f1170c8414da672f5fbc3bba9ad56c (diff) | |
parent | f41a232730b02b3fc123aacfacf3dabff46153ae (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'themes')
-rw-r--r-- | themes/admin_default/css/screen.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 1ad64fa1..82f85f21 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -327,8 +327,7 @@ li.gDefaultGroup h4, li.gDefaultGroup .gUser { border: none; } -.ui-draggable, -.ui-sortable { +.ui-draggable { cursor: move; } |