Ticket #29021: 29021.diff
| File 29021.diff, 3.8 KB (added by , 11 years ago) |
|---|
-
src/wp-admin/css/common.css
2507 2507 line-height: 48px; 2508 2508 width: 48px; 2509 2509 height: 48px; 2510 transition: .1s color ease-in-out, 2511 .1s background ease-in-out; 2510 2512 } 2511 2513 2514 body.plugin-install-php .tb-close-icon:focus, 2512 2515 body.plugin-install-php .tb-close-icon:hover, 2516 body.import-php .tb-close-icon:focus, 2513 2517 body.import-php .tb-close-icon:hover, 2518 body.plugins-php .tb-close-icon:focus, 2514 2519 body.plugins-php .tb-close-icon:hover, 2520 body.update-core-php .tb-close-icon:focus, 2515 2521 body.update-core-php .tb-close-icon:hover, 2522 body.index-php .tb-close-icon:focus, 2516 2523 body.index-php .tb-close-icon:hover { 2517 2524 background: #0074a2; 2518 2525 color: #fff; 2526 outline: none; 2527 -webkit-box-shadow: none; 2528 box-shadow: none; 2519 2529 } 2520 2530 2521 2531 body.plugin-install-php .tb-close-icon:before, -
src/wp-admin/css/customize-controls.css
176 176 border-right: 1px solid #ddd; 177 177 color: #444; 178 178 cursor: pointer; 179 -webkit-transition: color ease-in .1s;180 transition: color ease-in .1s;179 transition: .1s color ease-in-out, 180 .1s background ease-in-out; 181 181 } 182 182 183 183 .control-panel-back { … … 192 192 background: #eee; 193 193 border-right: 1px solid #ddd; 194 194 cursor: pointer; 195 -webkit-transition: left ease-in-out .18s, color ease-in .1s; 196 transition: left ease-in-out .18s, color ease-in .1s; 195 transition: .18s left ease-in-out, 196 .1s color ease-in-out, 197 .1s background ease-in-out; 198 197 199 } 198 200 199 201 .collapsed .control-panel-back { -
src/wp-admin/css/themes.css
431 431 border: 0; 432 432 border-left: 1px solid #ddd; 433 433 background-color: transparent; 434 transition: .1s color ease-in-out, 435 .1s background ease-in-out; 434 436 } 435 437 436 438 .theme-overlay .theme-header .close:hover:before, … … 458 460 text-align: center; 459 461 border: 0; 460 462 border-right: 1px solid #ddd; 463 transition: .1s color ease-in-out, 464 .1s background ease-in-out; 461 465 } 462 466 463 467 .theme-overlay .theme-header .close:hover, … … 468 472 .theme-overlay .theme-header .left:focus { 469 473 background: #0074a2; 470 474 color: #fff; 475 outline: none; 476 -webkit-box-shadow: none; 477 box-shadow: none; 471 478 } 472 479 473 480 .theme-overlay .theme-header .left.disabled, … … 1387 1394 color: #444; 1388 1395 cursor: pointer; 1389 1396 text-decoration: none; 1390 -webkit-transition: color ease-in .1s;1391 transition: color ease-in .1s;1397 transition: .1s color ease-in-out, 1398 .1s background ease-in-out; 1392 1399 } 1393 1400 1394 1401 .theme-install-overlay .close-full-overlay:hover, -
src/wp-includes/css/media-views.css
147 147 height: 48px; 148 148 z-index: 1000; 149 149 color: #777; 150 transition: .1s color ease-in-out, 151 .1s background ease-in-out; 150 152 } 151 153 152 154 .media-modal-close span.media-modal-icon { … … 2677 2679 text-align: center; 2678 2680 border: 0; 2679 2681 border-left: 1px solid #ddd; 2682 transition: .1s color ease-in-out, 2683 .1s background ease-in-out; 2680 2684 } 2681 2685 2682 2686 .edit-attachment-frame .edit-media-header .left { … … 2728 2732 .edit-attachment-frame .edit-media-header .left:focus { 2729 2733 background: #0074a2; 2730 2734 color: #fff; 2735 outline: none; 2736 -webkit-box-shadow: none; 2737 box-shadow: none; 2731 2738 } 2732 2739 2733 2740 .edit-attachment-frame .media-frame-content,