mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 437358 – Use native platform colors for URLs in the location bar autocomplete. r=gavin
This commit is contained in:
parent
75104b0fa0
commit
7c0867e39b
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user