aboutsummaryrefslogtreecommitdiffstats
path: root/navtree.css
diff options
context:
space:
mode:
Diffstat (limited to 'navtree.css')
-rw-r--r--navtree.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/navtree.css b/navtree.css
index 41a9cb96..0cc7e776 100644
--- a/navtree.css
+++ b/navtree.css
@@ -94,8 +94,11 @@
}
.ui-resizable-e {
- background:url("ftv2splitbar.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;