зеркало из https://github.com/mozilla/gecko-dev.git
Use consistent CSS for tab label text and its shadow, so userChrome.css modifications are less likely to cause mismatched fonts or font sizes (bug 434348). r=kmgerich, sr=mconnor
This commit is contained in:
Родитель
dc6a86aaf8
Коммит
57c6a069d8
|
@ -1636,12 +1636,12 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
|
|||
}
|
||||
|
||||
.tab-text {
|
||||
font: message-box;
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
.tab-text,
|
||||
.tab-text-shadow {
|
||||
font: message-box;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче