Changeset 29365
- Timestamp:
- 08/02/2014 10:01:49 PM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r29361 r29365 2526 2526 width: 48px; 2527 2527 height: 48px; 2528 } 2529 2528 -webkit-transition: color .1s ease-in-out, background .1s ease-in-out; 2529 transition: color .1s ease-in-out, background .1s ease-in-out; 2530 } 2531 2532 body.plugin-install-php .tb-close-icon:focus, 2530 2533 body.plugin-install-php .tb-close-icon:hover, 2534 body.import-php .tb-close-icon:focus, 2531 2535 body.import-php .tb-close-icon:hover, 2536 body.plugins-php .tb-close-icon:focus, 2532 2537 body.plugins-php .tb-close-icon:hover, 2538 body.update-core-php .tb-close-icon:focus, 2533 2539 body.update-core-php .tb-close-icon:hover, 2540 body.index-php .tb-close-icon:focus, 2534 2541 body.index-php .tb-close-icon:hover { 2535 2542 background: #0074a2; 2536 2543 color: #fff; 2544 outline: none; 2545 -webkit-box-shadow: none; 2546 box-shadow: none; 2537 2547 } 2538 2548 -
trunk/src/wp-admin/css/customize-controls.css
r29314 r29365 177 177 color: #444; 178 178 cursor: pointer; 179 -webkit-transition: color ease-in .1s;180 transition: color ease-in .1s;179 -webkit-transition: color .1s ease-in-out, background .1s ease-in-out; 180 transition: color .1s ease-in-out, background .1s ease-in-out; 181 181 } 182 182 … … 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 -webkit-transition: left .18s ease-in-out, color .1s ease-in-out, background .1s ease-in-out; 196 transition: left .18s ease-in-out, color .1s ease-in-out, background .1s ease-in-out; 197 197 } 198 198 -
trunk/src/wp-admin/css/themes.css
r29346 r29365 428 428 border-left: 1px solid #ddd; 429 429 background-color: transparent; 430 -webkit-transition: color .1s ease-in-out, background .1s ease-in-out; 431 transition: color .1s ease-in-out, background .1s ease-in-out; 430 432 } 431 433 … … 455 457 border: 0; 456 458 border-right: 1px solid #ddd; 459 -webkit-transition: color .1s ease-in-out, background .1s ease-in-out; 460 transition: color .1s ease-in-out, background .1s ease-in-out; 457 461 } 458 462 … … 465 469 background: #0074a2; 466 470 color: #fff; 471 outline: none; 472 -webkit-box-shadow: none; 473 box-shadow: none; 467 474 } 468 475 … … 1384 1391 cursor: pointer; 1385 1392 text-decoration: none; 1386 -webkit-transition: color ease-in .1s;1387 transition: color ease-in .1s;1393 -webkit-transition: color .1s ease-in-out, background .1s ease-in-out; 1394 transition: color .1s ease-in-out, background .1s ease-in-out; 1388 1395 } 1389 1396 -
trunk/src/wp-includes/css/media-views.css
r29364 r29365 148 148 z-index: 1000; 149 149 color: #777; 150 -webkit-transition: color .1s ease-in-out, background .1s ease-in-out; 151 transition: color .1s ease-in-out, background .1s ease-in-out; 150 152 } 151 153 … … 1083 1085 -webkit-border-radius: 10px; 1084 1086 border-radius: 10px; 1085 -webkit-transition: 1086 transition: 1087 -webkit-transition: width 300ms; 1088 transition: width 300ms; 1087 1089 } 1088 1090 … … 2684 2686 border: 0; 2685 2687 border-left: 1px solid #ddd; 2688 -webkit-transition: color .1s ease-in-out, background .1s ease-in-out; 2689 transition: color .1s ease-in-out, background .1s ease-in-out; 2686 2690 } 2687 2691 … … 2735 2739 background: #0074a2; 2736 2740 color: #fff; 2741 outline: none; 2742 -webkit-box-shadow: none; 2743 box-shadow: none; 2737 2744 } 2738 2745
Note: See TracChangeset
for help on using the changeset viewer.