Bug 1918145 - Hide upstream password reveal button in Thunderbird password fields. r=aleca
Differential Revision: https://phabricator.services.mozilla.com/D221838 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
b7f012007c
Коммит
924214a2db
|
@ -127,3 +127,7 @@ tab[selected] {
|
|||
background-color: var(--in-content-button-background);
|
||||
border-bottom-color: var(--in-content-accent-color);
|
||||
}
|
||||
|
||||
input[type="password"] {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
|
|
@ -204,6 +204,10 @@ html|input[type="color"] {
|
|||
padding: 4px;
|
||||
}
|
||||
|
||||
html|input[type="password"] {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
#resetColor {
|
||||
list-style-image: url("chrome://messenger/skin/icons/forget.svg");
|
||||
-moz-context-properties: fill;
|
||||
|
|
Загрузка…
Ссылка в новой задаче