From 96f2ba597740d3b85fc32f446d0412bdcbc30238 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 19 Sep 2021 19:38:20 +0300 Subject: [PATCH] add default disabled option to show bookmarks below tabs --- chrome/tabs_on_bottom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chrome/tabs_on_bottom.css b/chrome/tabs_on_bottom.css index 0265eea..24405f3 100644 --- a/chrome/tabs_on_bottom.css +++ b/chrome/tabs_on_bottom.css @@ -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 } +*/ \ No newline at end of file