Ticket #22284: 22284.diff
| File 22284.diff, 1.2 KB (added by lessbloat, 6 months ago) |
|---|
-
wp-includes/css/media-views.css
14 14 margin-top: 3px; 15 15 } 16 16 17 .media-modal { 18 font-family: sans-serif; 19 } 20 21 input[type="text"], 22 input[type="password"], 23 input[type="number"], 24 input[type="search"], 25 input[type="email"], 26 input[type="url"], 27 textarea, 28 select { 29 -moz-box-sizing: border-box; 30 -webkit-box-sizing: border-box; 31 -ms-box-sizing: border-box; /* ie8 only */ 32 box-sizing: border-box; 33 -webkit-border-radius: 3px; 34 border-radius: 3px; 35 border-width: 1px; 36 border-style: solid; 37 border-color: #dfdfdf; 38 } 39 40 input[type="search"] { 41 -webkit-appearance: textfield; 42 } 43 17 44 /** 18 45 * Modal 19 46 */ … … 208 235 .media-sidebar .setting span { 209 236 min-width: 30%; 210 237 margin-right: 4%; 238 font-size: 12px; 211 239 } 212 240 213 241 .media-sidebar .setting select { … … 433 461 padding: 0; 434 462 margin: 0 10px 20px; 435 463 color: #464646; 464 list-style: none; 436 465 437 466 -webkit-user-select: none; 438 467 -moz-user-select: none; … … 1154 1183 width: 100%; 1155 1184 max-width: 400px; 1156 1185 margin: 1px 0; 1157 } 1186 } 1187 No newline at end of file
