From 33c90c196bc405e628bc868a4f4ba29b992478c0 Mon Sep 17 00:00:00 2001 From: Tim Nguyen Date: Tue, 21 Nov 2017 20:08:48 +0000 Subject: [PATCH] Bug 1297788 - Use photon colors for autocomplete popup "DONTBUILD". r=jaws a=reland MozReview-Commit-ID: IvM7FAelBhu --HG-- extra : amend_source : 8eb04ebab57e96241578c9a14e2395e03c7ce77c --- browser/themes/osx/browser.css | 4 ++-- browser/themes/shared/compacttheme.inc.css | 11 ++++++++--- browser/themes/windows/browser.css | 4 ++-- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/browser/themes/osx/browser.css b/browser/themes/osx/browser.css index aab20fb1bbc7..2083aaa52e5f 100644 --- a/browser/themes/osx/browser.css +++ b/browser/themes/osx/browser.css @@ -372,11 +372,11 @@ html|span.ac-tag { } .ac-url:not([selected=true]) { - color: hsl(210, 77%, 47%); + color: #0a84ff; } .ac-action:not([selected=true]) { - color: hsl(178, 100%, 28%); + color: #12bc00; } .ac-tags-text[selected] > html|span.ac-tag { diff --git a/browser/themes/shared/compacttheme.inc.css b/browser/themes/shared/compacttheme.inc.css index 980f56c1890c..4744986bca42 100644 --- a/browser/themes/shared/compacttheme.inc.css +++ b/browser/themes/shared/compacttheme.inc.css @@ -36,7 +36,7 @@ --chrome-nav-buttons-hover-background: hsla(240, 5%, 5%, .15); --chrome-nav-bar-controls-border-color: hsla(240, 5%, 5%, .3); --chrome-selection-color: #fff; - --chrome-selection-background-color: #5675B9; + --chrome-selection-background-color: #0060df; /* Url and search bars */ --url-and-searchbar-background-color: rgb(71, 71, 73); @@ -52,11 +52,11 @@ --chrome-secondary-background-color: #f5f6f7; --toolbox-border-bottom-color: #cccccc; --chrome-nav-bar-separator-color: #B6B6B8; - --chrome-nav-buttons-background: #ffffff; /* --theme-body-background */ + --chrome-nav-buttons-background: #ffffff; --chrome-nav-buttons-hover-background: #DADBDB; --chrome-nav-bar-controls-border-color: #ccc; --chrome-selection-color: #f5f7fa; - --chrome-selection-background-color: #4c9ed9; + --chrome-selection-background-color: #0060df; } .toolbarbutton-animatable-box[brighttext], @@ -118,3 +118,8 @@ toolbar[brighttext] .toolbarbutton-1 { filter: none !important; /* removes drop-shadow filter */ } +/* Improve contrast of URL bar notification "Change Settings" link */ + +#search-suggestions-change-settings { + color: #0a84ff; +} diff --git a/browser/themes/windows/browser.css b/browser/themes/windows/browser.css index 6eee6402b72d..8e31d492c99e 100644 --- a/browser/themes/windows/browser.css +++ b/browser/themes/windows/browser.css @@ -637,11 +637,11 @@ html|span.ac-emphasize-text-url { } .ac-url:not([selected=true]) { - color: hsl(210, 77%, 47%); + color: #0a84ff; } .ac-action:not([selected=true]) { - color: hsl(178, 100%, 28%); + color: #12bc00; } html|span.ac-tag {