mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
549119c6bf
commit
c7e7e78bca
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user