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:
Родитель
b358e3b4c7
Коммит
d3d882abfb
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче