diff options
Diffstat (limited to 'templates/html/navtree.css')
-rw-r--r-- | templates/html/navtree.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/html/navtree.css b/templates/html/navtree.css index c618811..7d1cb67 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; |