Bug 1668884 - Replace -moz-Field/-moz-FieldText with Field/FieldText in toolkit/ r=dao

Depends on D92335

Differential Revision: https://phabricator.services.mozilla.com/D92336
This commit is contained in:
Itiel 2020-10-05 11:13:54 +00:00
Родитель a934f29699
Коммит 847ef41e9d
30 изменённых файлов: 70 добавлений и 70 удалений

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

@ -36,8 +36,8 @@ div.section {
margin: 1em 0em;
border: 1px solid ThreeDShadow;
border-radius: 10px;
background: -moz-Field;
color: -moz-FieldText;
background: Field;
color: FieldText;
}
div.outputContainer {
@ -64,8 +64,8 @@ div.sidebarItem {
margin: 1em 0em;
border: 1px solid ThreeDShadow;
border-radius: 10px;
background: -moz-Field;
color: -moz-FieldText;
background: Field;
color: FieldText;
user-select: none; /* no need to include this when cutting+pasting */
}
@ -89,8 +89,8 @@ div.opsRow {
margin-top: 0.5em;
border: 1px solid ThreeDShadow;
border-radius: 10px;
background: -moz-Field;
color: -moz-FieldText;
background: Field;
color: FieldText;
display: inline-block;
}
@ -144,7 +144,7 @@ a.upDownArrow {
}
.treeline {
color: -moz-FieldText;
color: FieldText;
opacity: 0.5;
}

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

@ -7,8 +7,8 @@
======================================================================= */
body {
background-color: -moz-Field;
color: -moz-FieldText;
background-color: Field;
color: FieldText;
font: message-box;
}

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

@ -20,8 +20,8 @@ html|input[nomatch="true"][highlightnonmatches="true"] {
panel[type="autocomplete-richlistbox"] {
border: 1px solid ThreeDShadow;
padding: 0;
color: -moz-FieldText;
background-color: -moz-Field;
color: FieldText;
background-color: Field;
appearance: none;
}

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

@ -16,8 +16,8 @@
:root {
/* ::::: Variables ::::: */
--default-arrowpanel-background: -moz-field;
--default-arrowpanel-color: -moz-fieldText;
--default-arrowpanel-background: Field;
--default-arrowpanel-color: FieldText;
--default-arrowpanel-border-color: ThreeDShadow;
--arrowpanel-background: var(--default-arrowpanel-background);
--arrowpanel-color: var(--default-arrowpanel-color);

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

@ -45,8 +45,8 @@ xul|menulist::part(dropmarker) {
xul|checkbox[checked] > xul|*.checkbox-check,
xul|*.radio-check[selected] {
background-color: -moz-field;
fill: -moz-fieldText;
background-color: Field;
fill: FieldText;
}
xul|menulist:-moz-focusring::part(label-box) {

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

@ -17,7 +17,7 @@ html {
body {
margin: 0;
padding: 0 1em;
color: -moz-FieldText;
color: FieldText;
font: message-box;
}
@ -50,7 +50,7 @@ ul {
border-radius: 10px;
padding: 3em;
padding-inline-start: 30px;
background: url("moz-icon://stock/gtk-dialog-warning?size=dialog") left 0 no-repeat -moz-Field;
background: url("moz-icon://stock/gtk-dialog-warning?size=dialog") left 0 no-repeat Field;
background-origin: content-box;
}

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

@ -8,8 +8,8 @@ richlistbox {
appearance: auto;
-moz-default-appearance: listbox;
margin: 2px 4px;
background-color: -moz-Field;
color: -moz-FieldText;
background-color: Field;
color: FieldText;
overflow: auto;
}

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

@ -14,8 +14,8 @@
margin: 2px 4px; /* matches <input> global.css margin */
padding: 2px 2px 3px;
padding-inline-start: 4px;
background-color: -moz-Field;
color: -moz-FieldText;
background-color: Field;
color: FieldText;
}
html|input {

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

@ -36,8 +36,8 @@ div.section {
margin: 1em 0em;
border: 1px solid ThreeDShadow;
border-radius: 10px;
background: -moz-Field;
color: -moz-FieldText;
background: Field;
color: FieldText;
}
div.outputContainer {
@ -64,8 +64,8 @@ div.sidebarItem {
margin: 1em 0em;
border: 1px solid ThreeDShadow;
border-radius: 10px;
background: -moz-Field;
color: -moz-FieldText;
background: Field;
color: FieldText;
user-select: none; /* no need to include this when cutting+pasting */
}
@ -89,8 +89,8 @@ div.opsRow {
margin-top: 0.5em;
border: 1px solid ThreeDShadow;
border-radius: 10px;
background: -moz-Field;
color: -moz-FieldText;
background: Field;
color: FieldText;
display: inline-block;
}
@ -129,7 +129,7 @@ h2 {
}
.treeline {
color: -moz-FieldText;
color: FieldText;
opacity: 0.5;
}

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

@ -3,8 +3,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
html {
background-color: -moz-Field;
color: -moz-FieldText;
background-color: Field;
color: FieldText;
font: message-box;
}

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

@ -13,8 +13,8 @@ html|input[nomatch="true"][highlightnonmatches="true"] {
panel[type="autocomplete-richlistbox"] {
padding: 0px !important;
color: -moz-FieldText;
background-color: -moz-Field;
color: FieldText;
background-color: Field;
font: icon;
appearance: none;
}

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

@ -16,8 +16,8 @@ body {
min-width: 30em;
max-width: 65em;
margin: 4em auto;
background-color: -moz-field;
color: -moz-fieldtext;
background-color: Field;
color: FieldText;
}
h1 {

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

@ -141,7 +141,7 @@ menulist > menupopup > menuitem,
menulist > menupopup > menucaption,
menulist > menupopup > menu {
max-width: none;
color: -moz-FieldText;
color: FieldText;
}
/* checked menuitems */

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

@ -18,7 +18,7 @@ html {
body {
margin: 0;
padding: 0 1em;
color: -moz-FieldText;
color: FieldText;
font: message-box;
}
@ -52,7 +52,7 @@ ul {
border-radius: 10px;
padding: 3em;
padding-inline-start: 30px;
background: url("chrome://global/skin/icons/warning-large.png") left 0 no-repeat -moz-Field;
background: url("chrome://global/skin/icons/warning-large.png") left 0 no-repeat Field;
background-origin: content-box;
}

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

@ -8,8 +8,8 @@ richlistbox {
appearance: auto;
-moz-default-appearance: listbox;
margin: 2px 4px;
background-color: -moz-Field;
color: -moz-FieldText;
background-color: Field;
color: FieldText;
overflow: auto;
}

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

@ -12,8 +12,8 @@
cursor: text;
margin: 4px; /* matches <input> global.css margin */
padding: 1px;
background-color: -moz-Field;
color: -moz-FieldText;
background-color: Field;
color: FieldText;
}
html|input {

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

@ -21,7 +21,7 @@ body {
}
.warningMessage {
color: -moz-FieldText;
color: FieldText;
position: relative;
min-width: 330px;
max-width: 50em;
@ -30,7 +30,7 @@ body {
border-radius: 10px;
padding: 3em;
padding-inline-start: 30px;
background: -moz-Field;
background: Field;
margin-inline-start: auto;
text-align: center;
}

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

@ -50,7 +50,7 @@ html|html[lwtheme-image] findbar {
html|input.findbar-textbox {
appearance: none;
background-color: -moz-Field;
background-color: Field;
border: 1px solid var(--lwt-toolbar-field-border-color, ThreeDShadow);
border-start-start-radius: 2px;
border-end-start-radius: 2px;
@ -61,13 +61,13 @@ html|input.findbar-textbox {
}
html|input.findbar-textbox:-moz-lwtheme {
background-color: var(--lwt-toolbar-field-background-color, -moz-Field);
color: var(--lwt-toolbar-field-color, -moz-FieldText);
background-color: var(--lwt-toolbar-field-background-color, Field);
color: var(--lwt-toolbar-field-color, FieldText);
}
html|input.findbar-textbox:focus {
background-color: var(--lwt-toolbar-field-focus, var(--lwt-toolbar-field-background-color, -moz-Field));
color: var(--lwt-toolbar-field-focus-color, var(--lwt-toolbar-field-color, -moz-FieldText));
background-color: var(--lwt-toolbar-field-focus, var(--lwt-toolbar-field-background-color, Field));
color: var(--lwt-toolbar-field-focus-color, var(--lwt-toolbar-field-color, FieldText));
border-color: var(--toolbar-field-focus-border-color, Highlight);
}

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

@ -13,8 +13,8 @@
tree {
margin: 0 4px;
background-color: -moz-Field;
color: -moz-FieldText;
background-color: Field;
color: FieldText;
appearance: auto;
-moz-default-appearance: listbox;
}

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

@ -20,8 +20,8 @@ html|input[nomatch="true"][highlightnonmatches="true"] {
panel[type="autocomplete-richlistbox"] {
appearance: none;
padding: 0;
color: -moz-FieldText;
background-color: -moz-Field;
color: FieldText;
background-color: Field;
}
/* ::::: richlistbox autocomplete ::::: */

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

@ -16,8 +16,8 @@ body {
min-width: 30em;
max-width: 65em;
margin: 4em auto;
background-color: -moz-field;
color: -moz-fieldtext;
background-color: Field;
color: FieldText;
}
h1 {

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

@ -11,8 +11,8 @@
:root {
/* ::::: Variables ::::: */
--arrowpanel-padding: 10px;
--default-arrowpanel-background: -moz-field;
--default-arrowpanel-color: -moz-fieldText;
--default-arrowpanel-background: Field;
--default-arrowpanel-color: FieldText;
--default-arrowpanel-border-color: ThreeDShadow;
--arrowpanel-background: var(--default-arrowpanel-background);
--arrowpanel-color: var(--default-arrowpanel-color);

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

@ -20,8 +20,8 @@ xul|radio {
@media (-moz-windows-default-theme: 0) {
xul|checkbox[checked] > xul|*.checkbox-check,
xul|*.radio-check[selected] {
fill: -moz-fieldText;
background-color: -moz-field;
fill: FieldText;
background-color: Field;
}
}

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

@ -184,7 +184,7 @@ menulist > menupopup > menu {
border: 1px solid transparent;
padding-inline: 5px;
max-width: none;
color: -moz-FieldText;
color: FieldText;
}
menulist > menupopup > menuitem[_moz-menuactive="true"],

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

@ -8,7 +8,7 @@
appearance: auto;
-moz-default-appearance: menulist;
margin: 2px 4px;
color: -moz-FieldText;
color: FieldText;
text-shadow: none;
}

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

@ -18,7 +18,7 @@ html {
body {
margin: 0;
padding: 0 1em;
color: -moz-FieldText;
color: FieldText;
font: message-box;
}
@ -52,7 +52,7 @@ ul {
border-radius: 10px;
padding: 3em;
padding-inline-start: 30px;
background: url("chrome://global/skin/icons/warning-large.png") left 0 no-repeat -moz-Field;
background: url("chrome://global/skin/icons/warning-large.png") left 0 no-repeat Field;
background-origin: content-box;
}

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

@ -128,5 +128,5 @@ panel[type="arrow"].panel-no-padding::part(arrowcontent) {
menulist > menupopup {
appearance: none;
min-width: 0;
background-color: -moz-Field;
background-color: Field;
}

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

@ -8,8 +8,8 @@ richlistbox {
appearance: auto;
-moz-default-appearance: listbox;
margin: 2px 4px;
background-color: -moz-Field;
color: -moz-FieldText;
background-color: Field;
color: FieldText;
overflow: auto;
}
@ -83,7 +83,7 @@ richlistbox.theme-listbox > richlistitem > label {
--listitem-selectedFocusCurrentBottomBorder: var(--listitem-selectedFocusBottomBorder);
--listitem-selectedFocusCurrentBackground: var(--listitem-selectedFocusColor);
color: -moz-FieldText;
color: FieldText;
margin-inline: 1px;
padding-block: 1px;
border-width: 1px;

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

@ -14,8 +14,8 @@
margin: 2px 4px; /* matches <input> global.css margin */
padding: 2px 2px 3px;
padding-inline-start: 4px;
background-color: -moz-Field;
color: -moz-FieldText;
background-color: Field;
color: FieldText;
}
html|input {

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

@ -14,8 +14,8 @@ tabmodalprompt {
.paymentDialogContainerFrame,
.tabmodalprompt-mainContainer {
color: -moz-fieldText;
background-color: -moz-field;
color: FieldText;
background-color: Field;
border-radius: 2px;
border: 1px solid threeDDarkShadow;
}