зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 3e34d378fab6 (bug 1585994) for causing bc failures in browser_ext_themes_autocomplete_popup.js
CLOSED TREE
This commit is contained in:
Родитель
4bb0df12f2
Коммит
7c31ecf30b
|
@ -20,12 +20,12 @@
|
|||
font-weight: normal;
|
||||
margin: 0;
|
||||
padding: 3px;
|
||||
color: var(--panel-disabled-color);
|
||||
}
|
||||
|
||||
.search-panel-header > label {
|
||||
margin-top: 2px;
|
||||
margin-bottom: 1px;
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -76,7 +76,7 @@
|
|||
height: 32px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: inherit;
|
||||
color: var(--panel-disabled-color);
|
||||
}
|
||||
|
||||
.searchbar-engine-one-off-item:not([selected]):hover,
|
||||
|
@ -213,7 +213,6 @@
|
|||
|
||||
.search-setting-button-compact > .button-box > .button-icon {
|
||||
list-style-image: url("chrome://browser/skin/settings.svg");
|
||||
-moz-context-properties: fill, fill-opacity;
|
||||
-moz-context-properties: fill;
|
||||
fill: currentColor;
|
||||
fill-opacity: .6;
|
||||
}
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
|
||||
.urlbarView.megabar .urlbarView-body-inner {
|
||||
width: 100%;
|
||||
border-top: 1px solid var(--urlbar-separator-color);
|
||||
border-top: 1px solid var(--panel-separator-color);
|
||||
}
|
||||
|
||||
.urlbarView:not(.megabar) {
|
||||
|
@ -387,7 +387,7 @@
|
|||
|
||||
.urlbarView-title-separator::before {
|
||||
content: "\2014";
|
||||
color: var(--urlbar-separator-color);
|
||||
color: var(--panel-disabled-color);
|
||||
margin: 0 .4em;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче