Bug 972140 - fix tabbrowser-tabs min-height for Australis so it doesn't get squashed when the non-abs-pos bits have 0 width, r=mconley

--HG--
extra : rebase_source : a233b0be8a28a3fbb9cd49608655be9e7495be8f
This commit is contained in:
Gijs Kruitbosch 2014-03-03 12:18:54 -05:00
parent 43378a523e
commit 22c013cdec

View File

@ -20,6 +20,10 @@
url(chrome://browser/skin/tabbrowser/tab-background-start.png);
}
#tabbrowser-tabs {
min-height: @tabHeight@;
}
.tabbrowser-tab,
.tabs-newtab-button {
-moz-appearance: none;