Bug 640065 - 'Tabs from other windows' text disappears with background window r=tim

This commit is contained in:
Raymond Lee 2011-10-11 20:04:35 +08:00
parent 3b1757fbac
commit 93278dac06

View File

@ -628,6 +628,10 @@ html[dir=rtl] #otherresults {
-moz-margin-end: 5px;
}
#otherresults .label:-moz-window-inactive {
color: #404040;
}
.inlineMatch {
background-color: #EBEBEB;
border-radius: 0.4em;