Ticket #19370: 19370.input.diff
| File 19370.input.diff, 964 bytes (added by koopersmith, 19 months ago) |
|---|
-
wp-includes/css/admin-bar.dev.css
399 399 400 400 #wpadminbar #adminbarsearch { 401 401 height: 28px; 402 padding: 0 2px;402 padding: 2px 2px 0; 403 403 } 404 404 405 405 #wpadminbar #adminbarsearch .adminbar-input { 406 font: 13px/24px sans-serif; 407 height: 24px; 406 display: block; 407 font: 13px/13px sans-serif; 408 height: 13px; 408 409 width: 140px; 409 410 border: none; 410 padding: 0 3px 023px;411 padding: 5px 3px 6px 23px; 411 412 margin: 0; 412 413 color: #ccc; 413 414 text-shadow: #444 0px -1px 0px; … … 424 425 -webkit-box-shadow: none; 425 426 box-shadow: none; 426 427 427 -moz-box-sizing: border-box;428 -webkit-box-sizing: border-box;429 -ms-box-sizing: border-box;430 box-sizing: border-box;431 432 428 -webkit-transition-duration: 400ms; 433 429 -webkit-transition-property: width, background; 434 430 -webkit-transition-timing-function: ease;