### Eclipse Workspace Patch 1.0
#P wordpress-dev
|
|
|
|
| 6 | 6 | input[type="search"], |
| 7 | 7 | input[type="email"], |
| 8 | 8 | input[type="url"], |
| | 9 | input[type="date"], |
| | 10 | input[type="datetime"], |
| | 11 | input[type="datetime-local"], |
| | 12 | input[type="time"], |
| 9 | 13 | textarea { |
| 10 | 14 | -webkit-box-sizing: border-box; |
| 11 | 15 | -moz-box-sizing: border-box; |
| … |
… |
|
| 162 | 166 | input[type="search"], |
| 163 | 167 | input[type="email"], |
| 164 | 168 | input[type="url"], |
| | 169 | input[type="date"], |
| | 170 | input[type="datetime"], |
| | 171 | input[type="datetime-local"], |
| | 172 | input[type="time"], |
| 165 | 173 | textarea, |
| 166 | 174 | select { |
| 167 | 175 | outline: 0; |
| … |
… |
|
| 198 | 206 | input[type="search"], |
| 199 | 207 | input[type="tel"], |
| 200 | 208 | input[type="url"], |
| | 209 | input[type="date"], |
| | 210 | input[type="datetime"], |
| | 211 | input[type="datetime-local"], |
| | 212 | input[type="time"], |
| 201 | 213 | select { |
| 202 | 214 | border: 1px solid #ddd; |
| 203 | 215 | -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07); |
| … |
… |
|
| 222 | 234 | input[type="url"]:focus, |
| 223 | 235 | input[type="checkbox"]:focus, |
| 224 | 236 | input[type="radio"]:focus, |
| | 237 | input[type="date"]:focus, |
| | 238 | input[type="datetime"]:focus, |
| | 239 | input[type="datetime-local"]:focus, |
| | 240 | input[type="time"]:focus, |
| 225 | 241 | select:focus { |
| 226 | 242 | border-color: #5b9dd9; |
| 227 | 243 | -webkit-box-shadow: 0 0 2px rgba(30,140,190,0.8); |