Bug 1490952 - Align <tabs> default and override styles on Mac. r=mikedeboer

This commit is contained in:
Dão Gottwald 2018-09-20 12:22:55 +02:00
Родитель e6b03d270f
Коммит 4e5097d655
3 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -695,6 +695,10 @@ html|input.urlbar-input {
#tabbrowser-tabs {
-moz-box-align: stretch;
padding-left: 0;
padding-right: 0;
margin-bottom: 0;
position: static;
}
/**

Просмотреть файл

@ -8,6 +8,7 @@
xul|tabs {
padding-right: 0;
padding-left: 0;
position: static;
}
xul|tab[visuallyselected] {

Просмотреть файл

@ -22,9 +22,6 @@ tabpanels {
tabs {
-moz-box-align: center;
font: menu;
}
tabbox > tabs {
padding: 0 10px;
margin-bottom: -12px;
position: relative;