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
parent 549119c6bf
commit c7e7e78bca
2 changed files with 2 additions and 2 deletions

View File

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

View File

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