2018-11-07 19:05:02 +00:00
|
|
|
/* Modify to change window drag space width */
|
2019-02-06 11:15:16 +00:00
|
|
|
/*
|
|
|
|
Use Fx65_tabs_on_bottom_menubar_on_top_patch if you
|
|
|
|
have menubar permanently enabled and want it on top
|
|
|
|
*/
|
|
|
|
|
|
|
|
:root{ --uc-titlebar-padding: 0px; --uc-window-control-width: 138px }
|
|
|
|
:root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }
|
|
|
|
:root[tabsintitlebar="true"] #nav-bar{ --window-drag-space-width: 24px; }
|
|
|
|
|
2018-11-07 19:05:02 +00:00
|
|
|
|
|
|
|
.titlebar-buttonbox-container{
|
|
|
|
position: fixed;
|
2019-02-06 11:15:16 +00:00
|
|
|
top: var(--uc-titlebar-padding,0px);
|
2018-11-07 19:05:02 +00:00
|
|
|
right:0;
|
|
|
|
height: 40px;
|
|
|
|
}
|
2019-02-06 11:15:16 +00:00
|
|
|
|
|
|
|
:root[uidensity="compact"] .titlebar-buttonbox-container{ height: 32px }
|
|
|
|
|
2018-12-19 06:17:51 +00:00
|
|
|
#toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }
|
2018-12-14 03:02:48 +00:00
|
|
|
|
2019-02-06 11:15:16 +00:00
|
|
|
#navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }
|
|
|
|
|
2018-12-14 03:02:48 +00:00
|
|
|
|
2018-11-07 19:05:02 +00:00
|
|
|
.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }
|
2019-02-06 11:15:16 +00:00
|
|
|
|
2018-12-14 03:02:48 +00:00
|
|
|
#titlebar{
|
|
|
|
-moz-box-ordinal-group: 2;
|
|
|
|
-moz-appearance: none !important;
|
|
|
|
}
|
2019-02-06 11:15:16 +00:00
|
|
|
|
2018-11-07 19:05:02 +00:00
|
|
|
:root[tabsintitlebar="true"] #nav-bar{
|
2019-02-06 11:15:16 +00:00
|
|
|
padding-right: calc(var(--uc-window-control-width) + var(--window-drag-space-width,0px));
|
2018-11-07 19:05:02 +00:00
|
|
|
padding-left: var(--window-drag-space-width,0px)
|
|
|
|
}
|
2019-02-06 11:15:16 +00:00
|
|
|
|
2018-11-07 19:05:02 +00:00
|
|
|
.titlebar-placeholder,
|
2019-01-30 14:16:38 +00:00
|
|
|
#TabsToolbar .titlebar-spacer{ display: none; }
|
|
|
|
/* Also hide the toolbox bottom border which isn't at bottom with this setup */
|
|
|
|
#navigator-toolbox::after{ display: none !important; }
|