diff options
author | jhilden <jakobhilden@gmail.com> | 2009-06-09 23:54:02 -0400 |
---|---|---|
committer | jhilden <jakobhilden@gmail.com> | 2009-06-09 23:54:02 -0400 |
commit | f1c91ab9779542f1605476bc52c57d5f14294e97 (patch) | |
tree | 3da1eebeeba64904e670f65f2212b6f5909c613b /themes | |
parent | e5d273e929b630ab86ce31bf75c3e0fa3064ced0 (diff) |
fixed that you couldn't copy and paste text from the admin dashboard
* made only the block headers draggable, so that the rest of the block could be normal
* this should fix bug #292
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; } |