Bug 1389860 - tab text color adjustments for Yosemite and higher. Increase tab height (all OS versions). r=Gijs.

This commit is contained in:
stefanh@inbox.com 2017-08-14 16:08:01 +02:00
Родитель 2e91c61468
Коммит 70569f3a7a
1 изменённых файлов: 9 добавлений и 2 удалений

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

@ -35,6 +35,7 @@ tabbox > tabs {
tab {
-moz-appearance: tab;
padding-top: 1px;
}
tab:-moz-focusring {
@ -50,9 +51,15 @@ tab:last-of-type {
padding-inline-end: 2px;
}
tab[visuallyselected="true"] {
tab[visuallyselected="true"]:not(:-moz-window-inactive) {
color: #FFF;
text-shadow: rgba(0, 0, 0, 0.4) 0 1px;
}
@media not all and (-moz-mac-yosemite-theme) {
tab[visuallyselected="true"] {
color: #FFF;
text-shadow: rgba(0, 0, 0, 0.4) 0 1px;
}
}
.tab-middle {