Changeset 41062
- Timestamp:
- 07/16/2017 01:14:36 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 32 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r41043 r41062 27 27 autoprefixer({ 28 28 browsers: [ 29 'Android >= 2.1', 30 'Chrome >= 21', 31 'Edge >= 12', 32 'Explorer >= 7', 33 'Firefox >= 17', 34 'Opera >= 12.1', 35 'Safari >= 6.0' 29 '> 1%', 30 'ie >= 11', 31 'last 1 Android versions', 32 'last 1 ChromeAndroid versions', 33 'last 2 Chrome versions', 34 'last 2 Firefox versions', 35 'last 2 Safari versions', 36 'last 2 iOS versions', 37 'last 2 Edge versions', 38 'last 2 Opera versions' 36 39 ], 37 40 cascade: false -
trunk/src/wp-admin/css/about.css
r40885 r41062 52 52 background: #0073aa url(../images/w-logo-white.png?ver=20160308) no-repeat; 53 53 background-position: center 25px; 54 -webkit-background-size: 80px 80px;55 54 background-size: 80px 80px; 56 55 color: #fff; … … 64 63 width: 140px; 65 64 text-rendering: optimizeLegibility; 66 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);67 65 box-shadow: 0 1px 3px rgba(0,0,0,0.2); 68 66 } … … 162 160 163 161 .about-wrap [class$="-col"] { 164 display: -ms-flexbox;165 display: -webkit-flex;166 162 display: -webkit-box; 167 display: -moz-box;168 163 display: flex; 169 164 -webkit-box-pack: justify; 170 -webkit-justify-content: space-between;171 -moz-box-pack: justify;172 -ms-flex-pack: justify;173 165 justify-content: space-between; 174 166 -webkit-box-align: center; 175 -webkit-align-items: center;176 -moz-box-align: center;177 -ms-flex-align: center;178 167 align-items: center; 179 -webkit-flex-wrap: wrap;180 -ms-flex-wrap: wrap;181 168 flex-wrap: wrap; 182 169 } … … 188 175 189 176 .about-wrap [class$="-col"] .col { 190 -webkit-flex: 1;191 -ms-flex: 1;192 177 -webkit-box-flex: 1; 193 -moz-box-flex: 1;194 178 flex: 1; 195 179 } … … 202 186 .about-wrap .three-col .col { 203 187 -webkit-align-self: flex-start; 204 -ms-flex-item-align: start;205 188 align-self: flex-start; 206 189 min-width: 31%; … … 261 244 .about-wrap .two-col-text { 262 245 -webkit-column-count: 2; 263 -moz-column-count: 2;264 246 column-count: 2; 265 247 -webkit-column-gap: 40px; 266 -moz-column-gap: 40px;267 248 column-gap: 40px; 268 249 } … … 449 430 .about-wrap .two-col-text { 450 431 -webkit-column-count: 1; 451 -moz-column-count: 1;452 432 column-count: 1; 453 433 } -
trunk/src/wp-admin/css/admin-menu.css
r39141 r41062 48 48 -webkit-font-smoothing: antialiased; 49 49 -moz-osx-font-smoothing: grayscale; 50 -webkit-transition: all .1s ease-in-out;51 50 transition: all .1s ease-in-out; 52 51 } … … 204 203 z-index: 9999; 205 204 background-color: #32373c; 206 -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);207 205 box-shadow: 0 3px 5px rgba(0,0,0,0.2); 208 206 } … … 228 226 border: 0 none; 229 227 margin-top: 0; 230 -webkit-box-shadow: none;231 228 box-shadow: none; 232 229 background-color: #32373c; … … 302 299 padding-right: 16px; 303 300 padding-left: 14px; 304 -webkit-transition: all .1s ease-in-out;305 301 transition: all .1s ease-in-out; 306 302 } … … 359 355 background-repeat: no-repeat; 360 356 background-position: center; 361 -webkit-background-size: 20px auto;362 357 background-size: 20px auto; 363 358 } … … 367 362 color: rgba(240,245,250,0.6); 368 363 padding: 7px 0; 369 -webkit-transition: all .1s ease-in-out;370 364 transition: all .1s ease-in-out; 371 365 } … … 527 521 margin: 1px 0 0 2px; 528 522 vertical-align: top; 529 -webkit-border-radius: 10px;530 523 border-radius: 10px; 531 524 z-index: 26; … … 608 601 .rtl #collapse-button .collapse-button-icon:after { 609 602 -webkit-transform: rotate(180deg); 610 -ms-transform: rotate(180deg);611 603 transform: rotate(180deg); 612 604 } … … 614 606 .rtl.folded #collapse-button .collapse-button-icon:after { 615 607 -webkit-transform: none; 616 -ms-transform: none;617 608 transform: none; 618 609 } … … 620 611 #collapse-button .collapse-button-icon:after, 621 612 #collapse-button .collapse-button-label { 622 -webkit-transition: all .1s ease-in-out;623 613 transition: all .1s ease-in-out; 624 614 } … … 742 732 .auto-fold #collapse-button .collapse-button-icon:after { 743 733 -webkit-transform: rotate(180deg); 744 -ms-transform: rotate(180deg);745 734 transform: rotate(180deg); 746 735 } … … 748 737 .rtl.auto-fold #collapse-button .collapse-button-icon:after { 749 738 -webkit-transform: none; 750 -ms-transform: none;751 739 transform: none; 752 740 } … … 829 817 top: 0; 830 818 left: -1px; 831 -webkit-box-shadow: none;832 819 box-shadow: none; 833 820 } … … 871 858 z-index: 99999; 872 859 border: none; 873 -webkit-box-sizing: border-box;874 -moz-box-sizing: border-box;875 860 box-sizing: border-box; 876 861 } … … 916 901 text-align: center; 917 902 text-decoration: none; 918 -webkit-box-sizing: border-box;919 -moz-box-sizing: border-box;920 903 box-sizing: border-box; 921 904 } -
trunk/src/wp-admin/css/color-picker.css
r40471 r41062 10 10 background-color: #f7f7f7; 11 11 border: 1px solid #ccc; 12 -webkit-border-radius: 3px;13 12 border-radius: 3px; 14 13 cursor: pointer; … … 25 24 display: inline-block; 26 25 padding-left: 30px; 27 -webkit-box-shadow: 0 1px 0 #ccc;28 26 box-shadow: 0 1px 0 #ccc; 29 27 } … … 31 29 .wp-color-result:after { 32 30 background: #f7f7f7; 33 -webkit-border-radius: 0 2px 2px 0;34 31 border-radius: 0 2px 2px 0; 35 32 border-left: 1px solid #ccc; … … 75 72 .wp-color-result:focus { 76 73 border-color: #5b9dd9; 77 -webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );78 74 box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); 79 75 } … … 93 89 94 90 .wp-picker-container .iris-picker { 95 -webkit-border-radius: 0;96 91 border-radius: 0; 97 92 border-color: #ddd; … … 128 123 .iris-picker .ui-square-handle:focus, 129 124 .iris-picker .iris-strip .ui-slider-handle:focus { 130 -webkit-box-shadow:131 0 0 0 1px #5b9dd9,132 0 0 2px 1px rgba(30, 140, 190, .8);133 125 box-shadow: 134 126 0 0 0 1px #5b9dd9, -
trunk/src/wp-admin/css/common.css
r40928 r41062 151 151 z-index: 100000; 152 152 line-height: normal; 153 -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);154 153 box-shadow: 0 0 2px 2px rgba(0,0,0,.6); 155 154 text-decoration: none; … … 185 184 .comment-ays { 186 185 border: 1px solid #e5e5e5; 187 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);188 186 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 189 187 } … … 248 246 a { 249 247 color: #0073aa; 250 -webkit-transition-property: border, background, color;251 248 transition-property: border, background, color; 252 -webkit-transition-duration: .05s;253 249 transition-duration: .05s; 254 -webkit-transition-timing-function: ease-in-out;255 250 transition-timing-function: ease-in-out; 256 251 } … … 270 265 .wp-person a:focus .gravatar { 271 266 color: #124964; 272 -webkit-box-shadow:273 0 0 0 1px #5b9dd9,274 0 0 2px 1px rgba(30, 140, 190, .8);275 267 box-shadow: 276 268 0 0 0 1px #5b9dd9, … … 284 276 #adminmenu a:focus, 285 277 .screen-reader-text:focus { 286 -webkit-box-shadow: none;287 278 box-shadow: none; 288 279 outline: none; … … 609 600 border: none; 610 601 border: 1px solid #ccc; 611 -webkit-border-radius: 2px;612 602 border-radius: 2px; 613 603 background: #f7f7f7; … … 639 629 .wrap .page-title-action:focus { 640 630 border-color: #5b9dd9; 641 -webkit-box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 );642 631 box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 ); 643 632 } … … 657 646 #widgets-left .widget-top:hover { 658 647 border-color: #999; 659 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);660 648 box-shadow: 0 1px 2px rgba(0,0,0,0.1); 661 649 } … … 726 714 background: none !important; 727 715 padding: 0 !important; 728 -webkit-box-shadow: none !important;729 716 box-shadow: none !important; 730 717 } … … 802 789 .tagchecklist .ntdelbutton .remove-tag-icon:before { 803 790 margin-left: 2px; 804 -webkit-border-radius: 50%;805 791 border-radius: 50%; 806 792 color: #0073aa; … … 823 809 824 810 .tagchecklist .ntdelbutton:focus .remove-tag-icon:before { 825 -webkit-box-shadow:826 0 0 0 1px #5b9dd9,827 0 0 2px 1px rgba(30, 140, 190, .8);828 811 box-shadow: 829 812 0 0 0 1px #5b9dd9, … … 984 967 display: inline-block; 985 968 position: relative; 986 -webkit-box-sizing: border-box;987 -moz-box-sizing: border-box;988 969 box-sizing: border-box; 989 970 margin: 12px 0 25px; 990 971 padding: 0 10px; 991 972 width: 100%; 992 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);993 973 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 994 974 border: 1px solid #e5e5e5; … … 1014 994 top: -1px; 1015 995 padding: 4px 10px; 1016 -webkit-border-radius: 30px;1017 996 border-radius: 30px; 1018 997 background: #72777c; … … 1054 1033 1055 1034 .filter-links .current { 1056 -webkit-box-shadow: none;1057 1035 box-shadow: none; 1058 1036 border-bottom: 4px solid #666; … … 1099 1077 color: #666; 1100 1078 vertical-align: baseline; 1101 -webkit-box-shadow: none;1102 1079 box-shadow: none; 1103 1080 } … … 1132 1109 .wp-filter .button.drawer-toggle:active { 1133 1110 background: transparent; 1134 -webkit-box-shadow: none;1135 1111 box-shadow: none; 1136 1112 -webkit-transform: none; 1137 -ms-transform: none;1138 1113 transform: none; 1139 1114 } … … 1163 1138 1164 1139 .show-filters .wp-filter .button.drawer-toggle { 1165 -webkit-border-radius: 2px;1166 1140 border-radius: 2px; 1167 1141 background: #72777c; … … 1179 1153 1180 1154 .filter-group { 1181 -webkit-box-sizing: border-box;1182 -moz-box-sizing: border-box;1183 1155 box-sizing: border-box; 1184 1156 position: relative; … … 1189 1161 background: #fff; 1190 1162 border: 1px solid #e5e5e5; 1191 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);1192 1163 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 1193 1164 } … … 1264 1235 padding: 4px 8px; 1265 1236 border: 1px solid #e5e5e5; 1266 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);1267 1237 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 1268 1238 background: #fff; … … 1363 1333 background: #fff; 1364 1334 border-left: 4px solid #fff; 1365 -webkit-box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );1366 1335 box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 ); 1367 1336 margin: 5px 15px 2px; … … 1391 1360 1392 1361 .notice-alt { 1393 -webkit-box-shadow: none;1394 1362 box-shadow: none; 1395 1363 } … … 1430 1398 .notice-dismiss:focus { 1431 1399 outline: none; 1432 -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);1433 1400 box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8); 1434 1401 } … … 1544 1511 background-color: #fff; 1545 1512 border-left: 4px solid #ffba00; 1546 -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);1547 1513 box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1); 1548 1514 } … … 1595 1561 1596 1562 .button.updated-message { 1597 -webkit-transition-property: border, background, color;1598 1563 transition-property: border, background, color; 1599 -webkit-transition-duration: .05s;1600 1564 transition-duration: .05s; 1601 -webkit-transition-timing-function: ease-in-out;1602 1565 transition-timing-function: ease-in-out; 1603 1566 } … … 1655 1618 border: 1px solid #ddd; 1656 1619 border-top: none; 1657 -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.025);1658 1620 box-shadow: 0 1px 0 rgba(0,0,0,.025); 1659 1621 } … … 1667 1629 border-top: none; 1668 1630 background: #fff; 1669 -webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1);1670 1631 box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1); 1671 1632 } … … 1679 1640 border: 0; 1680 1641 background: none; 1681 -webkit-border-radius: 0;1682 1642 border-radius: 0; 1683 1643 color: #72777c; … … 1693 1653 1694 1654 #screen-meta-links .show-settings:active { 1695 -webkit-box-shadow: none;1696 1655 box-shadow: none; 1697 1656 -webkit-transform: none; 1698 -ms-transform: none;1699 1657 transform: none; 1700 1658 } … … 1830 1788 right: 0; 1831 1789 border-right-width: 0; 1832 -webkit-border-bottom-right-radius: 2px;1833 1790 border-bottom-right-radius: 2px; 1834 1791 } … … 1871 1828 border-left: 2px solid #00a0d2; 1872 1829 background: #f6fbfd; 1873 -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);1874 1830 box-shadow: 0 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02); 1875 1831 } … … 1913 1869 html.wp-toolbar { 1914 1870 padding-top: 32px; 1915 -webkit-box-sizing: border-box;1916 -moz-box-sizing: border-box;1917 1871 box-sizing: border-box; 1918 1872 } … … 1961 1915 1962 1916 .postbox-container .meta-box-sortables { 1963 -webkit-box-sizing: border-box;1964 -moz-box-sizing: border-box;1965 1917 box-sizing: border-box; 1966 1918 } … … 2092 2044 .postbox.closed h3 { 2093 2045 border: none; 2094 -webkit-box-shadow: none;2095 2046 box-shadow: none; 2096 2047 } … … 2101 2052 2102 2053 .postbox table.widefat { 2103 -webkit-box-shadow: none;2104 2054 box-shadow: none; 2105 2055 } … … 2187 2137 .nav-tab-active, 2188 2138 .nav-tab:focus:active { 2189 -webkit-box-shadow: none;2190 2139 box-shadow: none; 2191 2140 } … … 2235 2184 .spinner { 2236 2185 background: url(../images/spinner.gif) no-repeat; 2237 -webkit-background-size: 20px 20px;2238 2186 background-size: 20px 20px; 2239 2187 display: inline-block; … … 2471 2419 font-style: normal; 2472 2420 vertical-align: top; 2473 -webkit-transition: color .1s ease-in 0;2474 2421 transition: color .1s ease-in 0; 2475 2422 text-align: center; … … 2487 2434 .rtl .star-rating .star-half { 2488 2435 -webkit-transform: rotateY(180deg); 2489 -ms-transform: rotateY(180deg);2490 2436 transform: rotateY(180deg); 2491 2437 } … … 2531 2477 margin-right: 0; 2532 2478 height: 250px; 2533 -webkit-background-size: cover;2534 2479 background-size: cover; 2535 2480 } … … 2551 2496 font-size: 30px; 2552 2497 line-height: 50px; 2553 -webkit-box-sizing: border-box;2554 -moz-box-sizing: border-box;2555 2498 box-sizing: border-box; 2556 2499 max-width: 100%; … … 2560 2503 background: rgba( 30, 30, 30, 0.9 ); 2561 2504 text-shadow: 0 1px 3px rgba( 0, 0, 0, 0.4 ); 2562 -webkit-box-shadow: 0 0 30px rgba( 255, 255, 255, 0.1 );2563 2505 box-shadow: 0 0 30px rgba( 255, 255, 255, 0.1 ); 2564 -webkit-border-radius: 8px;2565 2506 border-radius: 8px; 2566 2507 } … … 2578 2519 width: 100%; 2579 2520 background: transparent; 2580 -webkit-box-shadow: inset 0 0 50px 4px rgba( 0, 0, 0, 0.2 ), inset 0 -1px 0 rgba( 0, 0, 0, 0.1 );2581 2521 box-shadow: inset 0 0 50px 4px rgba( 0, 0, 0, 0.2 ), inset 0 -1px 0 rgba( 0, 0, 0, 0.1 ); 2582 2522 } … … 2603 2543 font-size: 14px; 2604 2544 text-decoration: none; 2605 -webkit-transition: none;2606 2545 transition: none; 2607 2546 } … … 2635 2574 min-height: 100%; 2636 2575 /* Height of title + tabs + install now */ 2637 min-height: -webkit-calc( 100% - 152px );2638 2576 min-height: calc( 100% - 152px ); 2639 2577 } … … 2641 2579 #plugin-information-content.with-banner { 2642 2580 /* Height of banner + tabs + install now */ 2643 min-height: -webkit-calc( 100% - 346px );2644 2581 min-height: calc( 100% - 346px ); 2645 2582 } … … 2795 2732 width: auto; 2796 2733 height: auto; 2797 -webkit-box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 );2798 2734 box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 ); 2799 2735 } … … 2966 2902 margin: -10px 0 0 -10px; 2967 2903 background: #fcfcfc url(../images/spinner.gif) no-repeat center; 2968 -webkit-background-size: 20px 20px;2969 2904 background-size: 20px 20px; 2970 2905 -webkit-transform: translateZ(0); … … 3032 2967 color: #00a0d2; 3033 2968 outline: none; 3034 -webkit-box-shadow: none;3035 2969 box-shadow: none; 3036 2970 } … … 3112 3046 margin-top: 4px; 3113 3047 width: 20px; 3114 -webkit-border-radius: 50%;3115 3048 border-radius: 50%; 3116 3049 text-indent: -1px; /* account for the dashicon alignment */ … … 3128 3061 3129 3062 .js .postbox .handlediv:focus { 3130 -webkit-box-shadow: none;3131 3063 box-shadow: none; 3132 3064 outline: none; … … 3134 3066 3135 3067 .js .postbox .handlediv:focus .toggle-indicator:before { 3136 -webkit-box-shadow:3137 0 0 0 1px #5b9dd9,3138 0 0 2px 1px rgba(30, 140, 190, .8);3139 3068 box-shadow: 3140 3069 0 0 0 1px #5b9dd9, … … 3251 3180 .widget-top .widget-action .toggle-indicator:before { 3252 3181 padding: 1px 2px 1px 0px; 3253 -webkit-border-radius: 50%;3254 3182 border-radius: 50%; 3255 3183 } … … 3281 3209 3282 3210 .widget-top .widget-action:focus .toggle-indicator:before { 3283 -webkit-box-shadow:3284 0 0 0 1px #5b9dd9,3285 0 0 2px 1px rgba(30,140,190,.8);3286 3211 box-shadow: 3287 3212 0 0 0 1px #5b9dd9, … … 3313 3238 .ui-draggable-handle, 3314 3239 .ui-sortable-handle { 3315 -ms-touch-action: none;3316 3240 touch-action: none; 3317 3241 } … … 3567 3491 div.star-holder .star-rating { 3568 3492 background: url(../images/stars-2x.png?ver=20121108) repeat-x bottom left; 3569 -webkit-background-size: 21px 37px;3570 3493 background-size: 21px 37px; 3571 3494 } -
trunk/src/wp-admin/css/customize-controls.css
r40671 r41062 63 63 z-index: 9; 64 64 width: 100%; 65 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);66 65 box-shadow: 0 1px 0 rgba(0, 0, 0, .1); 67 66 } … … 131 130 height: 20px; 132 131 cursor: pointer; 133 -webkit-box-shadow: none;134 132 box-shadow: none; 135 133 -webkit-appearance: none; … … 201 199 border-bottom: 1px solid #ddd; 202 200 border-left: 4px solid #fff; 203 -webkit-transition: .15s color ease-in-out,204 .15s background-color ease-in-out,205 .15s border-color ease-in-out;206 201 transition: .15s color ease-in-out, 207 202 .15s background-color ease-in-out, … … 281 276 margin: 0; 282 277 padding: 12px; 283 -webkit-box-sizing: border-box;284 -moz-box-sizing: border-box;285 278 box-sizing: border-box; 286 279 } … … 293 286 margin: 0; 294 287 padding: 0; 295 -webkit-box-sizing: border-box;296 -moz-box-sizing: border-box;297 288 box-sizing: border-box; 298 -webkit-transition: 0.18s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);299 289 transition: 0.18s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1); 300 -webkit-transition: 0.18s transform cubic-bezier(0.645, 0.045, 0.355, 1);301 290 transition: 0.18s transform cubic-bezier(0.645, 0.045, 0.355, 1); 302 -webkit-transition: 0.18s transform cubic-bezier(0.645, 0.045, 0.355, 1), 0.18s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);303 291 transition: 0.18s transform cubic-bezier(0.645, 0.045, 0.355, 1), 0.18s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */ 304 292 } 305 293 306 294 #customize-theme-controls .customize-pane-child.skip-transition { 307 -webkit-transition: none;308 295 transition: none; 309 296 } … … 317 304 overflow: auto; 318 305 -webkit-transform: none; 319 -ms-transform: none;320 306 transform: none; 321 307 } … … 330 316 overflow: hidden; 331 317 -webkit-transform: translateX(100%); 332 -ms-transform: translateX(100%);333 318 transform: translateX(100%); 334 319 } … … 338 323 #customize-theme-controls .customize-themes-panel.customize-pane-child.current-panel { 339 324 -webkit-transform: none; 340 -ms-transform: none;341 325 transform: none; 342 326 } … … 354 338 overflow: hidden; 355 339 -webkit-transform: translateX(-100%); 356 -ms-transform: translateX(-100%);357 340 transform: translateX(-100%); 358 341 } … … 376 359 .in-themes-panel #customize-info { 377 360 -webkit-transform: translateX(100%); 378 -ms-transform: translateX(100%);379 361 transform: translateX(100%); 380 362 } … … 467 449 text-align: left; 468 450 cursor: pointer; 469 -webkit-transition: color .15s ease-in-out,470 border-color .15s ease-in-out,471 background .15s ease-in-out;472 451 transition: color .15s ease-in-out, 473 452 border-color .15s ease-in-out, 474 453 background .15s ease-in-out; 475 -webkit-box-sizing: content-box;476 -moz-box-sizing: content-box;477 454 box-sizing: content-box; 478 455 } … … 490 467 border-right: 1px solid #ddd; 491 468 border-left: 4px solid #fff; 492 -webkit-box-shadow: none;493 469 box-shadow: none; 494 470 cursor: pointer; 495 -webkit-transition: color .15s ease-in-out,496 border-color .15s ease-in-out,497 background .15s ease-in-out;498 471 transition: color .15s ease-in-out, 499 472 border-color .15s ease-in-out, … … 533 506 border-top-color: #0073aa; 534 507 outline: none; 535 -webkit-box-shadow: none;536 508 box-shadow: none; 537 509 } … … 546 518 border-left-color: #0073aa; 547 519 outline: none; 548 -webkit-box-shadow: none;549 520 box-shadow: none; 550 521 } … … 568 539 .wp-full-overlay-sidebar .wp-full-overlay-header { 569 540 background-color: #eee; 570 -webkit-transition: padding ease-in-out .18s;571 541 transition: padding ease-in-out .18s; 572 542 } … … 736 706 #available-menu-items .accordion-section-content .new-content-item, 737 707 .customize-control-dropdown-pages .new-content-item { 738 width: -webkit-calc(100% - 30px);739 708 width: calc(100% - 30px); 740 709 padding: 8px 15px; … … 744 713 background: #eee; 745 714 display: -webkit-box; 746 display: -moz-box;747 display: -ms-flexbox;748 display: -webkit-flex;749 715 display: flex; 750 716 } … … 759 725 .customize-control-dropdown-pages .new-content-item .create-item-input { 760 726 -webkit-box-flex: 10; 761 -webkit-flex-grow: 10;762 -moz-box-flex: 10;763 -ms-flex-positive: 10;764 -ms-flex: 10;765 727 flex-grow: 10; 766 728 } … … 770 732 margin: 2px 0 2px 6px; 771 733 -webkit-box-flex: 10; 772 -webkit-flex-grow: 10;773 -moz-box-flex: 10;774 -ms-flex-positive: 10;775 -ms-flex: 10;776 734 flex-grow: 1; 777 735 } … … 815 773 #customize-controls .customize-control-widget_form.has-error .widget .widget-top, 816 774 .customize-control-nav_menu_item.has-error .menu-item-bar .menu-item-handle { 817 -webkit-box-shadow: inset 0 0 0 2px #dc3232;818 775 box-shadow: inset 0 0 0 2px #dc3232; 819 -webkit-transition: .15s box-shadow linear;820 776 transition: .15s box-shadow linear; 821 777 } … … 987 943 cursor: default; 988 944 border: 1px dashed #b4b9be; 989 -webkit-box-sizing: border-box;990 -moz-box-sizing: border-box;991 945 box-sizing: border-box; 992 946 padding: 9px 0; … … 1040 994 top: 0; left: 0; bottom: 0; right: 0; 1041 995 border: 4px solid #00a0d2; 1042 -webkit-border-radius: 2px;1043 996 border-radius: 2px; 1044 997 } … … 1078 1031 .customize-control-header .random.placeholder { 1079 1032 cursor: pointer; 1080 -webkit-border-radius: 2px;1081 1033 border-radius: 2px; 1082 1034 height: 40px; … … 1122 1074 .customize-control-header .choice:focus { 1123 1075 outline: none; 1124 -webkit-box-shadow:1125 0 0 0 1px #5b9dd9,1126 0 0 3px 1px rgba(30, 140, 190, .8);1127 1076 box-shadow: 1128 1077 0 0 0 1px #5b9dd9, … … 1179 1128 border-right: 0; 1180 1129 border-left: 0; 1181 height: -webkit-calc( 100vh - 185px );1182 1130 height: calc( 100vh - 185px ); 1183 1131 resize: none; … … 1186 1134 margin-left: -12px; 1187 1135 width: 299px; 1188 width: -webkit-calc( 100% + 24px );1189 1136 width: calc( 100% + 24px ); 1190 1137 margin-bottom: -12px; … … 1196 1143 } 1197 1144 .customize-section-description-container + #customize-control-custom_css:last-child textarea { 1198 height: -webkit-calc( 100vh - 140px );1199 1145 height: calc( 100vh - 140px ); 1200 1146 } … … 1276 1222 padding: 0 8px; 1277 1223 background: #f1f1f1; 1278 -webkit-box-sizing: border-box;1279 -moz-box-sizing: border-box;1280 1224 box-sizing: border-box; 1281 1225 } … … 1406 1350 max-width: 700px; 1407 1351 min-width: 0; 1408 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);1409 1352 box-shadow: 0 1px 3px rgba(0,0,0,0.13); 1410 1353 } … … 1437 1380 float: right; 1438 1381 margin-left: 10px; 1439 -webkit-transition: all 0.2s;1440 1382 transition: all 0.2s; 1441 1383 -webkit-user-select: none; … … 1463 1405 font: normal 20px/1 dashicons; 1464 1406 vertical-align: middle; 1465 -webkit-transition: all 0.2s;1466 1407 transition: all 0.2s; 1467 1408 -webkit-font-smoothing: antialiased; … … 1508 1449 background: transparent; 1509 1450 border: none; 1510 -webkit-box-shadow: none;1511 1451 box-shadow: none; 1512 1452 } … … 1575 1515 border-color: #929793; 1576 1516 color: #32373c; 1577 -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);1578 1517 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); 1579 1518 } … … 1583 1522 #accordion-section-add_menu .add-new-menu-item.open:before { 1584 1523 -webkit-transform: rotate(45deg); 1585 -ms-transform: rotate(45deg);1586 1524 transform: rotate(45deg); 1587 1525 } … … 1600 1538 z-index: 4; 1601 1539 background: #eee; 1602 -webkit-transition: left .18s;1603 1540 transition: left .18s; 1604 1541 border-right: 1px solid #ddd; … … 1635 1572 #available-menu-items-search .accordion-section-title { 1636 1573 padding: 13px 15px; 1637 -webkit-box-sizing: border-box;1638 -moz-box-sizing: border-box;1639 1574 box-sizing: border-box; 1640 1575 } … … 1711 1646 #available-widgets-filter .clear-results:focus, 1712 1647 #available-menu-items-search .clear-results:focus { 1713 -webkit-box-shadow:1714 0 0 0 1px #5b9dd9,1715 0 0 2px 1px rgba(30, 140, 190, .8);1716 1648 box-shadow: 1717 1649 0 0 0 1px #5b9dd9, … … 1745 1677 border: none; 1746 1678 background: transparent; 1747 -webkit-box-shadow: none;1748 1679 box-shadow: none; 1749 1680 } … … 1756 1687 border-bottom: 1px solid #ddd; 1757 1688 border-left: 4px solid #fff; 1758 -webkit-transition: .15s color ease-in-out,1759 .15s background-color ease-in-out,1760 .15s border-color ease-in-out;1761 1689 transition: .15s color ease-in-out, 1762 1690 .15s background-color ease-in-out, … … 1839 1767 color: #555d66; 1840 1768 cursor: pointer; 1841 -webkit-transition: color .1s ease-in-out, background .1s ease-in-out;1842 1769 transition: color .1s ease-in-out, background .1s ease-in-out; 1843 1770 } -
trunk/src/wp-admin/css/customize-nav-menus.css
r40480 r41062 31 31 .wp-customizer .menu-item-settings, 32 32 .wp-customizer .menu-item-settings .description-thin { 33 -webkit-box-sizing: border-box;34 -moz-box-sizing: border-box;35 33 box-sizing: border-box; 36 34 } … … 146 144 height: 38px; 147 145 margin-right: 0 !important; 148 -webkit-box-shadow: none;149 146 box-shadow: none; 150 147 outline: none; … … 250 247 .customize-screen-options-toggle:focus:before, 251 248 #customize-controls .customize-info .customize-help-toggle:focus:before { 252 -webkit-border-radius: 100%;253 249 border-radius: 100%; 254 250 } … … 284 280 padding: 1px 2px 1px 0px; 285 281 speak: none; 286 -webkit-border-radius: 50%;287 282 border-radius: 50%; 288 283 color: #72777c; … … 389 384 margin-top: 0; 390 385 margin-bottom: 1px; 391 max-width: -webkit-calc(100% - 2px);392 386 max-width: calc(100% - 2px); 393 387 float: left; … … 433 427 top: 9px; 434 428 left: 5px; 435 -webkit-border-radius: 50%;436 429 border-radius: 50%; 437 430 font: normal 20px/1 dashicons; … … 446 439 .menu-item-bar .item-delete:hover, 447 440 .menu-item-bar .item-delete:focus { 448 -webkit-box-shadow: none;449 441 box-shadow: none; 450 442 outline: none; … … 477 469 border-right: none; 478 470 background: #fff; 479 -webkit-transition: background-color 0.15s;480 471 transition: background-color 0.15s; 481 472 /* Reset the value inherited from the base .accordion-section-title style. Ticket #37589. */ … … 520 511 top: 5px; 521 512 right: 5px; 522 -webkit-box-shadow: none;523 513 box-shadow: none; 524 514 outline: none; … … 591 581 592 582 #available-menu-items .menu-item-handle { 593 -webkit-box-shadow: none;594 583 box-shadow: none; 595 584 margin-top: -1px; … … 612 601 width: 30px; 613 602 height: 38px; 614 -webkit-box-shadow: none;615 603 box-shadow: none; 616 604 outline: none; … … 630 618 display: inline-block; 631 619 height: 20px; 632 -webkit-border-radius: 50%;633 620 border-radius: 50%; 634 621 font: normal 20px/1.05 dashicons; /* line height is to account for the dashicon's vertical alignment */ … … 668 655 width: 100%; 669 656 padding: 1px 15px 15px; 670 -webkit-box-sizing: border-box;671 -moz-box-sizing: border-box;672 657 box-sizing: border-box; 673 658 } … … 696 681 697 682 #customize-preview { 698 -webkit-transition: all 0.2s;699 683 transition: all 0.2s; 700 684 } … … 741 725 742 726 .added-menu-item .menu-item-handle { 743 -webkit-transition-property: opacity, background, color;744 727 transition-property: opacity, background, color; 745 -webkit-transition-duration: 1.25s;746 728 transition-duration: 1.25s; 747 -webkit-transition-timing-function: cubic-bezier( .25, -2.5, .75, 8 );748 729 transition-timing-function: cubic-bezier( .25, -2.5, .75, 8 ); /* Replacement for .hide().fadeIn('slow') in JS to add emphasis when it's loaded. */ 749 730 } … … 843 824 .menu-item-bar .item-delete:focus:before, 844 825 #available-menu-items .item-add:focus:before { 845 -webkit-box-shadow:846 0 0 0 1px #5b9dd9,847 0 0 2px 1px rgba(30, 140, 190, .8);848 826 box-shadow: 849 827 0 0 0 1px #5b9dd9, -
trunk/src/wp-admin/css/customize-widgets.css
r40631 r41062 22 22 .customize-control-widget_form .widget-top { 23 23 background: #fff; 24 -webkit-transition: opacity 0.5s;25 24 transition: opacity 0.5s; 26 25 } … … 77 76 78 77 .customize-control-widget_form.wide-widget-control .widget-top { 79 -webkit-transition: background-color 0.4s;80 78 transition: background-color 0.4s; 81 79 } … … 115 113 .customize-control-widget_form.highlighted { 116 114 outline: none; 117 -webkit-box-shadow: 0 0 2px rgba(30,140,190,0.8);118 115 box-shadow: 0 0 2px rgba(30,140,190,0.8); 119 116 position: relative; … … 240 237 241 238 .ios #available-widgets { 242 -webkit-transition: left 0s;243 239 transition: left 0s; 244 240 } … … 267 263 268 264 #customize-preview { 269 -webkit-transition: all 0.2s;270 265 transition: all 0.2s; 271 266 } … … 306 301 font: normal 20px/1 dashicons; 307 302 text-align: center; 308 -webkit-box-sizing: border-box;309 -moz-box-sizing: border-box;310 303 box-sizing: border-box; 311 304 -webkit-font-smoothing: antialiased; … … 446 439 447 440 .widget-top { 448 -webkit-box-shadow: none;449 441 box-shadow: none; 450 442 margin-top: -1px; -
trunk/src/wp-admin/css/dashboard.css
r40794 r41062 105 105 padding: 23px 10px 0; 106 106 border: 1px solid #e5e5e5; 107 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);108 107 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 109 108 background: #fff; … … 155 154 top: 8px; 156 155 left: 0; 157 -webkit-transition: all .1s ease-in-out;158 156 transition: all .1s ease-in-out; 159 157 } … … 618 616 #dashboard_quick_press input, 619 617 #dashboard_quick_press textarea { 620 -webkit-box-sizing: border-box;621 -moz-box-sizing: border-box;622 618 box-sizing: border-box; 623 619 margin: 0; … … 953 949 #activity-widget #the-comment-list .comment, 954 950 #activity-widget #the-comment-list .pingback { 955 -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);956 951 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06); 957 952 } … … 1086 1081 border-color: #edc048; 1087 1082 color: #fff; 1088 -webkit-box-shadow: none;1089 1083 box-shadow: none; 1090 1084 } … … 1099 1093 background: transparent none; 1100 1094 color: #fff; 1101 -webkit-box-shadow: none;1102 1095 box-shadow: none; 1103 1096 } -
trunk/src/wp-admin/css/deprecated-media.css
r37740 r41062 32 32 background-color: #f9f9f9; 33 33 text-decoration: none; 34 -webkit-transition: none;35 34 transition: none; 36 35 } … … 395 394 .image-align-none-label { 396 395 background-image: url(../images/align-none-2x.png?ver=20120916); 397 -webkit-background-size: 21px 15px;398 396 background-size: 21px 15px; 399 397 } … … 401 399 .image-align-left-label { 402 400 background-image: url(../images/align-left-2x.png?ver=20120916); 403 -webkit-background-size: 22px 15px;404 401 background-size: 22px 15px; 405 402 } … … 407 404 .image-align-center-label { 408 405 background-image: url(../images/align-center-2x.png?ver=20120916); 409 -webkit-background-size: 21px 15px;410 406 background-size: 21px 15px; 411 407 } … … 413 409 .image-align-right-label { 414 410 background-image: url(../images/align-right-2x.png?ver=20120916); 415 -webkit-background-size: 22px 15px;416 411 background-size: 22px 15px; 417 412 } -
trunk/src/wp-admin/css/edit.css
r40655 r41062 155 155 min-width: 255px; 156 156 border: 1px solid #e5e5e5; 157 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);158 157 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 159 158 background: #fff; … … 280 279 width: auto; 281 280 vertical-align: top; 282 background-image: -webkit-linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), -webkit-linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);283 281 background-image: linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4); 284 282 background-position: 0 0, 10px 10px; 285 -webkit-background-size: 20px 20px;286 283 background-size: 20px 20px; 287 284 } … … 316 313 border-top: none; 317 314 background-color: #f7f7f7; 318 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);319 315 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 320 316 z-index: 999; … … 369 365 370 366 .wp-editor-expand #wp-content-editor-container { 371 -webkit-box-shadow: none;372 367 box-shadow: none; 373 368 margin-top: -1px; … … 512 507 margin-left: -225px; 513 508 background: #fff; 514 -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );515 509 box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); 516 510 line-height: 1.5; … … 796 790 .post-format-icon:before { 797 791 color: #ddd; 798 -webkit-transition: all .1s ease-in-out;799 792 transition: all .1s ease-in-out; 800 793 } … … 1231 1224 .focus-on #screen-meta { 1232 1225 opacity: 0; 1233 -webkit-transition-duration: 0.6s;1234 1226 transition-duration: 0.6s; 1235 -webkit-transition-property: opacity;1236 1227 transition-property: opacity; 1237 -webkit-transition-timing-function: ease-in-out;1238 1228 transition-timing-function: ease-in-out; 1239 1229 } … … 1255 1245 .focus-off #screen-meta { 1256 1246 opacity: 1; 1257 -webkit-transition-duration: 0.2s;1258 1247 transition-duration: 0.2s; 1259 -webkit-transition-property: opacity;1260 1248 transition-property: opacity; 1261 -webkit-transition-timing-function: ease-in-out;1262 1249 transition-timing-function: ease-in-out; 1263 1250 } … … 1269 1256 .focus-on #adminmenuback, 1270 1257 .focus-on #adminmenuwrap { 1271 -webkit-transition-duration: 0.6s;1272 1258 transition-duration: 0.6s; 1273 -webkit-transition-property: -webkit-transform;1274 1259 transition-property: -webkit-transform; 1275 1260 transition-property: transform; 1276 1261 transition-property: transform, -webkit-transform; 1277 -webkit-transition-timing-function: ease-in-out;1278 1262 transition-timing-function: ease-in-out; 1279 1263 } … … 1282 1266 .focus-on #adminmenuwrap { 1283 1267 -webkit-transform: translateX( -100% ); 1284 -ms-transform: translateX( -100% );1285 1268 transform: translateX( -100% ); 1286 1269 } … … 1289 1272 .focus-off #adminmenuwrap { 1290 1273 -webkit-transform: translateX( 0 ); 1291 -ms-transform: translateX( 0 );1292 1274 transform: translateX( 0 ); 1293 -webkit-transition-duration: 0.2s;1294 1275 transition-duration: 0.2s; 1295 -webkit-transition-property: -webkit-transform;1296 1276 transition-property: -webkit-transform; 1297 1277 transition-property: transform; 1298 1278 transition-property: transform, -webkit-transform; 1299 -webkit-transition-timing-function: ease-in-out;1300 1279 transition-timing-function: ease-in-out; 1301 1280 } … … 1313 1292 #post-body .wp_themeSkin .mceStatusbar a.mceResize { 1314 1293 background: transparent url(../images/resize-2x.gif) no-repeat scroll right bottom; 1315 -webkit-background-size: 11px 11px;1316 1294 background-size: 11px 11px; 1317 1295 } -
trunk/src/wp-admin/css/forms.css
r40823 r41062 2 2 input, 3 3 textarea { 4 -webkit-box-sizing: border-box;5 -moz-box-sizing: border-box;6 4 box-sizing: border-box; 7 5 } … … 27 25 textarea { 28 26 border: 1px solid #ddd; 29 -webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );30 27 box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 ); 31 28 background-color: #fff; 32 29 color: #32373c; 33 30 outline: none; 34 -webkit-transition: 0.05s border-color ease-in-out;35 31 transition: 0.05s border-color ease-in-out; 36 32 } … … 56 52 textarea:focus { 57 53 border-color: #5b9dd9; 58 -webkit-box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 );59 54 box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 ); 60 55 } … … 90 85 min-width: 16px; 91 86 -webkit-appearance: none; 92 -webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.1 );93 87 box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.1 ); 94 -webkit-transition: .05s border-color ease-in-out;95 88 transition: .05s border-color ease-in-out; 96 89 } … … 120 113 121 114 input[type="radio"] { 122 -webkit-border-radius: 50%;123 115 border-radius: 50%; 124 116 margin-right: 4px; … … 147 139 content: "\2022"; 148 140 text-indent: -9999px; 149 -webkit-border-radius: 50px;150 141 border-radius: 50px; 151 142 font-size: 24px; … … 192 183 font-size: 14px; 193 184 padding: 3px 5px; 194 -webkit-border-radius: 0;195 185 border-radius: 0; /* Reset mobile webkit's default element styling */ 196 186 } … … 250 240 .form-invalid select, .form-invalid select:focus { 251 241 border-color: #dc3232 !important; 252 -webkit-box-shadow: 0 0 2px rgba( 204, 0, 0, 0.8 ); 253 box-shadow: 0 0 2px rgba( 204, 0, 0, 0.8 ); 242 box-shadow: 0 0 2px rgba( 204, 0, 0, 0.8 ); 254 243 } 255 244 … … 287 276 background: rgba( 255, 255, 255, 0.5 ); 288 277 border-color: rgba( 222, 222, 222, 0.75 ); 289 -webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.04 );290 278 box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.04 ); 291 279 color: rgba( 51, 51, 51, 0.5 ); … … 297 285 input[type="range"].disabled { 298 286 background: none; 299 -webkit-box-shadow: none;300 287 box-shadow: none; 301 288 cursor: default; … … 341 328 padding: 1.5em 0; 342 329 margin: 5px 0; 343 -webkit-border-bottom-left-radius: 3px;344 330 border-bottom-left-radius: 3px; 345 -webkit-border-bottom-right-radius: 3px;346 331 border-bottom-right-radius: 3px; 347 332 border: none; … … 467 452 text-align: center; 468 453 width: 25em; 469 -webkit-box-sizing: border-box;470 -moz-box-sizing: border-box;471 454 box-sizing: border-box; 472 455 opacity: 0; … … 585 568 z-index: 10000; 586 569 border: 1px solid #5b9dd9; 587 -webkit-box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8 );588 570 box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8 ); 589 571 background-color: #fff; … … 733 715 width: 24%; 734 716 padding: 5px 15px 15px; 735 -webkit-box-sizing: border-box;736 -moz-box-sizing: border-box;737 717 box-sizing: border-box; 738 718 margin-bottom: 3px; … … 791 771 max-width: 520px; 792 772 border: 1px solid #e5e5e5; 793 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);794 773 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 795 774 background: #fff; … … 827 806 color: #32373c; 828 807 background: #e5e5e5; 829 -webkit-border-radius: 5px;830 808 border-radius: 5px; 831 809 border: 1px solid #b4b9be; … … 850 828 background: transparent; 851 829 -webkit-transform: skew(20deg) rotate(6deg); 852 -ms-transform: skew(20deg) rotate(6deg);853 830 transform: skew(20deg) rotate(6deg); 854 -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);855 831 box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6); 856 832 } … … 858 834 .pressthis-bookmarklet:hover:after { 859 835 -webkit-transform: skew(20deg) rotate(9deg); 860 -ms-transform: skew(20deg) rotate(9deg);861 836 transform: skew(20deg) rotate(9deg); 862 -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);863 837 box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7); 864 838 } … … 1177 1151 1178 1152 .form-table { 1179 -webkit-box-sizing: border-box;1180 -moz-box-sizing: border-box;1181 1153 box-sizing: border-box; 1182 1154 } … … 1225 1197 display: block; 1226 1198 max-width: none; 1227 -webkit-box-sizing: border-box;1228 -moz-box-sizing: border-box;1229 1199 box-sizing: border-box; 1230 1200 } … … 1254 1224 #pass-strength-result { 1255 1225 width: 100%; 1256 -webkit-box-sizing: border-box;1257 -moz-box-sizing: border-box;1258 1226 box-sizing: border-box; 1259 1227 padding: 8px; … … 1348 1316 background: transparent; 1349 1317 border: none; 1350 -webkit-box-shadow: none;1351 1318 box-shadow: none; 1352 1319 line-height: 2; -
trunk/src/wp-admin/css/install.css
r38672 r41062 12 12 max-width: 700px; 13 13 -webkit-font-smoothing: subpixel-antialiased; 14 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);15 14 box-shadow: 0 1px 3px rgba(0,0,0,0.13); 16 15 } … … 27 26 a:focus { 28 27 color: #124964; 29 -webkit-box-shadow:30 0 0 0 1px #5b9dd9,31 0 0 2px 1px rgba(30, 140, 190, .8);32 28 box-shadow: 33 29 0 0 0 1px #5b9dd9, … … 94 90 background-image: url(../images/w-logo-blue.png?ver=20131202); 95 91 background-image: none, url(../images/wordpress-logo.svg?ver=20131107); 96 -webkit-background-size: 84px;97 92 background-size: 84px; 98 93 background-position: center top; … … 114 109 115 110 #logo a:focus { 116 -webkit-box-shadow: none;117 111 box-shadow: none; 118 112 } … … 135 129 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 136 130 width: 100%; 137 -webkit-box-sizing: border-box;138 -moz-box-sizing: border-box;139 131 box-sizing: border-box; 140 132 } … … 176 168 padding: 3px 5px; 177 169 border: 1px solid #ddd; 178 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);179 170 box-shadow: inset 0 1px 2px rgba(0,0,0,0.07); 180 171 } … … 238 229 text-align: center; 239 230 width: 218px; 240 -webkit-box-sizing: border-box;241 -moz-box-sizing: border-box;242 231 box-sizing: border-box; 243 232 opacity: 0; … … 387 376 display: block; 388 377 max-width: none; 389 -webkit-box-sizing: border-box;390 -moz-box-sizing: border-box;391 378 box-sizing: border-box; 392 379 } … … 428 415 .spinner { 429 416 background: url(../images/spinner.gif) no-repeat; 430 -webkit-background-size: 20px 20px;431 417 background-size: 20px 20px; 432 418 visibility: hidden; -
trunk/src/wp-admin/css/list-tables.css
r38965 r41062 50 50 .column-comments .comment-count-no-comments, 51 51 .column-comments .comment-count-approved { 52 -webkit-box-sizing: border-box;53 -moz-box-sizing: border-box;54 52 box-sizing: border-box; 55 53 display: block; … … 57 55 min-width: 24px; 58 56 height: 2em; 59 -webkit-border-radius: 5px;60 57 border-radius: 5px; 61 58 background-color: #72777c; … … 109 106 height: 17px; 110 107 border: 2px solid #fff; 111 -webkit-border-radius: 11px;112 108 border-radius: 11px; 113 109 background: #ca4a1f; … … 209 205 #replycontent { 210 206 height: 120px; 211 -webkit-box-shadow: none;212 207 box-shadow: none; 213 208 } … … 251 246 #the-comment-list th, 252 247 #the-comment-list td { 253 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);254 248 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); 255 249 } … … 257 251 #the-comment-list tr:last-child th, 258 252 #the-comment-list tr:last-child td { 259 -webkit-box-shadow: none;260 253 box-shadow: none; 261 254 } … … 385 378 /* @todo: pick a consistent list table selector */ 386 379 .wp-list-table a { 387 -webkit-transition: none;388 380 transition: none; 389 381 } … … 392 384 #the-list tr:last-child th { 393 385 border-bottom: none !important; 394 -webkit-box-shadow: none;395 386 box-shadow: none; 396 387 } … … 512 503 513 504 .wp-list-table .toggle-row:focus:before { 514 -webkit-box-shadow:515 0 0 0 1px #5b9dd9,516 0 0 2px 1px rgba(30, 140, 190, .8);517 505 box-shadow: 518 506 0 0 0 1px #5b9dd9, … … 525 513 526 514 .wp-list-table .toggle-row:active { 527 -webkit-box-shadow: none;528 515 box-shadow: none; 529 516 } … … 533 520 top: -5px; 534 521 left: 10px; 535 -webkit-border-radius: 50%;536 522 border-radius: 50%; 537 523 display: block; … … 590 576 591 577 tr.locked-info, tr.wp-locked .locked-info { 592 -webkit-transition: height 1s, opacity 0.5s;593 578 transition: height 1s, opacity 0.5s; 594 579 } … … 716 701 color: #fff; 717 702 background: #00a0d2; 718 -webkit-box-shadow: none;719 703 box-shadow: none; 720 704 outline: none; /* IE8 */ … … 1278 1262 .upgrade .plugins td, 1279 1263 .upgrade .plugins th { 1280 -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);1281 1264 box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); 1282 1265 } … … 1287 1270 .plugins tr.active + tr.inactive td { 1288 1271 border-top: 1px solid rgba(0,0,0,0.03); 1289 -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e1e1e1;1290 1272 box-shadow: inset 0 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e1e1e1; 1291 1273 } … … 1301 1283 .plugins tr.active + tr.inactive.updated th, 1302 1284 .plugins tr.active + tr.inactive.updated td { 1303 -webkit-box-shadow: none;1304 1285 box-shadow: none; 1305 1286 } … … 1344 1325 1345 1326 .plugins .plugin-update-tr .plugin-update { 1346 -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);1347 1327 box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); 1348 1328 overflow: hidden; /* clearfix */ … … 1430 1410 margin: 0 8px 16px; 1431 1411 width: 48.5%; 1432 width: -webkit-calc( 50% - 8px );1433 1412 width: calc( 50% - 8px ); 1434 1413 background-color: #fff; 1435 1414 border: 1px solid #ddd; 1436 -webkit-box-sizing: border-box;1437 -moz-box-sizing: border-box;1438 1415 box-sizing: border-box; 1439 1416 } … … 1451 1428 .plugin-card { 1452 1429 width: 30%; 1453 width: -webkit-calc( 33.1% - 8px );1454 1430 width: calc( 33.1% - 8px ); 1455 1431 } … … 1535 1511 margin: 0; 1536 1512 padding-left: 16px; 1537 -webkit-box-shadow: 0 -1px 0 #ddd;1538 1513 box-shadow: 0 -1px 0 #ddd; 1539 1514 } … … 1565 1540 clear: right; 1566 1541 width: 65%; 1567 width: -webkit-calc( 100% - 180px );1568 1542 width: calc( 100% - 180px ); 1569 1543 } … … 1838 1812 1839 1813 #the-comment-list .is-expanded td { 1840 -webkit-box-shadow: none;1841 1814 box-shadow: none; 1842 1815 } 1843 1816 1844 1817 #the-comment-list .is-expanded td:last-child { 1845 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);1846 1818 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); 1847 1819 } … … 1892 1864 padding: 0; 1893 1865 border: none; 1894 -webkit-border-radius: 0;1895 1866 border-radius: 0; 1896 1867 background: none; … … 1942 1913 width: 100%; 1943 1914 max-width: none; 1944 -webkit-box-sizing: border-box;1945 -moz-box-sizing: border-box;1946 1915 box-sizing: border-box; 1947 1916 } … … 2056 2025 .plugins #the-list .update td, 2057 2026 .wp-list-table.plugins #the-list .theme-title { 2058 -webkit-box-shadow: none;2059 2027 box-shadow: none; 2060 2028 border-top: none; … … 2072 2040 .plugins tr.active + tr.inactive td.column-description, 2073 2041 .plugins .plugin-update-tr:before { 2074 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);2075 2042 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); 2076 2043 } … … 2137 2104 2138 2105 table.plugin-install #the-list td { 2139 -webkit-box-shadow: none;2140 2106 box-shadow: none; 2141 2107 } … … 2143 2109 table.plugin-install #the-list tr { 2144 2110 display: block; 2145 -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);2146 2111 box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); 2147 2112 } -
trunk/src/wp-admin/css/login.css
r40778 r41062 20 20 a { 21 21 color: #0073aa; 22 -webkit-transition-property: border, background, color;23 22 transition-property: border, background, color; 24 -webkit-transition-duration: .05s;25 23 transition-duration: .05s; 26 -webkit-transition-timing-function: ease-in-out;27 24 transition-timing-function: ease-in-out; 28 25 } … … 39 36 a:focus { 40 37 color: #124964; 41 -webkit-box-shadow:42 0 0 0 1px #5b9dd9,43 0 0 2px 1px rgba(30, 140, 190, .8);44 38 box-shadow: 45 39 0 0 0 1px #5b9dd9, … … 62 56 margin-bottom: 20px; 63 57 background-color: #fff; 64 -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);65 58 box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1); 66 59 } … … 88 81 overflow: hidden; 89 82 background: #fff; 90 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);91 83 box-shadow: 0 1px 3px rgba(0,0,0,0.13); 92 84 } … … 128 120 background-image: url(../images/w-logo-blue.png?ver=20131202); 129 121 background-image: none, url(../images/wordpress-logo.svg?ver=20131107); 130 -webkit-background-size: 84px;131 122 background-size: 84px; 132 123 background-position: center top; … … 205 196 206 197 .login-action-rp input[type="text"] { 207 -webkit-box-shadow: none;208 198 box-shadow: none; 209 199 margin: 0; -
trunk/src/wp-admin/css/media.css
r40570 r41062 125 125 .media-upload-form .media-item, 126 126 .media-upload-form .media-item .error { 127 -webkit-box-shadow: 0 1px 0 #ddd;128 127 box-shadow: 0 1px 0 #ddd; 129 128 } … … 164 163 padding: 0; 165 164 overflow: hidden; 166 -webkit-border-radius: 22px;167 165 border-radius: 22px; 168 166 background: #ddd; 169 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);170 167 box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); 171 168 } … … 176 173 height: 100%; 177 174 margin-top: -22px; 178 -webkit-border-radius: 22px;179 175 border-radius: 22px; 180 176 background-color: #0073aa; 181 -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);182 177 box-shadow: inset 0 0 2px rgba(0,0,0,0.3); 183 178 } … … 229 224 .find-box { 230 225 background-color: #fff; 231 -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );232 226 box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); 233 227 width: 600px; … … 264 258 overflow-y: scroll; 265 259 width: 100%; 266 -webkit-box-sizing: border-box;267 -moz-box-sizing: border-box;268 260 box-sizing: border-box; 269 261 } … … 321 313 #find-posts-close:focus { 322 314 outline: none; 323 -webkit-box-shadow:324 0 0 0 1px #5b9dd9,325 0 0 2px 1px rgba(30, 140, 190, .8);326 315 box-shadow: 327 316 0 0 0 1px #5b9dd9, … … 473 462 padding: 0 16px; 474 463 border-left: 4px solid #dd3d36; 475 -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);476 464 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); 477 465 background-color: #fff; … … 492 480 padding: 4px 0 0; 493 481 border: none; 494 -webkit-box-shadow: none;495 482 box-shadow: none; 496 483 background: none; … … 540 527 .media-frame.mode-grid .selected.attachment:focus, 541 528 .media-frame.mode-grid .attachment.details:focus { 542 -webkit-box-shadow:543 inset 0 0 2px 3px #f1f1f1,544 inset 0 0 0 7px #5b9dd9;545 529 box-shadow: 546 530 inset 0 0 2px 3px #f1f1f1, … … 550 534 551 535 .media-frame.mode-grid .selected.attachment { 552 -webkit-box-shadow:553 inset 0 0 0 5px #f1f1f1,554 inset 0 0 0 7px #ccc;555 536 box-shadow: 556 537 inset 0 0 0 5px #f1f1f1, … … 559 540 560 541 .media-frame.mode-grid .attachment.details { 561 -webkit-box-shadow:562 inset 0 0 0 3px #f1f1f1,563 inset 0 0 0 7px #1e8cbe;564 542 box-shadow: 565 543 inset 0 0 0 3px #f1f1f1, … … 664 642 border: 0; 665 643 border-left: 1px solid #ddd; 666 -webkit-transition: color .1s ease-in-out, background .1s ease-in-out;667 644 transition: color .1s ease-in-out, background .1s ease-in-out; 668 645 } … … 703 680 color: #000; 704 681 outline: none; 705 -webkit-box-shadow: none;706 682 box-shadow: none; 707 683 } … … 750 726 right: 0; 751 727 left: 0; 752 -webkit-box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.1);753 728 box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.1); 754 729 } … … 761 736 762 737 .edit-attachment-frame .attachment-media-view .thumbnail { 763 -webkit-box-sizing: border-box;764 -moz-box-sizing: border-box;765 738 box-sizing: border-box; 766 739 padding: 16px; … … 773 746 max-width: 100%; 774 747 max-height: 90%; 775 max-height: -webkit-calc( 100% - 42px );776 748 max-height: calc( 100% - 42px ); /* leave space for actions underneath */ 777 749 } … … 793 765 .edit-attachment-frame .attachment-info { 794 766 overflow: auto; 795 -webkit-box-sizing: border-box;796 -moz-box-sizing: border-box;797 767 box-sizing: border-box; 798 768 margin-bottom: 0; … … 800 770 width: 35%; 801 771 height: 100%; 802 -webkit-box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.1);803 772 box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.1); 804 773 border-bottom: 0; … … 916 885 margin: -10px 0 0 -10px; 917 886 background: transparent url(../images/spinner.gif) no-repeat center; 918 -webkit-background-size: 20px 20px;919 887 background-size: 20px 20px; 920 888 -webkit-transform: translateZ(0); … … 1094 1062 line-height: 1; 1095 1063 cursor: pointer; 1096 -webkit-box-sizing: content-box;1097 -moz-box-sizing: content-box;1098 1064 box-sizing: content-box; 1099 -webkit-box-shadow: none;1100 1065 box-shadow: none; 1101 1066 } … … 1105 1070 border-color: #5b9dd9; 1106 1071 outline: none; 1107 -webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );1108 1072 box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); 1109 1073 } -
trunk/src/wp-admin/css/nav-menus.css
r40052 r41062 607 607 margin-left: 4px; 608 608 width: 20px; 609 -webkit-border-radius: 50%;610 609 border-radius: 50%; 611 610 text-indent: -1px; /* account for the dashicon alignment */ … … 621 620 622 621 .nav-menus-php .item-edit:focus { 623 -webkit-box-shadow: none;624 622 box-shadow: none; 625 623 } 626 624 627 625 .nav-menus-php .item-edit:focus:before { 628 -webkit-box-shadow:629 0 0 0 1px #5b9dd9,630 0 0 2px 1px rgba(30, 140, 190, .8);631 626 box-shadow: 632 627 0 0 0 1px #5b9dd9, … … 647 642 border: 1px solid #e5e5e5; 648 643 border-top: none; 649 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);650 644 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 651 645 } -
trunk/src/wp-admin/css/press-this.css
r40356 r41062 22 22 *:before, 23 23 *:after { 24 -webkit-box-sizing: border-box;25 -moz-box-sizing: border-box;26 24 box-sizing: border-box; 27 25 } … … 132 130 133 131 hr { 134 -webkit-box-sizing: content-box;135 -moz-box-sizing: content-box;136 132 box-sizing: content-box; 137 133 height: 0; … … 194 190 input[type="checkbox"], 195 191 input[type="radio"] { 196 -webkit-box-sizing: border-box;197 -moz-box-sizing: border-box;198 192 box-sizing: border-box; 199 193 padding: 0; … … 207 201 input[type="search"] { 208 202 -webkit-appearance: textfield; 209 -webkit-box-sizing: content-box;210 -moz-box-sizing: content-box;211 203 box-sizing: content-box; 212 204 } … … 332 324 border-width: 1px; 333 325 border-style: solid; 334 -webkit-border-radius: 3px;335 326 border-radius: 3px; 336 327 font-size: 13px; … … 360 351 padding: 8px; 361 352 list-style: none; 362 -webkit-box-shadow: 1px 0 4px rgba( 0, 0, 0, 0.15 );363 353 box-shadow: 1px 0 4px rgba( 0, 0, 0, 0.15 ); 364 354 } … … 401 391 text-decoration: none; 402 392 outline: none; 403 -webkit-transition: none;404 393 transition: none; 405 394 } … … 416 405 .split-button-primary, 417 406 .split-button-toggle { 418 -webkit-border-radius: 0;419 407 border-radius: 0; 420 408 display: block; … … 431 419 border-width: 1px; 432 420 border-style: solid; 433 -webkit-box-shadow: 0 1px 0 #006799; 434 box-shadow: 0 1px 0 #006799; 421 box-shadow: 0 1px 0 #006799; 435 422 color: #fff; 436 423 text-shadow: 0 -1px 1px #006799, … … 441 428 442 429 .split-button-primary { 443 -webkit-border-top-left-radius: 3px;444 430 border-top-left-radius: 3px; 445 -webkit-border-bottom-left-radius: 3px;446 431 border-bottom-left-radius: 3px; 447 432 border-right: 0 none; … … 451 436 .split-button-toggle { 452 437 padding: 0; 453 -webkit-border-top-right-radius: 3px;454 438 border-top-right-radius: 3px; 455 -webkit-border-bottom-right-radius: 3px;456 439 border-bottom-right-radius: 3px; 457 440 border-left: 1px solid #006799; … … 474 457 .split-button-toggle:focus { 475 458 outline: none; 476 -webkit-box-shadow: 0 1px 0 #0073aa,477 0 0 2px 1px #33b3db;478 459 box-shadow: 0 1px 0 #0073aa, 479 460 0 0 2px 1px #33b3db; … … 484 465 background: #0073aa; 485 466 border-color: #006799; 486 -webkit-box-shadow: inset 0 2px 10px #006799, 0 1px 0 #0073aa; 487 box-shadow: inset 0 2px 10px #006799, 0 1px 0 #0073aa; 467 box-shadow: inset 0 2px 10px #006799, 0 1px 0 #0073aa; 488 468 } 489 469 … … 510 490 [type="search"] { 511 491 -webkit-appearance: textfield; 512 -webkit-box-sizing: content-box;513 -moz-box-sizing: content-box;514 492 box-sizing: content-box; 515 493 } … … 653 631 vertical-align: top; 654 632 text-align: center; 655 -webkit-transition: color .1s ease-in 0;656 633 transition: color .1s ease-in 0; 657 634 -webkit-font-smoothing: antialiased; … … 670 647 671 648 .post-format:checked + .post-format-icon { 672 -webkit-box-shadow: inset 6px 0 0 #00a0d2;673 649 box-shadow: inset 6px 0 0 #00a0d2; 674 650 background: rgba(46, 162, 204, 0.1); … … 764 740 bottom: 1px; 765 741 border: 0; 766 -webkit-border-radius: 0;767 742 border-radius: 0; 768 743 margin: 0; … … 770 745 background: #f7f7f7; 771 746 border-left: 1px solid #f1f1f1; 772 -webkit-box-shadow: none;773 747 box-shadow: none; 774 748 } … … 781 755 border-color: #20708e; 782 756 color: #fff; 783 -webkit-box-shadow: none;784 757 box-shadow: none; 785 758 } … … 842 815 height: 20px; 843 816 width: 20px; 844 -webkit-border-radius: 50%;845 817 border-radius: 50%; 846 818 background: transparent; … … 862 834 863 835 .tagchecklist .ntdelbutton:focus .remove-tag-icon:before { 864 -webkit-box-shadow:865 0 0 0 1px #5b9dd9,866 0 0 2px 1px rgba(30, 140, 190, .8);867 836 box-shadow: 868 837 0 0 0 1px #5b9dd9, … … 934 903 padding: 0.85714em 1.07143em; 935 904 border: 0; 936 -webkit-border-radius: 0;937 905 border-radius: 0; 938 906 border-bottom: 1px solid #e5e5e5; … … 958 926 color: #0073aa; 959 927 text-decoration: none; 960 -webkit-transition: none;961 928 transition: none; 962 929 } … … 988 955 right: 0; 989 956 border: 0; 990 -webkit-border-radius: 0;991 957 border-radius: 0; 992 958 padding: 12px 16px; … … 1015 981 height: 34px; 1016 982 border: 0; 1017 -webkit-border-radius: 0;1018 983 border-radius: 0; 1019 984 border: 1px solid #e5e5e5; 1020 985 background: #fff; 1021 -webkit-background-size: 20px 20px;1022 986 background-size: 20px 20px; 1023 987 overflow: hidden; … … 1033 997 .postform:focus { 1034 998 border-color: #0073aa; 1035 -webkit-box-shadow: 0 0 0 3px #00a0d2;1036 999 box-shadow: 0 0 0 3px #00a0d2; 1037 1000 outline: 0; … … 1083 1046 1084 1047 .category.selected { 1085 -webkit-box-shadow: inset 6px 0 0 #00a0d2;1086 1048 box-shadow: inset 6px 0 0 #00a0d2; 1087 1049 background: #E9F5F9; … … 1106 1068 vertical-align: top; 1107 1069 text-align: center; 1108 -webkit-transition: color .1s ease-in 0;1109 1070 transition: color .1s ease-in 0; 1110 1071 -webkit-font-smoothing: antialiased; … … 1180 1141 html { 1181 1142 background: #fff; 1182 -webkit-box-shadow: -10px 0 0 rgba(0, 0, 0, 0.3);1183 1143 box-shadow: -10px 0 0 rgba(0, 0, 0, 0.3); 1184 1144 } … … 1232 1192 font-size: 13px; 1233 1193 text-decoration: none; 1234 -webkit-transition: none;1235 1194 transition: none; 1236 1195 } … … 1339 1298 height: 8px; 1340 1299 margin-top: -4px; 1341 -webkit-border-radius: 50%;1342 1300 border-radius: 50%; 1343 1301 background: #00a0d2; … … 1364 1322 @media (max-width: 900px) { 1365 1323 .scan form { 1366 -webkit-transition: opacity .3s ease-in-out;1367 1324 transition: opacity .3s ease-in-out; 1368 1325 } … … 1397 1354 border: 0; 1398 1355 border-left: 1px solid #f1f1f1; 1399 -webkit-border-radius: 0;1400 1356 border-radius: 0; 1401 1357 color: #555; … … 1473 1429 visibility: hidden; 1474 1430 background: url(../images/spinner.gif) no-repeat center; 1475 -webkit-background-size: 20px 20px;1476 1431 background-size: 20px 20px; 1477 1432 opacity: 0.7; … … 1527 1482 .post-title-placeholder:focus { 1528 1483 outline: 0; 1529 -webkit-box-shadow: inset 0px -3px 0 #00a0d2;1530 1484 box-shadow: inset 0px -3px 0 #00a0d2; 1531 1485 border-color: #00a0d2; … … 1637 1591 .is-embed:focus { 1638 1592 outline: 0; 1639 -webkit-box-shadow: inset 0 0 0 3px #00a0d2;1640 1593 box-shadow: inset 0 0 0 3px #00a0d2; 1641 1594 } … … 1649 1602 background-position: center; 1650 1603 background-repeat: no-repeat; 1651 -webkit-background-size: cover;1652 1604 background-size: cover; 1653 1605 background-color: #d8d8d8; … … 1673 1625 font-weight: 400; 1674 1626 font-style: normal; 1675 -webkit-transition: color .1s ease-in 0;1676 1627 transition: color .1s ease-in 0; 1677 1628 -webkit-font-smoothing: antialiased; … … 1764 1715 .press-this-actions { 1765 1716 -webkit-transform: translateY(0); 1766 -ms-transform: translateY(0);1767 1717 transform: translateY(0); 1768 -webkit-transition: -webkit-transform .3s ease-in-out;1769 1718 transition: -webkit-transform .3s ease-in-out; 1770 1719 transition: transform .3s ease-in-out; … … 1773 1722 .press-this-actions.is-hidden { 1774 1723 -webkit-transform: translateY(100%); 1775 -ms-transform: translateY(100%);1776 1724 transform: translateY(100%); 1777 1725 } … … 1796 1744 padding: 0; 1797 1745 border: 0; 1798 -webkit-border-radius: 0;1799 1746 border-radius: 0; 1800 1747 background: none; 1801 -webkit-box-shadow: none;1802 1748 box-shadow: none; 1803 1749 overflow: hidden; … … 1814 1760 outline: 0; 1815 1761 color: #00a0d2; 1816 -webkit-box-shadow:1817 0 0 0 1px #5b9dd9,1818 0 0 2px 1px rgba(30, 140, 190, .8);1819 1762 box-shadow: 1820 1763 0 0 0 1px #5b9dd9, … … 1953 1896 font-size: 14px; 1954 1897 /* Keeps background the full height of the screen, but only visually. Clicks go through. */ 1955 -webkit-box-shadow: 5001px 5000px 0 5000px #fff, 5000px 5000px 0 5000px #e5e5e5;1956 1898 box-shadow: 5001px 5000px 0 5000px #fff, 5000px 5000px 0 5000px #e5e5e5; 1957 1899 outline: 0; … … 1971 1913 background: #fff; 1972 1914 -webkit-transform: translateX(-100%); 1973 -ms-transform: translateX(-100%);1974 1915 transform: translateX(-100%); 1975 -webkit-transition: -webkit-transform .3s ease-in-out;1976 1916 transition: -webkit-transform .3s ease-in-out; 1977 1917 transition: transform .3s ease-in-out; … … 1985 1925 .options-panel.is-off-screen { 1986 1926 -webkit-transform: translateX(0); 1987 -ms-transform: translateX(0);1988 1927 transform: translateX(0); 1989 1928 } … … 1995 1934 width: 100%; 1996 1935 border: 0; 1997 -webkit-box-shadow: 5001px 5000px 0 5000px #fff;1998 1936 box-shadow: 5001px 5000px 0 5000px #fff; 1999 1937 } … … 2056 1994 white-space: nowrap; 2057 1995 overflow: hidden; 2058 -webkit-transition: -webkit-transform .3s ease-in-out;2059 1996 transition: -webkit-transform .3s ease-in-out; 2060 1997 transition: transform .3s ease-in-out; … … 2064 2001 .post-options .post-option:focus { 2065 2002 outline: 0; 2066 -webkit-box-shadow: inset 5px 0 0 #00a0d2;2067 2003 box-shadow: inset 5px 0 0 #00a0d2; 2068 2004 border-color: #e5e5e5; … … 2081 2017 right: auto; 2082 2018 -webkit-transform: translateX(-100%); 2083 -ms-transform: translateX(-100%);2084 2019 transform: translateX(-100%); 2085 2020 } … … 2099 2034 width: 100%; 2100 2035 overflow: hidden; 2101 -webkit-transition: -webkit-transform .3s ease-in-out;2102 2036 transition: -webkit-transform .3s ease-in-out; 2103 2037 transition: transform .3s ease-in-out; … … 2118 2052 left: 0; 2119 2053 -webkit-transform: translateX(100%); 2120 -ms-transform: translateX(100%);2121 2054 transform: translateX(100%); 2122 2055 } … … 2137 2070 .press-this .modal-close:focus { 2138 2071 outline: 0; 2139 -webkit-box-shadow: inset 5px 0 0 #00a0d2;2140 2072 box-shadow: inset 5px 0 0 #00a0d2; 2141 2073 border-color: #e5e5e5; … … 2194 2126 .wp-link-input input { 2195 2127 border: 1px solid #ddd; 2196 -webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );2197 2128 box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 ); 2198 2129 background-color: #fff; 2199 2130 color: #32373c; 2200 2131 outline: none; 2201 -webkit-transition: 0.05s border-color ease-in-out;2202 2132 transition: 0.05s border-color ease-in-out; 2203 2133 } … … 2211 2141 z-index: 10000; 2212 2142 border: 1px solid #5b9dd9; 2213 -webkit-box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8 );2214 2143 box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8 ); 2215 2144 background-color: #fff; -
trunk/src/wp-admin/css/revisions.css
r37740 r41062 24 24 height: 82px; 25 25 background: #fff; 26 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);27 26 box-shadow: 0 1px 3px rgba(0,0,0,0.1); 28 27 } … … 34 33 top: 7px; 35 34 max-width: 70%; 36 -webkit-box-sizing: border-box;37 -moz-box-sizing: border-box;38 35 box-sizing: border-box; 39 36 background-color: #fff; … … 44 41 height: 100%; 45 42 border-left: 1px solid #a0a5aa; 46 -webkit-box-sizing: border-box;47 -moz-box-sizing: border-box;48 43 box-sizing: border-box; 49 44 } … … 78 73 opacity: 0; 79 74 width: 100%; 80 width: -webkit-calc( 100% - 30px );81 75 width: calc( 100% - 30px ); 82 76 top: 50%; 83 top: -webkit-calc( 50% - 10px );84 77 top: calc( 50% - 10px ); 85 -webkit-transition: opacity 0.5s;86 78 transition: opacity 0.5s; 87 79 filter: alpha(opacity=0); /* ie8 and earlier */ … … 104 96 105 97 .revisions .diff { 106 -webkit-transition: opacity 0.5s;107 98 transition: opacity 0.5s; 108 99 } … … 120 111 margin-top: 20px; 121 112 background-color: #fff; 122 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);123 113 box-shadow: 0 1px 3px rgba(0,0,0,0.1); 124 114 } 125 115 126 116 .revisions.pinned .revisions-meta { 127 -webkit-box-shadow: none;128 117 box-shadow: none; 129 118 } … … 184 173 padding: 15px; 185 174 background-color: #fff; 186 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);187 175 box-shadow: 0 1px 3px rgba(0,0,0,0.1); 188 176 } … … 369 357 height: 25px; 370 358 -webkit-transform: rotate(45deg); 371 -ms-transform: rotate(45deg);372 359 transform: rotate(45deg); 373 360 } … … 412 399 z-index: 9999; 413 400 background-color: #fff; 414 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);415 401 box-shadow: 0 1px 3px rgba(0,0,0,0.1); 416 402 } … … 433 419 height: 25px; 434 420 -webkit-transform: rotate(45deg); 435 -ms-transform: rotate(45deg);436 421 transform: rotate(45deg); 437 422 } … … 460 445 461 446 .wp-slider .ui-slider-handle { 462 -webkit-border-radius: 50%;463 447 border-radius: 50%; 464 448 height: 18px; … … 469 453 width: 18px; 470 454 z-index: 2; 471 -ms-touch-action: none;472 455 touch-action: none; 473 456 } … … 477 460 background: #f7f7f7; 478 461 border: 1px solid #ccc; 479 -webkit-box-shadow: 0 1px 0 #cccccc;480 462 box-shadow: 0 1px 0 #cccccc; 481 463 } … … 491 473 background: #eee; 492 474 border-color: #999; 493 -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );494 475 box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); 495 476 -webkit-transform: translateY(1px); 496 -ms-transform: translateY(1px);497 477 transform: translateY(1px); 498 478 } -
trunk/src/wp-admin/css/site-icon.css
r37964 r41062 31 31 .site-icon-preview .app-icon-preview { 32 32 background-color: #000; 33 -webkit-border-radius: 16px;34 33 border-radius: 16px; 35 34 height: 64px; -
trunk/src/wp-admin/css/themes.css
r40896 r41062 57 57 width: 30.6%; 58 58 border: 1px solid #ddd; 59 -webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1);60 59 box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1); 61 -webkit-box-sizing: border-box;62 -moz-box-sizing: border-box;63 60 box-sizing: border-box; 64 61 } … … 84 81 margin: 0; 85 82 padding: 15px; 86 -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);87 83 box-shadow: inset 0 1px 0 rgba(0,0,0,0.1); 88 84 overflow: hidden; … … 97 93 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 98 94 opacity: 0; 99 -webkit-transition: opacity 0.1s ease-in-out;100 95 transition: opacity 0.1s ease-in-out; 101 96 position: absolute; … … 135 130 position: relative; 136 131 -webkit-backface-visibility: hidden; /* Prevents flicker of the screenshot on hover. */ 137 -webkit-transition: opacity 0.2s ease-in-out;138 132 transition: opacity 0.2s ease-in-out; 139 133 } … … 151 145 top: 0; 152 146 width: 100%; 153 -webkit-transition: opacity 0.2s ease-in-out;154 147 transition: opacity 0.2s ease-in-out; 155 148 } … … 181 174 padding: 15px 12px; 182 175 text-align: center; 183 -webkit-border-radius: 3px;184 176 border-radius: 3px; 185 -webkit-transition: opacity 0.1s ease-in-out;186 177 transition: opacity 0.1s ease-in-out; 187 178 } … … 189 180 .theme-browser .theme:focus { 190 181 border-color: #5b9dd9; 191 -webkit-box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 );192 182 box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 ); 193 183 } … … 216 206 padding-right: 110px; 217 207 font-weight: 300; 218 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);219 208 box-shadow: inset 0 1px 1px rgba(0,0,0,0.5); 220 209 } … … 263 252 .theme-browser .theme.add-new-theme { 264 253 border: none; 265 -webkit-box-shadow: none;266 254 box-shadow: none; 267 255 } … … 288 276 border: 5px dashed #d5d2ca; 289 277 border: 5px dashed rgba(0, 0, 0, 0.1); 290 -webkit-box-sizing: border-box;291 -moz-box-sizing: border-box;292 278 box-sizing: border-box; 293 279 } … … 296 282 background: #e5e5e5; 297 283 background: rgba(153, 153, 153, 0.1); 298 -webkit-border-radius: 50%;299 284 border-radius: 50%; 300 285 display: inline-block; … … 343 328 background: none; 344 329 text-align: center; 345 -webkit-box-shadow: none;346 330 box-shadow: none; 347 331 font-weight: 400; … … 396 380 border-left: 1px solid #ddd; 397 381 background-color: transparent; 398 -webkit-transition: color .1s ease-in-out, background .1s ease-in-out;399 382 transition: color .1s ease-in-out, background .1s ease-in-out; 400 383 } … … 420 403 border: 0; 421 404 border-right: 1px solid #ddd; 422 -webkit-transition: color .1s ease-in-out, background .1s ease-in-out;423 405 transition: color .1s ease-in-out, background .1s ease-in-out; 424 406 } … … 443 425 .theme-overlay .theme-header .right:focus, 444 426 .theme-overlay .theme-header .left:focus { 445 -webkit-box-shadow: none;446 427 box-shadow: none; 447 428 outline: none; … … 480 461 bottom: 3%; 481 462 background: #fff; 482 -webkit-box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);483 463 box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1); 484 464 z-index: 10000; /* Over WP Pointers. */ 485 -webkit-box-sizing: border-box;486 -moz-box-sizing: border-box;487 465 box-sizing: border-box; 488 466 -webkit-overflow-scrolling: touch; … … 512 490 background: #f3f3f3; 513 491 z-index: 30; 514 -webkit-box-sizing: border-box;515 -moz-box-sizing: border-box;516 492 box-sizing: border-box; 517 493 border-top: 1px solid #eee; … … 538 514 text-decoration: none; 539 515 border-color: transparent; 540 -webkit-box-shadow: none;541 516 box-shadow: none; 542 517 background: transparent; … … 582 557 .theme-overlay .screenshot { 583 558 border: 1px solid #fff; 584 -webkit-box-sizing: border-box;585 -moz-box-sizing: border-box;586 559 box-sizing: border-box; 587 560 overflow: hidden; 588 561 position: relative; 589 -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.2);590 562 box-shadow: 0 0 0 1px rgba(0,0,0,0.2); 591 563 } … … 671 643 display: inline-block; 672 644 padding: 2px 8px; 673 -webkit-border-radius: 2px;674 645 border-radius: 2px; 675 646 margin: 0 0 -10px; … … 1040 1011 .upload-theme, 1041 1012 .upload-plugin { 1042 -webkit-box-sizing: border-box;1043 -moz-box-sizing: border-box;1044 1013 box-sizing: border-box; 1045 1014 display: none; … … 1183 1152 background: #eee; 1184 1153 border-color: #999; 1185 -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, .5 );1186 1154 box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, .5 ); 1187 1155 z-index: 1; … … 1190 1158 .background-position-control input[type="radio"]:focus ~ .button { 1191 1159 border-color: #5b9dd9; 1192 -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, .5 ), 0 0 3px rgba( 0, 115, 170, .8 );1193 1160 box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, .5 ), 0 0 3px rgba( 0, 115, 170, .8 ); 1194 1161 color: #23282d; … … 1200 1167 line-height: 1; 1201 1168 text-align: center; 1202 -webkit-transition: background-color .1s ease-in 0;1203 1169 transition: background-color .1s ease-in 0; 1204 1170 } … … 1213 1179 .background-position-control .background-position-center-icon:before { 1214 1180 background-color: #555; 1215 -webkit-border-radius: 50%;1216 1181 border-radius: 50%; 1217 1182 content: ""; … … 1230 1195 1231 1196 .background-position-control .button-group .button { 1232 -webkit-border-radius: 0;1233 1197 border-radius: 0; 1234 -webkit-box-shadow: none;1235 1198 box-shadow: none; 1236 1199 /* Following properties are overridden by buttons responsive styles (see: wp-includes/css/buttons.css). */ … … 1249 1212 1250 1213 .background-position-control .button-group:last-child .button { 1251 -webkit-box-shadow: 0 1px 0 #ccc;1252 1214 box-shadow: 0 1px 0 #ccc; 1253 1215 } … … 1258 1220 1259 1221 .background-position-control .button-group:first-child > label:first-child .button { 1260 -webkit-border-radius: 3px 0 0;1261 1222 border-radius: 3px 0 0; 1262 1223 } … … 1264 1225 .background-position-control .button-group:first-child > label:first-child .dashicons { 1265 1226 -webkit-transform: rotate( 45deg ); 1266 -ms-transform: rotate( 45deg );1267 1227 transform: rotate( 45deg ); 1268 1228 } 1269 1229 1270 1230 .background-position-control .button-group:first-child > label:last-child .button { 1271 -webkit-border-radius: 0 3px 0 0;1272 1231 border-radius: 0 3px 0 0; 1273 1232 } … … 1275 1234 .background-position-control .button-group:first-child > label:last-child .dashicons { 1276 1235 -webkit-transform: rotate( -45deg ); 1277 -ms-transform: rotate( -45deg );1278 1236 transform: rotate( -45deg ); 1279 1237 } 1280 1238 1281 1239 .background-position-control .button-group:last-child > label:first-child .button { 1282 -webkit-border-radius: 0 0 0 3px;1283 1240 border-radius: 0 0 0 3px; 1284 1241 } … … 1286 1243 .background-position-control .button-group:last-child > label:first-child .dashicons { 1287 1244 -webkit-transform: rotate( -45deg ); 1288 -ms-transform: rotate( -45deg );1289 1245 transform: rotate( -45deg ); 1290 1246 } 1291 1247 1292 1248 .background-position-control .button-group:last-child > label:last-child .button { 1293 -webkit-border-radius: 0 0 3px 0;1294 1249 border-radius: 0 0 3px 0; 1295 1250 } … … 1297 1252 .background-position-control .button-group:last-child > label:last-child .dashicons { 1298 1253 -webkit-transform: rotate( 45deg ); 1299 -ms-transform: rotate( 45deg );1300 1254 transform: rotate( 45deg ); 1301 1255 } … … 1333 1287 1334 1288 .wp-full-overlay-sidebar { 1335 -webkit-box-sizing: border-box;1336 -moz-box-sizing: border-box;1337 1289 box-sizing: border-box; 1338 1290 position: fixed; … … 1418 1370 margin: 0; 1419 1371 border-top: none; 1420 -webkit-box-shadow: none;1421 1372 box-shadow: none; 1422 1373 } … … 1430 1381 border-bottom: none; 1431 1382 border-top: none; 1432 -webkit-box-shadow: none;1433 1383 box-shadow: none; 1434 1384 } … … 1462 1412 cursor: pointer; 1463 1413 text-decoration: none; 1464 -webkit-transition: color .1s ease-in-out, background .1s ease-in-out;1465 1414 transition: color .1s ease-in-out, background .1s ease-in-out; 1466 1415 } … … 1476 1425 color: #000; 1477 1426 outline: none; 1478 -webkit-box-shadow: none;1479 1427 box-shadow: none; 1480 1428 } … … 1543 1491 background-color: transparent !important; 1544 1492 border: none !important; 1545 -webkit-box-shadow: none !important;1546 1493 box-shadow: none !important; 1547 -webkit-border-radius: 0 !important;1548 1494 border-radius: 0 !important; 1549 1495 } … … 1565 1511 height: 20px; 1566 1512 margin: 0 2px; /* avoid the focus box-shadow to be cut-off */ 1567 -webkit-border-radius: 50%;1568 1513 border-radius: 50%; 1569 1514 overflow: hidden; … … 1572 1517 .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow, 1573 1518 .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow { 1574 -webkit-box-shadow:1575 0 0 0 1px #5b9dd9,1576 0 0 2px 1px rgba(30, 140, 190, .8);1577 1519 box-shadow: 1578 1520 0 0 0 1px #5b9dd9, … … 1607 1549 .rtl .wp-full-overlay .collapse-sidebar-arrow:before { 1608 1550 -webkit-transform: rotate(180.001deg); 1609 -ms-transform: rotate(180.001deg);1610 1551 transform: rotate(180.001deg); /* Firefox: promoting to its own layer to trigger anti-aliasing */ 1611 1552 } … … 1613 1554 .rtl .wp-full-overlay.collapsed .collapse-sidebar-arrow:before { 1614 1555 -webkit-transform: none; 1615 -ms-transform: none;1616 1556 transform: none; 1617 1557 } … … 1622 1562 .wp-full-overlay .collapse-sidebar, 1623 1563 .wp-full-overlay-main { 1624 -webkit-transition-property: left, right, top, bottom, width, margin;1625 1564 transition-property: left, right, top, bottom, width, margin; 1626 -webkit-transition-duration: 0.2s;1627 1565 transition-duration: 0.2s; 1628 1566 } … … 1645 1583 max-width: 599px; 1646 1584 width: 18%; 1647 width: -webkit-calc( 18% - 1px );1648 1585 width: calc( 18% - 1px ); 1649 1586 height: 45px; … … 1659 1596 position: relative; 1660 1597 background: #eee; 1661 -webkit-box-shadow: -20px 0 10px -5px #eee;1662 1598 box-shadow: -20px 0 10px -5px #eee; 1663 1599 } … … 1670 1606 padding: 0 3px; 1671 1607 margin: 0 0 0 -4px; 1672 -webkit-box-shadow: none;1673 1608 box-shadow: none; 1674 1609 border-top: 1px solid transparent; 1675 1610 border-bottom: 4px solid transparent; 1676 -webkit-transition: .15s color ease-in-out,1677 .15s background-color ease-in-out,1678 .15s border-color ease-in-out;1679 1611 transition: .15s color ease-in-out, 1680 1612 .15s background-color ease-in-out, … … 1683 1615 1684 1616 .wp-full-overlay-footer .devices button:focus { 1685 -webkit-box-shadow: none;1686 1617 box-shadow: none; 1687 1618 outline: none; … … 1803 1734 width: 100%; 1804 1735 z-index: 20; 1805 -webkit-transition: opacity 0.3s;1806 1736 transition: opacity 0.3s; 1807 1737 } … … 1908 1838 transform: translateZ(0); 1909 1839 background: transparent url(../images/spinner.gif) no-repeat center center; 1910 -webkit-background-size: 20px 20px;1911 1840 background-size: 20px 20px; 1912 1841 } … … 1928 1857 .wp-full-overlay .collapse-sidebar-arrow { 1929 1858 background-image: url(../images/arrows-2x.png); 1930 -webkit-background-size: 15px 123px;1931 1859 background-size: 15px 123px; 1932 1860 } -
trunk/src/wp-admin/css/widgets.css
r41050 r41062 4 4 margin: 0 auto 10px; 5 5 position: relative; 6 -webkit-box-sizing: border-box;7 -moz-box-sizing: border-box;8 6 box-sizing: border-box; 9 7 } … … 85 83 .media-widget-control .placeholder { 86 84 border: 1px dashed #b4b9be; 87 -webkit-box-sizing: border-box;88 -moz-box-sizing: border-box;89 85 box-sizing: border-box; 90 86 cursor: default; … … 171 167 height: 45px; 172 168 width: 100%; 173 -webkit-box-sizing: border-box;174 -moz-box-sizing: border-box;175 169 box-sizing: border-box; 176 170 } … … 189 183 .sidebar-name { 190 184 position: relative; 191 -webkit-box-sizing: border-box;192 -moz-box-sizing: border-box;193 185 box-sizing: border-box; 194 186 } … … 271 263 #widgets-left .widgets-holder-wrap { 272 264 border: none; 273 -webkit-box-shadow: none;274 265 box-shadow: none; 275 266 } … … 305 296 margin: 0 0 20px 0; 306 297 border: none; 307 -webkit-box-shadow: none;308 298 box-shadow: none; 309 299 } … … 383 373 #widgets-right .widgets-holder-wrap.widget-hover { 384 374 border-color: #72777c; 385 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);386 375 box-shadow: 0 1px 2px rgba(0,0,0,0.3); 387 376 } … … 511 500 .widget-liquid-left #widgets-left.chooser #available-widgets .widget, 512 501 .widget-liquid-left #widgets-left.chooser .inactive-sidebar { 513 -webkit-transition: opacity 0.1s linear;514 502 transition: opacity 0.1s linear; 515 503 } … … 534 522 #widgets-left .widget-top:hover { 535 523 border-color: #999; 536 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);537 524 box-shadow: 0 1px 2px rgba(0,0,0,0.1); 538 525 } … … 561 548 outline: none; 562 549 position: relative; 563 -webkit-transition: background 0.2s ease-in-out;564 550 transition: background 0.2s ease-in-out; 565 551 } -
trunk/src/wp-includes/css/admin-bar.css
r40418 r41062 12 12 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 13 13 line-height: 32px; 14 -webkit-border-radius: 0;15 14 border-radius: 0; 16 -webkit-box-sizing: content-box;17 -moz-box-sizing: content-box;18 15 box-sizing: content-box; 19 -webkit-transition: none;20 16 transition: none; 21 17 -webkit-font-smoothing: subpixel-antialiased; /* Prevent Safari from switching to standard antialiasing on hover */ … … 75 71 #wpadminbar textarea, 76 72 #wpadminbar div { 77 -webkit-box-shadow: none;78 73 box-shadow: none; 79 74 outline: none; … … 147 142 margin: 0; 148 143 padding: 0; 149 -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);150 144 box-shadow: 0 3px 5px rgba(0,0,0,0.2); 151 145 background: #32373c; … … 258 252 #wpadminbar #adminbarsearch:before { 259 253 position: relative; 260 -webkit-transition: all .1s ease-in-out;261 254 transition: all .1s ease-in-out; 262 255 } … … 350 343 right: auto; 351 344 margin: 0; 352 -webkit-box-shadow: none;353 345 box-shadow: none; 354 346 } … … 371 363 font-size: 10px; 372 364 font-weight: 600; 373 -webkit-border-radius: 10px;374 365 border-radius: 10px; 375 366 } … … 386 377 #wpadminbar ul li:last-child, 387 378 #wpadminbar ul li:last-child .ab-item { 388 -webkit-box-shadow: none;389 379 box-shadow: none; 390 380 } … … 645 635 outline: none; 646 636 cursor: pointer; 647 -webkit-box-shadow: none;648 637 box-shadow: none; 649 -webkit-box-sizing: border-box;650 -moz-box-sizing: border-box;651 638 box-sizing: border-box; 652 -webkit-transition-duration: 400ms;653 639 transition-duration: 400ms; 654 -webkit-transition-property: width, background;655 640 transition-property: width, background; 656 -webkit-transition-timing-function: ease;657 641 transition-timing-function: ease; 658 642 } … … 735 719 line-height: normal; 736 720 text-decoration: none; 737 -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);738 721 box-shadow: 0 0 2px 2px rgba(0,0,0,.6); 739 722 } … … 1142 1125 #wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper { 1143 1126 position: static; 1144 -webkit-box-shadow: none;1145 1127 box-shadow: none; 1146 1128 } -
trunk/src/wp-includes/css/buttons.css
r40480 r41062 55 55 border-style: solid; 56 56 -webkit-appearance: none; 57 -webkit-border-radius: 3px;58 57 border-radius: 3px; 59 58 white-space: nowrap; 60 -webkit-box-sizing: border-box;61 -moz-box-sizing: border-box;62 59 box-sizing: border-box; 63 60 } … … 113 110 background: none; 114 111 border: none; 115 -webkit-box-shadow: none;116 112 box-shadow: none; 117 113 padding: 0 2px 1px; … … 128 124 border-color: #cccccc; 129 125 background: #f7f7f7; 130 -webkit-box-shadow: 0 1px 0 #cccccc;131 126 box-shadow: 0 1px 0 #cccccc; 132 127 vertical-align: top; … … 152 147 .wp-core-ui .button-secondary:focus { 153 148 border-color: #5b9dd9; 154 -webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );155 149 box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); 156 150 } … … 162 156 background: #eee; 163 157 border-color: #999; 164 -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );165 158 box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); 166 159 -webkit-transform: translateY(1px); 167 -ms-transform: translateY(1px);168 160 transform: translateY(1px); 169 161 } … … 171 163 .wp-core-ui .button.active:focus { 172 164 border-color: #5b9dd9; 173 -webkit-box-shadow:174 inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ),175 0 0 3px rgba( 0, 115, 170, .8 );176 165 box-shadow: 177 166 inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ), … … 189 178 border-color: #ddd !important; 190 179 background: #f7f7f7 !important; 191 -webkit-box-shadow: none !important;192 180 box-shadow: none !important; 193 181 text-shadow: 0 1px 0 #fff !important; 194 182 cursor: default; 195 183 -webkit-transform: none !important; 196 -ms-transform: none !important;197 184 transform: none !important; 198 185 } … … 202 189 margin: 0; 203 190 padding: 0; 204 -webkit-box-shadow: none;205 191 box-shadow: none; 206 192 border: 0; 207 -webkit-border-radius: 0;208 193 border-radius: 0; 209 194 background: none; … … 214 199 color: #0073aa; 215 200 text-decoration: underline; 216 -webkit-transition-property: border, background, color;217 201 transition-property: border, background, color; 218 -webkit-transition-duration: .05s;219 202 transition-duration: .05s; 220 -webkit-transition-timing-function: ease-in-out;221 203 transition-timing-function: ease-in-out; 222 204 } … … 229 211 .wp-core-ui .button-link:focus { 230 212 color: #124964; 231 -webkit-box-shadow:232 0 0 0 1px #5b9dd9,233 0 0 2px 1px rgba(30, 140, 190, .8);234 213 box-shadow: 235 214 0 0 0 1px #5b9dd9, … … 257 236 background: #0085ba; 258 237 border-color: #0073aa #006799 #006799; 259 -webkit-box-shadow: 0 1px 0 #006799;260 238 box-shadow: 0 1px 0 #006799; 261 239 color: #fff; … … 278 256 .wp-core-ui .button-primary.focus, 279 257 .wp-core-ui .button-primary:focus { 280 -webkit-box-shadow: 0 1px 0 #0073aa,281 0 0 2px 1px #33b3db;282 258 box-shadow: 0 1px 0 #0073aa, 283 259 0 0 2px 1px #33b3db; … … 290 266 background: #0073aa; 291 267 border-color: #006799; 292 -webkit-box-shadow: inset 0 2px 0 #006799;293 268 box-shadow: inset 0 2px 0 #006799; 294 269 vertical-align: top; … … 302 277 background: #008ec2 !important; 303 278 border-color: #007cb2 !important; 304 -webkit-box-shadow: none !important;305 279 box-shadow: none !important; 306 280 text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 ) !important; … … 309 283 310 284 .wp-core-ui .button.button-primary.button-hero { 311 -webkit-box-shadow: 0 2px 0 #006799; 312 box-shadow: 0 2px 0 #006799; 285 box-shadow: 0 2px 0 #006799; 313 286 } 314 287 … … 317 290 .wp-core-ui .button.button-primary.button-hero.active:focus, 318 291 .wp-core-ui .button.button-primary.button-hero:active { 319 -webkit-box-shadow: inset 0 3px 0 #006799; 320 box-shadow: inset 0 3px 0 #006799; 292 box-shadow: inset 0 3px 0 #006799; 321 293 } 322 294 … … 335 307 .wp-core-ui .button-group > .button { 336 308 display: inline-block; 337 -webkit-border-radius: 0;338 309 border-radius: 0; 339 310 margin-right: -1px; … … 350 321 351 322 .wp-core-ui .button-group > .button:first-child { 352 -webkit-border-radius: 3px 0 0 3px;353 323 border-radius: 3px 0 0 3px; 354 324 } 355 325 356 326 .wp-core-ui .button-group > .button:last-child { 357 -webkit-border-radius: 0 3px 3px 0;358 327 border-radius: 0 3px 3px 0; 359 328 } -
trunk/src/wp-includes/css/customize-preview.css
r39685 r41062 1 1 .customize-partial-refreshing { 2 2 opacity: 0.25; 3 -webkit-transition: opacity 0.25s;4 3 transition: opacity 0.25s; 5 4 cursor: progress; … … 8 7 /* Override highlight when refreshing */ 9 8 .customize-partial-refreshing.widget-customizer-highlighted-widget { 10 -webkit-box-shadow: none;11 9 box-shadow: none; 12 10 } … … 24 22 background: transparent; 25 23 color: transparent; 26 -webkit-box-shadow: none;27 24 box-shadow: none; 28 25 outline: none; … … 49 46 z-index: 5; 50 47 background: #0085ba !important; 51 -webkit-border-radius: 50%;52 48 border-radius: 50%; 53 49 border: 2px solid #fff; 54 -webkit-box-shadow: 0 2px 1px rgba(46,68,83,0.15);55 50 box-shadow: 0 2px 1px rgba(46,68,83,0.15); 56 51 text-align: center; 57 52 cursor: pointer; 58 -webkit-box-sizing: border-box;59 -moz-box-sizing: border-box;60 53 box-sizing: border-box; 61 54 padding: 3px; … … 89 82 90 83 .customize-partial-edit-shortcut button:focus { 91 -webkit-box-shadow: 0 0 0 2px #008ec2;92 84 box-shadow: 0 0 0 2px #008ec2; 93 85 } -
trunk/src/wp-includes/css/dashicons.css
r37364 r41062 26 26 vertical-align: top; 27 27 text-align: center; 28 -webkit-transition: color .1s ease-in 0;29 28 transition: color .1s ease-in 0; 30 29 -webkit-font-smoothing: antialiased; -
trunk/src/wp-includes/css/editor.css
r40476 r41062 25 25 opacity: 0.7; 26 26 filter: alpha(opacity=70); 27 -webkit-transition: none;28 27 transition: none; 29 28 } 30 29 31 30 .mce-window { 32 -webkit-border-radius: 0;33 31 border-radius: 0; 34 -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );35 32 box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); 36 33 -webkit-font-smoothing: subpixel-antialiased; 37 -webkit-transition: none;38 34 transition: none; 39 35 } … … 87 83 .mce-window-head .mce-close:focus .mce-i-remove, 88 84 div.mce-tab:focus { 89 -webkit-box-shadow: 0 0 0 1px #5b9dd9,90 0 0 2px 1px rgba(30, 140, 190, .8);91 85 box-shadow: 0 0 0 1px #5b9dd9, 92 86 0 0 2px 1px rgba(30, 140, 190, .8); … … 94 88 95 89 .mce-window .mce-window-head .mce-dragh { 96 width: -webkit-calc( 100% - 36px );97 90 width: calc( 100% - 36px ); 98 91 } … … 106 99 #wp-link .query-results { 107 100 border: 1px solid #ddd; 108 -webkit-border-radius: 0;109 101 border-radius: 0; 110 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);111 102 box-shadow: inset 0 1px 2px rgba(0,0,0,0.07); 112 -webkit-transition: .05s all ease-in-out;113 103 transition: .05s all ease-in-out; 114 104 } … … 119 109 #wp-link .query-results:focus { 120 110 border-color: #5b9dd9; 121 -webkit-box-shadow: 0 0 2px rgba(30,140,190,0.8);122 111 box-shadow: 0 0 2px rgba(30,140,190,0.8); 123 112 } … … 130 119 131 120 .mce-window .mce-wp-help * { 132 -webkit-box-sizing: border-box;133 -moz-box-sizing: border-box;134 121 box-sizing: border-box; 135 122 } … … 210 197 .mce-floatpanel.mce-popover { 211 198 border-color: rgba(0,0,0,0.15); 212 -webkit-border-radius: 0;213 199 border-radius: 0; 214 -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );215 200 box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 ); 216 201 } … … 262 247 div.mce-inline-toolbar-grp { 263 248 border: 1px solid #a0a5aa; 264 -webkit-border-radius: 2px;265 249 border-radius: 2px; 266 -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.15 );267 250 box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.15 ); 268 -webkit-box-sizing: border-box;269 -moz-box-sizing: border-box;270 251 box-sizing: border-box; 271 252 margin-bottom: 8px; … … 394 375 border-color: transparent; 395 376 background: transparent; 396 -webkit-box-shadow: none;397 377 box-shadow: none; 398 378 text-shadow: none; … … 409 389 border: 1px solid transparent; 410 390 margin: 2px; 411 -webkit-border-radius: 2px;412 391 border-radius: 2px; 413 392 } … … 420 399 border-color: #555d66; 421 400 color: #23282d; 422 -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );423 401 box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 ); 424 402 outline: none; … … 430 408 background: #ebebeb; 431 409 border-color: #555d66; 432 -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.3 );433 410 box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.3 ); 434 411 } … … 445 422 border-color: #ddd; 446 423 text-shadow: 0 1px 0 #fff; 447 -webkit-box-shadow: none;448 424 box-shadow: none; 449 425 } … … 498 474 background: #0085ba; 499 475 border-color: #0073aa #006799 #006799; 500 -webkit-box-shadow: 0 1px 0 #006799;501 476 box-shadow: 0 1px 0 #006799; 502 477 color: #fff; … … 522 497 523 498 .mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus { 524 -webkit-box-shadow: 0 0 1px 1px #33b3db;525 499 box-shadow: 0 0 1px 1px #33b3db; 526 500 } … … 529 503 background: #0073aa; 530 504 border-color: #006799; 531 -webkit-box-shadow: inset 0 2px 0 #006799;532 505 box-shadow: inset 0 2px 0 #006799; 533 506 } … … 535 508 /* mce listbox */ 536 509 .mce-toolbar .mce-btn-group .mce-btn.mce-listbox { 537 -webkit-border-radius: 0;538 510 border-radius: 0; 539 511 direction: ltr; 540 512 background: #fff; 541 513 border: 1px solid #ddd; 542 -webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);543 514 box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2); 544 515 } … … 624 595 .mce-menubar .mce-menubtn:focus { 625 596 color: #124964; 626 -webkit-box-shadow:627 0 0 0 1px #5b9dd9,628 0 0 2px 1px rgba(30, 140, 190, .8);629 597 box-shadow: 630 598 0 0 0 1px #5b9dd9, … … 680 648 border: 1px solid #cccccc; 681 649 -webkit-appearance: none; 682 -webkit-border-radius: 3px;683 650 border-radius: 3px; 684 651 white-space: nowrap; 685 -webkit-box-shadow: 0 1px 0 #cccccc;686 652 box-shadow: 0 1px 0 #cccccc; 687 653 } … … 703 669 .mce-window .mce-btn:focus { 704 670 border-color: #5b9dd9; 705 -webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );706 671 box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); 707 672 } … … 710 675 background: #eee; 711 676 border-color: #999; 712 -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );713 677 box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); 714 678 -webkit-transform: translateY(1px); 715 -ms-transform: translateY(1px);716 679 transform: translateY(1px); 717 680 } … … 721 684 border-color: #ddd !important; 722 685 background: #f7f7f7 !important; 723 -webkit-box-shadow: none !important;724 686 box-shadow: none !important; 725 687 text-shadow: 0 1px 0 #fff !important; 726 688 cursor: default; 727 689 -webkit-transform: none !important; 728 -ms-transform: none !important;729 690 transform: none !important; 730 691 } … … 733 694 background: #0085ba; 734 695 border-color: #0073aa #006799 #006799; 735 -webkit-box-shadow: 0 1px 0 #006799;736 696 box-shadow: 0 1px 0 #006799; 737 697 color: #fff; … … 751 711 752 712 .mce-window .mce-btn.mce-primary:focus { 753 -webkit-box-shadow: 0 1px 0 #0073aa,754 0 0 2px 1px #33b3db;755 713 box-shadow: 0 1px 0 #0073aa, 756 714 0 0 2px 1px #33b3db; … … 760 718 background: #0073aa; 761 719 border-color: #006799; 762 -webkit-box-shadow: inset 0 2px 0 #006799;763 720 box-shadow: inset 0 2px 0 #006799; 764 721 vertical-align: top; … … 769 726 background: #008ec2 !important; 770 727 border-color: #007cb2 !important; 771 -webkit-box-shadow: none !important;772 728 box-shadow: none !important; 773 729 text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 ) !important; … … 808 764 809 765 .mce-tooltip-inner { 810 -webkit-border-radius: 3px;811 766 border-radius: 3px; 812 -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );813 767 box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 ); 814 768 color: #fff; … … 1101 1055 display: block; 1102 1056 resize: vertical; 1103 -webkit-box-sizing: border-box;1104 -moz-box-sizing: border-box;1105 1057 box-sizing: border-box; 1106 1058 } … … 1117 1069 width: 100%; 1118 1070 margin: 0; 1119 -webkit-box-shadow: none;1120 1071 box-shadow: none; 1121 1072 } … … 1127 1078 .wp-switch-editor { 1128 1079 float: left; 1129 -webkit-box-sizing: content-box;1130 -moz-box-sizing: content-box;1131 1080 box-sizing: content-box; 1132 1081 position: relative; … … 1144 1093 1145 1094 .wp-switch-editor:focus { 1146 -webkit-box-shadow:1147 0 0 0 1px #5b9dd9,1148 0 0 2px 1px rgba(30, 140, 190, .8);1149 1095 box-shadow: 1150 1096 0 0 0 1px #5b9dd9, … … 1157 1103 .html-active .switch-html:focus, 1158 1104 .tmce-active .switch-tmce:focus { 1159 -webkit-box-shadow: none;1160 1105 box-shadow: none; 1161 1106 } … … 1163 1108 .wp-switch-editor:active { 1164 1109 background-color: #f5f5f5; 1165 -webkit-box-shadow: none;1166 1110 box-shadow: none; 1167 1111 } … … 1350 1294 border-width: 1px; 1351 1295 border-style: solid; 1352 -webkit-border-radius: 3px;1353 1296 border-radius: 3px; 1354 1297 } … … 1369 1312 display: none; 1370 1313 background-color: #fff; 1371 -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );1372 1314 box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); 1373 1315 width: 500px; … … 1379 1321 left: 50%; 1380 1322 z-index: 100105; 1381 -webkit-transition: height 0.2s, margin-top 0.2s;1382 1323 transition: height 0.2s, margin-top 0.2s; 1383 1324 } … … 1458 1399 #wp-link-close:focus { 1459 1400 outline: none; 1460 -webkit-box-shadow:1461 0 0 0 1px #5b9dd9,1462 0 0 2px 1px rgba(30, 140, 190, .8);1463 1401 box-shadow: 1464 1402 0 0 0 1px #5b9dd9, … … 1484 1422 1485 1423 #wp-link input[type="text"] { 1486 -webkit-box-sizing: border-box;1487 -moz-box-sizing: border-box;1488 1424 box-sizing: border-box; 1489 1425 } … … 1637 1573 display: inline-block; 1638 1574 width: 80%; 1639 width: -webkit-calc(100% - 68px);1640 1575 width: calc(100% - 68px); 1641 1576 word-wrap: break-word; … … 1726 1661 @media screen and ( max-height: 520px ) { 1727 1662 #wp-link-wrap { 1728 -webkit-transition: none;1729 1663 transition: none; 1730 1664 height: auto; … … 1753 1687 #link-selector { 1754 1688 overflow: auto; 1755 height: -webkit-calc(100% - 92px);1756 1689 height: calc(100% - 92px); 1757 1690 padding-bottom: 2px; … … 1774 1707 color: #0073aa; 1775 1708 text-decoration: underline; 1776 -webkit-transition-property: border, background, color;1777 1709 transition-property: border, background, color; 1778 -webkit-transition-duration: .05s;1779 1710 transition-duration: .05s; 1780 -webkit-transition-timing-function: ease-in-out;1781 1711 transition-timing-function: ease-in-out; 1782 1712 cursor: pointer; … … 1796 1726 width: 300px; 1797 1727 padding: 3px; 1798 -webkit-box-sizing: border-box;1799 -moz-box-sizing: border-box;1800 1728 box-sizing: border-box; 1801 1729 } … … 1819 1747 position: absolute; 1820 1748 border: 1px solid #5b9dd9; 1821 -webkit-box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8 );1822 1749 box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8 ); 1823 1750 background-color: #fff; … … 1845 1772 div.wp-link-input { 1846 1773 max-width: 70%; 1847 max-width: -webkit-calc(100% - 86px);1848 1774 max-width: calc(100% - 86px); 1849 1775 } -
trunk/src/wp-includes/css/jquery-ui-dialog.css
r37076 r41062 108 108 font-size: 0.1px; 109 109 display: block; 110 -ms-touch-action: none;111 110 touch-action: none; 112 111 } … … 192 191 border-style: solid; 193 192 -webkit-appearance: none; 194 -webkit-border-radius: 3px;195 193 border-radius: 3px; 196 194 white-space: nowrap; 197 -webkit-box-sizing: border-box;198 -moz-box-sizing: border-box;199 195 box-sizing: border-box; 200 196 color: #555; 201 197 border-color: #cccccc; 202 198 background: #f7f7f7; 203 -webkit-box-shadow: 0 1px 0 #cccccc;204 199 box-shadow: 0 1px 0 #cccccc; 205 200 vertical-align: top; … … 227 222 .ui-button:focus { 228 223 border-color: #5b9dd9; 229 -webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );230 224 box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); 231 225 } … … 234 228 background: #eee; 235 229 border-color: #999; 236 -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );237 230 box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); 238 231 -webkit-transform: translateY(1px); 239 -ms-transform: translateY(1px);240 232 transform: translateY(1px); 241 233 } … … 246 238 border-color: #ddd !important; 247 239 background: #f7f7f7 !important; 248 -webkit-box-shadow: none !important;249 240 box-shadow: none !important; 250 241 text-shadow: 0 1px 0 #fff !important; 251 242 cursor: default; 252 243 -webkit-transform: none !important; 253 -ms-transform: none !important;254 244 transform: none !important; 255 245 } … … 276 266 z-index: 100102; 277 267 background-color: #fff; 278 -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );279 268 box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); 280 269 } … … 293 282 background: none; 294 283 border: none; 295 -webkit-box-shadow: none;296 284 box-shadow: none; 297 285 color: #666; -
trunk/src/wp-includes/css/media-views.css
r40570 r41062 3 3 */ 4 4 .media-modal * { 5 -webkit-box-sizing: content-box;6 -moz-box-sizing: content-box;7 5 box-sizing: content-box; 8 6 } … … 11 9 .media-modal select, 12 10 .media-modal textarea { 13 -webkit-box-sizing: border-box;14 -moz-box-sizing: border-box;15 11 box-sizing: border-box; 16 12 } … … 50 46 51 47 .media-frame a:focus { 52 -webkit-box-shadow:53 0 0 0 1px #5b9dd9,54 0 0 2px 1px rgba(30, 140, 190, .8);55 48 box-shadow: 56 49 0 0 0 1px #5b9dd9, … … 142 135 .ui-draggable-handle, 143 136 .ui-sortable-handle { 144 -ms-touch-action: none;145 137 touch-action: none; 146 138 } … … 192 184 cursor: pointer; 193 185 outline: none; 194 -webkit-transition: color .1s ease-in-out, background .1s ease-in-out;195 186 transition: color .1s ease-in-out, background .1s ease-in-out; 196 187 } … … 204 195 color: #00a0d2; 205 196 border-color: #5b9dd9; 206 -webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );207 197 box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); 208 198 } … … 229 219 overflow: auto; 230 220 min-height: 300px; 231 -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.7);232 221 box-shadow: 0 5px 15px rgba(0,0,0,0.7); 233 222 background: #fcfcfc; … … 239 228 margin-right: 2%; 240 229 width: 42%; 241 width: -webkit-calc(48% - 12px);242 230 width: calc(48% - 12px); 243 231 } … … 441 429 .attachment-details .setting textarea, 442 430 .attachment-details .setting .value { 443 -webkit-box-sizing: border-box;444 -moz-box-sizing: border-box;445 431 box-sizing: border-box; 446 432 margin: 1px; … … 521 507 width: 100%; 522 508 margin: 0; 523 -webkit-box-sizing: border-box;524 -moz-box-sizing: border-box;525 509 box-sizing: border-box; 526 510 } … … 602 586 603 587 .media-router a { 604 -webkit-transition: none;605 588 transition: none; 606 589 } … … 729 712 .media-frame.hide-router .media-frame-title { 730 713 border-bottom: 1px solid #ddd; 731 -webkit-box-shadow: 0 4px 4px -4px rgba( 0, 0, 0, 0.1 );732 714 box-shadow: 0 4px 4px -4px rgba( 0, 0, 0, 0.1 ); 733 715 } … … 797 779 margin-right: 2%; 798 780 max-width: 42%; 799 max-width: -webkit-calc(48% - 12px);800 781 max-width: calc(48% - 12px); 801 782 } … … 846 827 user-select: none; 847 828 width: 25%; 848 -webkit-box-sizing: border-box;849 -moz-box-sizing: border-box;850 829 box-sizing: border-box; 851 830 } … … 854 833 .wp-core-ui .selected.attachment:focus, 855 834 .wp-core-ui .attachment.details:focus { 856 -webkit-box-shadow:857 inset 0 0 2px 3px #fff,858 inset 0 0 0 7px #5b9dd9;859 835 box-shadow: 860 836 inset 0 0 2px 3px #fff, … … 864 840 865 841 .wp-core-ui .selected.attachment { 866 -webkit-box-shadow:867 inset 0 0 0 5px #fff,868 inset 0 0 0 7px #ccc;869 842 box-shadow: 870 843 inset 0 0 0 5px #fff, … … 873 846 874 847 .wp-core-ui .attachment.details { 875 -webkit-box-shadow:876 inset 0 0 0 3px #fff,877 inset 0 0 0 7px #0073aa;878 848 box-shadow: 879 849 inset 0 0 0 3px #fff, … … 883 853 .wp-core-ui .attachment-preview { 884 854 position: relative; 885 -webkit-box-shadow:886 inset 0 0 15px rgba( 0, 0, 0, 0.1 ),887 inset 0 0 0 1px rgba( 0, 0, 0, 0.05 );888 855 box-shadow: 889 856 inset 0 0 15px rgba( 0, 0, 0, 0.1 ), … … 912 879 left: 0; 913 880 opacity: 1; 914 -webkit-transition: opacity .1s;915 881 transition: opacity .1s; 916 882 } … … 932 898 right: 0; 933 899 bottom: 0; 934 -webkit-box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.1 );935 900 box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.1 ); 936 901 overflow: hidden; … … 948 913 width: 100%; 949 914 height: 100%; 950 -webkit-transform: translate( 50%, 50% ); 951 -ms-transform: translate(50%,50%); /* Fails with spaces?? Weird! */ 915 -webkit-transform: translate( 50%, 50% ); /* Fails with spaces?? Weird! */ 952 916 transform: translate( 50%, 50% ); 953 917 } … … 955 919 .wp-core-ui .attachment .thumbnail .centered img { 956 920 -webkit-transform: translate( -50%, -50% ); 957 -ms-transform: translate(-50%,-50%);958 921 transform: translate( -50%, -50% ); 959 922 } … … 961 924 .wp-core-ui .attachments-browser .attachment .thumbnail .centered img.icon { 962 925 -webkit-transform: translate( -50%, -70% ); 963 -ms-transform: translate(-50%,-70%);964 926 transform: translate( -50%, -70% ); 965 927 } … … 981 943 font-weight: 600; 982 944 background: rgba( 255, 255, 255, 0.8 ); 983 -webkit-box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 );984 945 box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 ); 985 946 } … … 1003 964 background-color: #fff; 1004 965 background-position: -96px 4px; 1005 -webkit-border-radius: 3px;1006 966 border-radius: 3px; 1007 -webkit-box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 );1008 967 box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 ); 1009 -webkit-transition: none;1010 968 transition: none; 1011 969 } … … 1029 987 background: #eee; 1030 988 cursor: pointer; 1031 -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba( 0, 0, 0, 0.15 );1032 989 box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba( 0, 0, 0, 0.15 ); 1033 990 } … … 1053 1010 .wp-core-ui .media-frame.mode-grid .attachment.selected .check { 1054 1011 background-color: #0073aa; 1055 -webkit-box-shadow:1056 0 0 0 1px #fff,1057 0 0 0 2px #0073aa;1058 1012 box-shadow: 1059 1013 0 0 0 1px #fff, … … 1079 1033 padding: 8px; 1080 1034 font-size: 12px; 1081 -webkit-border-radius: 0;1082 1035 border-radius: 0; 1083 1036 } … … 1162 1115 .uploader-inline .close:focus { 1163 1116 outline: 1px solid #5b9dd9; 1164 -webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );1165 1117 box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); 1166 1118 } … … 1193 1145 width: 70%; 1194 1146 margin: 10px auto; 1195 -webkit-border-radius: 10px;1196 1147 border-radius: 10px; 1197 1148 background: #ddd; … … 1204 1155 width: 0; 1205 1156 background: #0073aa; 1206 -webkit-border-radius: 10px;1207 1157 border-radius: 10px; 1208 -webkit-transition: width 300ms;1209 1158 transition: width 300ms; 1210 1159 } … … 1276 1225 right: -10px; 1277 1226 padding: 10px; 1278 -webkit-transition: none;1279 1227 transition: none; 1280 1228 } … … 1297 1245 background: #fff; 1298 1246 border-left: 4px solid #dc3232; 1299 -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);1300 1247 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); 1301 1248 } … … 1303 1250 .uploader-inline .upload-errors .upload-error { 1304 1251 background-color: #fbeaea; 1305 -webkit-box-shadow: none;1306 1252 box-shadow: none; 1307 1253 } … … 1328 1274 text-align: center; 1329 1275 opacity: 0; 1330 -webkit-transition: opacity 250ms;1331 1276 transition: opacity 250ms; 1332 1277 } … … 1349 1294 right: 0; 1350 1295 -webkit-transform: translateY( -50% ); 1351 -ms-transform: translateY(-50%);1352 1296 transform: translateY( -50% ); 1353 1297 font-size: 40px; … … 1536 1480 1537 1481 .media-selection .attachment-preview { 1538 -webkit-box-shadow: none;1539 1482 box-shadow: none; 1540 1483 background: none; … … 1544 1487 .wp-core-ui .media-selection .selected.attachment:focus, 1545 1488 .wp-core-ui .media-selection .attachment.details:focus { 1546 -webkit-box-shadow:1547 0 0 0 1px #fff,1548 0 0 2px 3px #5b9dd9;1549 1489 box-shadow: 1550 1490 0 0 0 1px #fff, … … 1553 1493 1554 1494 .wp-core-ui .media-selection .selected.attachment { 1555 -webkit-box-shadow: none;1556 1495 box-shadow: none; 1557 1496 } 1558 1497 1559 1498 .wp-core-ui .media-selection .attachment.details { 1560 -webkit-box-shadow:1561 0 0 0 1px #fff,1562 0 0 0 3px #0073aa;1563 1499 box-shadow: 1564 1500 0 0 0 1px #fff, … … 1574 1510 bottom: 0; 1575 1511 width: 25px; 1576 background-image: -webkit-gradient(linear, right top, left top, from(rgba( 255, 255, 255, 1 )), to(rgba( 255, 255, 255, 0 )));1577 background-image: -webkit-linear-gradient(right, rgba( 255, 255, 255, 1 ), rgba( 255, 255, 255, 0 ));1578 1512 background-image: linear-gradient(to left, rgba( 255, 255, 255, 1 ), rgba( 255, 255, 255, 0 )); 1579 1513 } … … 1588 1522 .media-frame .spinner { 1589 1523 background: url(../images/spinner.gif) no-repeat; 1590 -webkit-background-size: 20px 20px;1591 1524 background-size: 20px 20px; 1592 1525 float: right; … … 1669 1602 width: 120px; 1670 1603 height: 80px; 1671 -webkit-box-shadow: inset 0 0 15px rgba( 0, 0, 0, 0.1 );1672 1604 box-shadow: inset 0 0 15px rgba( 0, 0, 0, 0.1 ); 1673 1605 } … … 1685 1617 right: 0; 1686 1618 bottom: 0; 1687 -webkit-box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 );1688 1619 box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 ); 1689 1620 overflow: hidden; … … 1796 1727 border: none; 1797 1728 border-bottom: 1px solid #ddd; 1798 -webkit-box-shadow: none;1799 1729 box-shadow: none; 1800 1730 margin: 0; … … 1845 1775 line-height: 1; 1846 1776 cursor: pointer; 1847 -webkit-box-sizing: content-box;1848 -moz-box-sizing: content-box;1849 1777 box-sizing: content-box; 1850 -webkit-box-shadow: none;1851 1778 box-shadow: none; 1852 1779 } … … 1856 1783 border-color: #5b9dd9; 1857 1784 outline: none; 1858 -webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );1859 1785 box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); 1860 1786 } … … 1904 1830 width: 100%; 1905 1831 min-width: 200px; 1906 -webkit-box-shadow: inset 2px 2px 4px -2px rgba( 0, 0, 0, 0.1 );1907 1832 box-shadow: inset 2px 2px 4px -2px rgba( 0, 0, 0, 0.1 ); 1908 1833 } … … 1953 1878 .mejs-container:focus { 1954 1879 outline: 1px solid #5b9dd9; 1955 -webkit-box-shadow: 0 0 2px 1px rgba(30, 140, 190, .8);1956 1880 box-shadow: 0 0 2px 1px rgba(30, 140, 190, .8); 1957 1881 } … … 1976 1900 .image-details .embed-media-settings, 1977 1901 .image-details .embed-media-settings div { 1978 -webkit-box-sizing: border-box;1979 -moz-box-sizing: border-box;1980 1902 box-sizing: border-box; 1981 1903 } … … 2095 2017 right: 0; 2096 2018 bottom: 0; 2097 -webkit-box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.1 );2098 2019 box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.1 ); 2099 2020 overflow: hidden; … … 2210 2131 right: 0; 2211 2132 -webkit-transform: translateY( -50% ); 2212 -ms-transform: translateY(-50%);2213 2133 transform: translateY( -50% ); 2214 2134 font-size: 3em; … … 2550 2470 max-width: 70%; 2551 2471 bottom: 120%; 2552 -webkit-box-sizing: border-box;2553 -moz-box-sizing: border-box;2554 2472 box-sizing: border-box; 2555 2473 padding-bottom: 0; … … 2659 2577 .wp-core-ui .media-modal-icon { 2660 2578 background-image: url(../images/uploader-icons-2x.png); 2661 -webkit-background-size: 134px 15px;2662 2579 background-size: 134px 15px; 2663 2580 } -
trunk/src/wp-includes/css/wp-auth-check.css
r40358 r41062 31 31 background-color: #f1f1f1; 32 32 z-index: 1000011; /* needs to appear above #wp-auth-check-bg */ 33 -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );34 33 box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); 35 34 } … … 65 64 margin: -10px 0 0 -10px; 66 65 background: url(../images/spinner.gif) no-repeat center; 67 -webkit-background-size: 20px 20px;68 66 background-size: 20px 20px; 69 67 -webkit-transform: translateZ(0); -
trunk/src/wp-includes/css/wp-embed-template.css
r38501 r41062 24 24 background-color: transparent; 25 25 background-repeat: no-repeat; 26 -webkit-background-size: 20px 20px;27 26 background-size: 20px; 28 27 background-position: center; 29 -webkit-transition: background .1s ease-in;30 28 transition: background .1s ease-in; 31 29 position: relative; … … 67 65 background: #fff; 68 66 border: 1px solid #e5e5e5; 69 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);70 67 box-shadow: 0 1px 1px rgba(0, 0, 0, .05); 71 68 /* Clearfix */ … … 129 126 left: 0; 130 127 -webkit-transform: translateY(-50%); 131 -ms-transform: translateY(-50%);132 128 transform: translateY(-50%); 133 129 height: 25px; … … 187 183 color: #fff; 188 184 opacity: 1; 189 -webkit-transition: opacity .25s ease-in-out;190 185 transition: opacity .25s ease-in-out; 191 186 } … … 217 212 .wp-embed-share-dialog-open:focus .dashicons, 218 213 .wp-embed-share-dialog-close:focus .dashicons { 219 -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);220 214 box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8); 221 -webkit-border-radius: 100%;222 215 border-radius: 100%; 223 216 } … … 237 230 height: 24px; 238 231 width: 24px; 239 -webkit-background-size: 24px 24px;240 232 background-size: 24px; 241 233 } … … 272 264 color: #aaa; 273 265 cursor: pointer; 274 -webkit-transition: color .1s ease-in;275 266 transition: color .1s ease-in; 276 267 } … … 303 294 304 295 .wp-embed-share-input { 305 -webkit-box-sizing: border-box;306 -moz-box-sizing: border-box;307 296 box-sizing: border-box; 308 297 width: 100%; -
trunk/src/wp-includes/css/wp-pointer.css
r40570 r41062 5 5 background: #fff; 6 6 border: 1px solid #ddd; 7 -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.075);8 7 box-shadow: 0 3px 6px rgba(0,0,0,0.075); 9 8 } … … 23 22 .wp-pointer-content h3:before { 24 23 background: #fff; 25 -webkit-border-radius: 50%;26 24 border-radius: 50%; 27 25 color: #00a0d2;
Note: See TracChangeset
for help on using the changeset viewer.