🔧 Various notes and configs fore firefox

This commit is contained in:
tomit4 2025-07-13 21:27:30 -07:00
parent d9961afd24
commit cdbc98ef26
2 changed files with 17 additions and 0 deletions

View file

@ -38,6 +38,21 @@
background-color: #14161b !important;
}
/* Hide close button, etc. */
.titlebar-buttonbox-container {
display: none;
}
/* Disable the tooltip that appears when hovering over tabs */
.tabbrowser-tab:hover .tab-label {
pointer-events: none !important;
}
/* Disable the tooltip completely for all tabs */
.tabbrowser-tab:hover {
visibility: hidden !important;
}
menubar,
nav-bar,
#TabsToolbar>* {