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:
Martin Giger 2024-09-12 10:33:25 +00:00
Родитель b7f012007c
Коммит 924214a2db
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -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;