From 4c3b935f7874e1ca15ea3e67519292a8501c89a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A3o=20Gottwald?= Date: Fri, 12 Jun 2015 05:09:00 -0400 Subject: [PATCH] Bug 1173749 - Use a lighter blue for URLs in the URL bar's autocomplete popup. r=Gijs --- browser/themes/windows/browser.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/browser/themes/windows/browser.css b/browser/themes/windows/browser.css index b2a317c1895..fed80cccf29 100644 --- a/browser/themes/windows/browser.css +++ b/browser/themes/windows/browser.css @@ -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 { list-style-image: url("chrome://browser/skin/actionicon-tab.png"); -moz-image-region: rect(0, 16px, 11px, 0);