mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1173749 - Use a lighter blue for URLs in the URL bar's autocomplete popup. r=Gijs
This commit is contained in:
parent
297d0b9d5c
commit
4c3b935f78
@ -1502,6 +1502,13 @@ richlistitem[type~="action"][actiontype="searchengine"] > .ac-title-box > .ac-si
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (-moz-os-version: windows-win10) and (-moz-windows-default-theme) {
|
||||||
|
.ac-url-text:not([selected="true"]),
|
||||||
|
.ac-action-text:not([selected="true"]) {
|
||||||
|
color: Highlight;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-icon {
|
richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-icon {
|
||||||
list-style-image: url("chrome://browser/skin/actionicon-tab.png");
|
list-style-image: url("chrome://browser/skin/actionicon-tab.png");
|
||||||
-moz-image-region: rect(0, 16px, 11px, 0);
|
-moz-image-region: rect(0, 16px, 11px, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user