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
Родитель 98d953b101
Коммит 3a9653dfd5
4 изменённых файлов: 4 добавлений и 4 удалений

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

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

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

@ -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;
}

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

@ -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 ::::: */

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

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