begin firefox user.js settings

This commit is contained in:
eneller
2022-08-31 22:05:50 +02:00
parent 3d0bb59f6f
commit cbb15212e3
2 changed files with 33 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
/*The following block hides the horizontal tabs for tree style tabs https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#for-userchromecss
* enable 'jtoolkit.legacyUserProfileCustomizations.stylesheets' in 'about:config' for this to work*/
* enable 'toolkit.legacyUserProfileCustomizations.stylesheets' in 'about:config' for this to work*/
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
opacity: 0;