summaryrefslogtreecommitdiff
path: root/modules/rearrange/css
diff options
context:
space:
mode:
Diffstat (limited to 'modules/rearrange/css')
-rw-r--r--modules/rearrange/css/rearrange.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/rearrange/css/rearrange.css b/modules/rearrange/css/rearrange.css
index c371edf0..216841ea 100644
--- a/modules/rearrange/css/rearrange.css
+++ b/modules/rearrange/css/rearrange.css
@@ -8,14 +8,15 @@
background-image: url(../images/folder_add.png);
background-repeat: no-repeat;
padding-left: 20px;
- padding-bottom: 5px
+ padding-bottom: 5px;
+ cursor: pointer;
}
#gDeleteItem {
background-image: url(../images/bin_closed.png);
background-repeat: no-repeat;
padding-left: 20px;
- padding-bottom: 5px
+ padding-bottom: 5px;
}
UL.jqueryFileTree {