зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changesets 0e9d8fb67dd8 and 4affa6e0a8c6 for too many visual regressions. r=backout
MozReview-Commit-ID: BLZ2fd0btn9
This commit is contained in:
Родитель
1f23ac168c
Коммит
d86f11e5b1
|
@ -367,11 +367,11 @@ html|span.ac-tag {
|
|||
}
|
||||
|
||||
.ac-url:not([selected=true]) {
|
||||
color: #0a84ff;
|
||||
color: hsl(210, 77%, 47%);
|
||||
}
|
||||
|
||||
.ac-action:not([selected=true]) {
|
||||
color: #12bc00;
|
||||
color: hsl(178, 100%, 28%);
|
||||
}
|
||||
|
||||
.ac-tags-text[selected] > html|span.ac-tag {
|
||||
|
|
|
@ -18,11 +18,6 @@
|
|||
--toolbarbutton-icon-fill-opacity: .7;
|
||||
|
||||
--tab-line-color: #0a84ff;
|
||||
|
||||
--urlbar-popup-background: var(--url-and-searchbar-background-color);
|
||||
--urlbar-popup-color: var(--chrome-color);
|
||||
--urlbar-popup-highlight-background: var(--chrome-selection-background-color);
|
||||
--urlbar-popup-highlight-color: var(--chrome-selection-color);
|
||||
}
|
||||
|
||||
:root:-moz-lwtheme-brighttext {
|
||||
|
@ -36,7 +31,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: #0060df;
|
||||
--chrome-selection-background-color: #5675B9;
|
||||
|
||||
/* Url and search bars */
|
||||
--url-and-searchbar-background-color: rgb(71, 71, 73);
|
||||
|
@ -52,11 +47,11 @@
|
|||
--chrome-secondary-background-color: #f5f6f7;
|
||||
--toolbox-border-bottom-color: #cccccc;
|
||||
--chrome-nav-bar-separator-color: #B6B6B8;
|
||||
--chrome-nav-buttons-background: #ffffff;
|
||||
--chrome-nav-buttons-background: #ffffff; /* --theme-body-background */
|
||||
--chrome-nav-buttons-hover-background: #DADBDB;
|
||||
--chrome-nav-bar-controls-border-color: #ccc;
|
||||
--chrome-selection-color: #f5f7fa;
|
||||
--chrome-selection-background-color: #0060df;
|
||||
--chrome-selection-background-color: #4c9ed9;
|
||||
}
|
||||
|
||||
.toolbarbutton-animatable-box[brighttext],
|
||||
|
@ -118,8 +113,3 @@ 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;
|
||||
}
|
||||
|
|
|
@ -4,26 +4,12 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
%endif
|
||||
|
||||
:root {
|
||||
--urlbar-popup-background: -moz-field;
|
||||
--urlbar-popup-color: -moz-fieldtext;
|
||||
--urlbar-popup-highlight-background: Highlight;
|
||||
--urlbar-popup-highlight-color: HighlightText;
|
||||
}
|
||||
|
||||
#treecolAutoCompleteImage {
|
||||
max-width: 36px;
|
||||
}
|
||||
|
||||
#PopupAutoCompleteRichResult {
|
||||
background: var(--urlbar-popup-background);
|
||||
color: var(--urlbar-popup-color);
|
||||
}
|
||||
|
||||
#PopupAutoCompleteRichResult .autocomplete-richlistbox {
|
||||
padding: 4px 3px;
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
#PopupAutoCompleteRichResult .autocomplete-richlistitem {
|
||||
|
@ -38,15 +24,6 @@
|
|||
border-inline-end: var(--item-padding-end) solid transparent;
|
||||
}
|
||||
|
||||
#PopupAutoCompleteRichResult .autocomplete-richlistitem[selected] {
|
||||
background: var(--urlbar-popup-highlight-background);
|
||||
color: var(--urlbar-popup-highlight-color);
|
||||
}
|
||||
|
||||
:root[uidensity=touch] #PopupAutoCompleteRichResult .autocomplete-richlistitem {
|
||||
min-height: 40px;
|
||||
}
|
||||
|
||||
#PopupAutoCompleteRichResult .search-panel-input-value {
|
||||
color: var(--urlbar-popup-color);
|
||||
}
|
||||
|
|
|
@ -637,11 +637,11 @@ html|span.ac-emphasize-text-url {
|
|||
}
|
||||
|
||||
.ac-url:not([selected=true]) {
|
||||
color: #0a84ff;
|
||||
color: hsl(210, 77%, 47%);
|
||||
}
|
||||
|
||||
.ac-action:not([selected=true]) {
|
||||
color: #12bc00;
|
||||
color: hsl(178, 100%, 28%);
|
||||
}
|
||||
|
||||
html|span.ac-tag {
|
||||
|
|
Загрузка…
Ссылка в новой задаче