From 5a5b958bee315eac17e6002b65127fd53b341e2b Mon Sep 17 00:00:00 2001 From: totoro Date: Tue, 14 Oct 2025 14:00:28 +0900 Subject: [PATCH] add dark line on top of menu. This allows to show the separation between the browser tool bar and html area. --- resources/web/public/xlib/css/menu.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/web/public/xlib/css/menu.css b/resources/web/public/xlib/css/menu.css index d7dbd6d..4e7f109 100644 --- a/resources/web/public/xlib/css/menu.css +++ b/resources/web/public/xlib/css/menu.css @@ -7318,11 +7318,11 @@ a.list-group-item.active>.bootstrap .badge,a.list-group-item.active>.bootstrap # #nav-topbar { /*position:fixed;*/ height:28px; - top:0; + /*top:0;*/ width:100%; z-index:99; background-color:#fff; - border:solid 1px #fff; + border-top:solid 3px #060775; padding:0 40px 0 0 } #nav-topbar ul.menu { -- libgit2 0.21.4