Commit 5a5b958bee315eac17e6002b65127fd53b341e2b

Authored by David RENÉ
1 parent 4684f599

add dark line on top of menu. This allows to show the separation between the bro…

…wser tool bar and html area.
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
resources/web/public/xlib/css/menu.css
@@ -7318,11 +7318,11 @@ a.list-group-item.active>.bootstrap .badge,a.list-group-item.active>.bootstrap # @@ -7318,11 +7318,11 @@ a.list-group-item.active>.bootstrap .badge,a.list-group-item.active>.bootstrap #
7318 #nav-topbar { 7318 #nav-topbar {
7319 /*position:fixed;*/ 7319 /*position:fixed;*/
7320 height:28px; 7320 height:28px;
7321 - top:0; 7321 + /*top:0;*/
7322 width:100%; 7322 width:100%;
7323 z-index:99; 7323 z-index:99;
7324 background-color:#fff; 7324 background-color:#fff;
7325 - border:solid 1px #fff; 7325 + border-top:solid 3px #060775;
7326 padding:0 40px 0 0 7326 padding:0 40px 0 0
7327 } 7327 }
7328 #nav-topbar ul.menu { 7328 #nav-topbar ul.menu {