523848a7ed
See also: http://www.hackermusings.com/2015/06/electrolysis-a-tale-of-tab-switching-and-themes/
17 lines
522 B
CSS
17 lines
522 B
CSS
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
|
|
/* horizontal tree */
|
|
|
|
.tabbrowser-tabs[treestyletab-tabbar-position="top"][treestyletab-tabs-indented="true"]
|
|
.tabbrowser-tab:not([visuallyselected="true"]),
|
|
.tabbrowser-tabs[treestyletab-tabbar-position="top"][treestyletab-tabs-indented="true"]
|
|
.tabbrowser-tab[visuallyselected="true"] {
|
|
border-radius: 0 0 0 0;
|
|
-moz-border-radius: 0 0 0 0;
|
|
height: 1.5em;
|
|
margin-bottom: 0;
|
|
padding-bottom: 0;
|
|
padding-top: 0;
|
|
}
|