24 lines
486 B
CSS
24 lines
486 B
CSS
/* Hide sidebar header */
|
|
#sidebar-header {
|
|
display: none;
|
|
}
|
|
|
|
/* Hide tab bar */
|
|
#TabsToolbar {
|
|
visibility: collapse;
|
|
}
|
|
|
|
/* urlbar same color as background */
|
|
#urlbar-background, #searchbar {
|
|
background-color: var(--toolbar-bgcolor) !important;
|
|
}
|
|
|
|
/* Hide tiny strip below the main top bar */
|
|
#navigator-toolbox {
|
|
border-bottom: none !important;
|
|
}
|
|
|
|
/* Hide shield thing since i never ever change those settings */
|
|
#tracking-protection-icon-container {
|
|
visibility: collapse;
|
|
}
|