Accessibility: Improve and modernize user interface controls for better contrast: Further improvements to input heights and alignments.

- improves input fields height in the customizer
- improves input fields height for Internet Explorer 11
- improves input fields height in the Image Editor
- improves alignment of selects and buttons in the privacy policy pages
- makes the search themes fields font-size consistent

Props garrett-eclipse, afercia.
See #47477.

Built from https://develop.svn.wordpress.org/trunk@46419


git-svn-id: http://core.svn.wordpress.org/trunk@46217 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia
2019-10-07 13:20:03 +00:00
parent 1f3d583825
commit e9065659f4
21 changed files with 35 additions and 25 deletions

View File

@@ -74,6 +74,8 @@ input[type="week"] {
padding: 0 8px;
/* inherits font size 14px */
line-height: 2; /* 28px */
/* Only necessary for IE11 */
min-height: 30px;
}
::-webkit-datetime-edit {
@@ -1171,7 +1173,7 @@ table.form-table td .updated p {
.tools-privacy-policy-page input.button,
.tools-privacy-policy-page select {
margin-left: 6px;
margin: 0 1px 0 6px;
}
.tools-privacy-edit {