зеркало из https://github.com/mozilla/pjs.git
Fix autocomplete search item.
This commit is contained in:
Родитель
b22898c225
Коммит
88c18e1132
|
@ -24,6 +24,7 @@ Contributor(s):
|
|||
|
||||
|
||||
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://navigator/content/navigator.css" type="text/css"?>
|
||||
|
||||
<?xul-overlay href="chrome://communicator/content/bookmarks/bookmarksOverlay.xul"?>
|
||||
<?xul-overlay href="chrome://navigator/content/platformNavigationBindings.xul"?>
|
||||
|
|
|
@ -527,11 +527,13 @@ toolbar[iconsize="small"] #print-button[disabled="true"] {
|
|||
}
|
||||
|
||||
.autocomplete-search-box {
|
||||
border-top: 2px groove;
|
||||
border-top: 2px groove -moz-Dialog;
|
||||
background-color: -moz-Dialog;
|
||||
color: ButtonText;
|
||||
}
|
||||
|
||||
.autocomplete-result-popup[nomatch="true"] > .autocomplete-search-box {
|
||||
border-top: 1px solid;
|
||||
.autocomplete-result-popup[nomatch] > .autocomplete-search-box {
|
||||
border-top: 1px solid ThreeDHighlight;
|
||||
}
|
||||
|
||||
.autocomplete-search-engine {
|
||||
|
@ -539,8 +541,8 @@ toolbar[iconsize="small"] #print-button[disabled="true"] {
|
|||
}
|
||||
|
||||
.autocomplete-search-engine[menuactive="true"] {
|
||||
background-color: #9499AC;
|
||||
color: #FFFFFF;
|
||||
background-color: Highlight;
|
||||
color: HighlightText;
|
||||
}
|
||||
|
||||
.autocomplete-search-engine-img {
|
||||
|
|
Загрузка…
Ссылка в новой задаче