🔧 Various notes and configs fore firefox
This commit is contained in:
parent
d9961afd24
commit
cdbc98ef26
2 changed files with 17 additions and 0 deletions
|
|
@ -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>* {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue