ExternalLoginForm: improve mobile text input

This commit is contained in:
Alex Gleason
2021-11-04 00:33:42 -05:00
parent 250b945d03
commit 7b7cfdd4be
3 changed files with 15 additions and 3 deletions

View File

@@ -295,6 +295,7 @@ code {
input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=password],
textarea {
color: var(--primary-text-color--faint);
@@ -305,6 +306,7 @@ code {
input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=password],
textarea,
.rfipbtn {
@@ -348,6 +350,7 @@ code {
input[type=text][disabled],
input[type=number][disabled],
input[type=email][disabled],
input[type=url][disabled],
input[type=password][disabled],
textarea[disabled] {
color: var(--primary-text-color--faint);
@@ -362,6 +365,7 @@ code {
input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=password],
textarea,
select {