X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.mozilla%2Ffirefox%2Fdefault%2Fchrome%2FuserChrome.css;fp=.mozilla%2Ffirefox%2Fdefault%2Fchrome%2FuserChrome.css;h=ea5edd8c0c65b3f98044ce5dd818b6878878b5ed;hb=8be58eac4298d938d071b213e545fa45a6d8ea2a;hp=0000000000000000000000000000000000000000;hpb=6fbab6e674b9cf96cbfdd8ae04c1e39bbaf36087;p=x_full.git diff --git a/.mozilla/firefox/default/chrome/userChrome.css b/.mozilla/firefox/default/chrome/userChrome.css new file mode 100644 index 0000000..ea5edd8 --- /dev/null +++ b/.mozilla/firefox/default/chrome/userChrome.css @@ -0,0 +1,30 @@ +/* display at the right edge ------------------------------------------------ */ + +#content > tabbox { + -moz-box-orient: horizontal; +} +#content > tabbox { + -moz-box-direction: reverse; +} +.tabbrowser-strip { + -moz-box-orient: vertical; + overflow: -moz-scrollbars-none; +} +.tabbrowser-tabs { + -moz-box-orient: horizontal; + min-width: 17ex; + -mox-box-pack: start; + -moz-box-align: start; +} +.tabbrowser-tabs > hbox { + -moz-box-orient: vertical; + -moz-box-align: stretch; + -moz-box-pack: start; +} +.tabbrowser-tabs > hbox > tab { + -moz-box-align: start; + -moz-box-orient: horizontal; +} +.tabbrowser-tabs > stack { + display: none; +}