Bug 1102038 - the 'Change Search Settings' button and the open search items cannot be used via the keyboard - follow-up to also apply the CSS changes on Windows and Linux, r=Mossop.

This commit is contained in:
Florian Quèze 2015-02-11 20:47:27 +01:00
parent 080b75a87a
commit 5b852e3a2f
2 changed files with 4 additions and 6 deletions

View File

@ -164,7 +164,6 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon
background-image: none;
}
.searchbar-engine-one-off-item:hover:not(.dummy),
.searchbar-engine-one-off-item[selected] {
background-color: Highlight;
background-image: none;
@ -202,7 +201,7 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon
border-top: 1px solid #ccc;
}
.addengine-item:hover {
.addengine-item[selected] {
background-color: Highlight;
color: HighlightText;
}
@ -266,7 +265,7 @@ searchbar[oneoffui] .searchbar-engine-image {
min-height: 32px;
}
.search-setting-button:hover {
.search-setting-button[selected] {
background-color: #d3d3d3;
border-top-color: #bdbebe;
}

View File

@ -178,7 +178,6 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon
background-image: none;
}
.searchbar-engine-one-off-item:hover:not(.dummy),
.searchbar-engine-one-off-item[selected] {
background-color: Highlight;
background-image: none;
@ -214,7 +213,7 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon
border-top: 1px solid #ccc;
}
.addengine-item:hover {
.addengine-item[selected] {
background-color: Highlight;
color: HighlightText;
}
@ -279,7 +278,7 @@ searchbar[oneoffui] .searchbar-engine-image {
min-height: 32px;
}
.search-setting-button:hover {
.search-setting-button[selected] {
background-color: #d3d3d3;
border-top-color: #bdbebe;
}