Accessibility: Improve and modernize user interface controls: Improve the new form controls styles and heights.

Improves cross-browsers rendering and addresses most of the reported edge cases.

See #47477.


git-svn-id: https://develop.svn.wordpress.org/trunk@46356 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia
2019-09-30 17:23:06 +00:00
parent 48564fa823
commit f93cd8ceea
9 changed files with 213 additions and 191 deletions
+1
View File
@@ -273,6 +273,7 @@ p {
.login input[type="text"],
.login input[type="password"] {
font-size: 24px;
line-height: 1.16666666; /* 28px */
width: 100%;
padding: 5px;
margin: 3px 6px 16px 0;