зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
c8c45c0077
Коммит
33c90c196b
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче