summaryrefslogtreecommitdiffstats
path: root/templates/html/navtree.css
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/navtree.css')
-rw-r--r--templates/html/navtree.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/html/navtree.css b/templates/html/navtree.css
index c618811..d6b54b5 100644
--- a/templates/html/navtree.css
+++ b/templates/html/navtree.css
@@ -94,8 +94,11 @@
}
.ui-resizable-e {
- background:url("splitbar.png") repeat scroll right center transparent;
- cursor:e-resize;
+ background-image:url("splitbar.png");
+ background-size:100%;
+ background-repeat:no-repeat
+ background-attachment: scroll;
+ cursor:ew-resize;
height:100%;
right:0;
top:0;