nixnew/modules/user/modules/firefox/inline_tabs_chrome.css
2023-06-26 21:16:43 -07:00

60 lines
922 B
CSS

/* Title bar */
.titlebar-buttonbox {
display: none !important;
}
.titlebar-spacer {
display: none !important;
}
/* Tab bar */
#navigator-toolbox {
border: 0px !important;
}
#TabsToolbar {
margin-left: 40vw !important;
}
/* Nav bar*/
#nav-bar {
background: transparent !important;
margin-top: -42px !important;
margin-bottom: 1px !important;
margin-right: 60vw !important;
}
/* URL bar */
#back-button {
display: none !important;
}
#forward-button {
display: none !important;
}
#tracking-protection-icon-container {
display: none !important;
}
#urlbar-container {
min-width: 100px !important;
}
#urlbar {
background: transparent !important;
border: none !important;
box-shadow: none !important;
}
#page-action-buttons {
display: none !important;
}
#PanelUI-button {
display: none !important;
}
#unified-extensions-button {
display: none;
}