8 lines
191 B
CSS
Raw Normal View History

2020-07-31 14:11:26 +08:00
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#tabbrowser-tabs tab:only-of-type {
display: none !important;
}
/* TODO: Hidde tabbar bottom border */