Bug 1297788 - Use photon colors for autocomplete popup "DONTBUILD". r=jaws a=reland

MozReview-Commit-ID: IvM7FAelBhu

--HG--
extra : amend_source : 8eb04ebab57e96241578c9a14e2395e03c7ce77c
This commit is contained in:
Tim Nguyen 2017-11-21 20:08:48 +00:00
Родитель c8c45c0077
Коммит 33c90c196b
3 изменённых файлов: 12 добавлений и 7 удалений

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

@ -372,11 +372,11 @@ html|span.ac-tag {
} }
.ac-url:not([selected=true]) { .ac-url:not([selected=true]) {
color: hsl(210, 77%, 47%); color: #0a84ff;
} }
.ac-action:not([selected=true]) { .ac-action:not([selected=true]) {
color: hsl(178, 100%, 28%); color: #12bc00;
} }
.ac-tags-text[selected] > html|span.ac-tag { .ac-tags-text[selected] > html|span.ac-tag {

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

@ -36,7 +36,7 @@
--chrome-nav-buttons-hover-background: hsla(240, 5%, 5%, .15); --chrome-nav-buttons-hover-background: hsla(240, 5%, 5%, .15);
--chrome-nav-bar-controls-border-color: hsla(240, 5%, 5%, .3); --chrome-nav-bar-controls-border-color: hsla(240, 5%, 5%, .3);
--chrome-selection-color: #fff; --chrome-selection-color: #fff;
--chrome-selection-background-color: #5675B9; --chrome-selection-background-color: #0060df;
/* Url and search bars */ /* Url and search bars */
--url-and-searchbar-background-color: rgb(71, 71, 73); --url-and-searchbar-background-color: rgb(71, 71, 73);
@ -52,11 +52,11 @@
--chrome-secondary-background-color: #f5f6f7; --chrome-secondary-background-color: #f5f6f7;
--toolbox-border-bottom-color: #cccccc; --toolbox-border-bottom-color: #cccccc;
--chrome-nav-bar-separator-color: #B6B6B8; --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-buttons-hover-background: #DADBDB;
--chrome-nav-bar-controls-border-color: #ccc; --chrome-nav-bar-controls-border-color: #ccc;
--chrome-selection-color: #f5f7fa; --chrome-selection-color: #f5f7fa;
--chrome-selection-background-color: #4c9ed9; --chrome-selection-background-color: #0060df;
} }
.toolbarbutton-animatable-box[brighttext], .toolbarbutton-animatable-box[brighttext],
@ -118,3 +118,8 @@ toolbar[brighttext] .toolbarbutton-1 {
filter: none !important; /* removes drop-shadow filter */ filter: none !important; /* removes drop-shadow filter */
} }
/* Improve contrast of URL bar notification "Change Settings" link */
#search-suggestions-change-settings {
color: #0a84ff;
}

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

@ -637,11 +637,11 @@ html|span.ac-emphasize-text-url {
} }
.ac-url:not([selected=true]) { .ac-url:not([selected=true]) {
color: hsl(210, 77%, 47%); color: #0a84ff;
} }
.ac-action:not([selected=true]) { .ac-action:not([selected=true]) {
color: hsl(178, 100%, 28%); color: #12bc00;
} }
html|span.ac-tag { html|span.ac-tag {