This commit is contained in:
blakeross%telocity.com 2002-08-11 00:09:27 +00:00
Родитель b22898c225
Коммит 88c18e1132
2 изменённых файлов: 8 добавлений и 5 удалений

Просмотреть файл

@ -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 {