fix translated textarea color

This commit is contained in:
Alexander Popov 2021-11-12 22:09:40 +03:00
parent be2c52380c
commit 544dded23f
Signed by: iiiypuk
GPG Key ID: 398FC73478D97286
1 changed files with 1 additions and 0 deletions

View File

@ -56,5 +56,6 @@ textarea {
resize: none;
}
textarea:disabled {
color: #000000;
background-color: #ffffff;
}