Bug 437358 – Use native platform colors for URLs in the location bar autocomplete. r=gavin

This commit is contained in:
Dão Gottwald 2008-08-02 21:37:17 +02:00
parent 75104b0fa0
commit 7c0867e39b
4 changed files with 4 additions and 4 deletions

View File

@ -1062,7 +1062,7 @@ toolbar[iconsize="small"] #paste-button[disabled="true"] {
}
.ac-url-text {
color: GrayText;
color: -moz-nativehyperlinktext;
}
.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {

View File

@ -1022,7 +1022,7 @@ richlistitem[selected="true"][current="true"] > hbox > .ac-result-type-bookmark,
}
.ac-url-text {
color: #144fae;
color: -moz-nativehyperlinktext;
font-size: 0.95em;
}

View File

@ -13,7 +13,7 @@
/* ::::: Location Bar AutoComplete Styling ::::: */
.ac-url-text:-moz-system-metric(windows-default-theme) {
color: #0055bb;
color: -moz-nativehyperlinktext;
}
/* ::::: Identity Indicator Styling ::::: */

View File

@ -1208,7 +1208,7 @@ statusbarpanel#statusbar-display {
}
.ac-url-text {
color: MenuText;
color: -moz-nativehyperlinktext;
}
.ac-url-text:-moz-system-metric(windows-default-theme) {