22 lines
681 B
CSS
22 lines
681 B
CSS
/* Menubar on top patch - use with Fx65_tabs_on_bottom.css */
|
|
/* Only really useful if menubar is ALWAYS visible */
|
|
|
|
:root{ --uc-window-control-width: 0px !important }
|
|
|
|
#navigator-toolbox{ margin-top: 29px }
|
|
#toolbar-menubar{
|
|
position: fixed;
|
|
display: block;
|
|
top: var(--uc-titlebar-padding,0px);
|
|
height: 29px;
|
|
margin-top:1px;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#toolbar-menubar .titlebar-buttonbox-container{ height: 29px; }
|
|
#toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
|
|
|
|
/* This will allow you to MAYBE put some items to the menubar */
|
|
#toolbar-menubar > *{ float: left }
|
|
#toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }
|