Ajout des configs onglets firefox cachés
parent
433a6fbbde
commit
9d721a0d59
|
|
@ -1,7 +1,14 @@
|
||||||
#titlebar {
|
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
|
||||||
visibility: collapse;
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
|
||||||
#sidebar-header {
|
visibility: collapse !important;
|
||||||
visibility: collapse !important;
|
|
||||||
}
|
}
|
||||||
|
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.tab {
|
||||||
|
margin-left: 1px;
|
||||||
|
margin-right: 1px;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,2 @@
|
||||||
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||||
user_pref("gfx.webrender.software.opengl", true);
|
user_pref("gfx.webrender.software.opengl", true);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue