diff --git src/wp-admin/css/forms.css src/wp-admin/css/forms.css
index 73aa005..1c449f4 100644
|
|
input[type="datetime-local"], |
16 | 16 | input[type="email"], |
17 | 17 | input[type="month"], |
18 | 18 | input[type="number"], |
19 | | input[type="password"], |
20 | 19 | input[type="search"], |
21 | 20 | input[type="radio"], |
22 | 21 | input[type="tel"], |
… |
… |
input[type="datetime-local"]:focus, |
45 | 44 | input[type="email"]:focus, |
46 | 45 | input[type="month"]:focus, |
47 | 46 | input[type="number"]:focus, |
48 | | input[type="password"]:focus, |
49 | 47 | input[type="search"]:focus, |
50 | 48 | input[type="tel"]:focus, |
51 | 49 | input[type="text"]:focus, |