Bug 488687 - Make the tabbrowser CSS tab text selector a little stricter so that it doesn't apply to normal tabbox tabs. r=dao

This commit is contained in:
Markus Stange 2009-07-21 14:37:13 +02:00
Родитель b358e3b4c7
Коммит d3d882abfb
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1516,7 +1516,7 @@ tabbrowser > tabbox {
opacity: .6;
}
.tab-text {
.tabbrowser-tab > .tab-text {
margin-top: 3px;
margin-bottom: 0;
font: message-box;

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

@ -1390,7 +1390,7 @@ tabpanels {
}
/* tabbrowser-tab focus ring */
.tab-text {
.tabbrowser-tab > .tab-text {
border: 1px dotted transparent;
}