add default disabled option to show bookmarks below tabs
This commit is contained in:
parent
47111e79b5
commit
96f2ba5977
1 changed files with 5 additions and 0 deletions
|
@ -59,3 +59,8 @@ toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }
|
|||
#navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }
|
||||
#TabsToolbar > .titlebar-buttonbox-container{ visibility: visible }
|
||||
#navigator-toolbox:not(:-moz-lwtheme){ background-color: -moz-dialog }
|
||||
|
||||
/* Uncomment the following if you want bookamarks toolbar to be below tabs */
|
||||
/*
|
||||
#PersonalToolbar{ -moz-box-ordinal-group: 2 }
|
||||
*/
|
Loading…
Reference in a new issue