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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user