Ticket #51870: 51870.diff
File 51870.diff, 14.0 KB (added by , 14 months ago) |
---|
-
src/wp-admin/css/common.css
279 279 a:focus .plugin-icon, 280 280 .wp-person a:focus .gravatar { 281 281 color: #043959; 282 box-shadow: 283 0 0 0 1px #4f94d4, 284 0 0 2px 1px rgba(79, 148, 212, 0.8); 285 /* Only visible in Windows High Contrast mode */ 286 outline: 1px solid transparent; 282 box-shadow: 0 0 0 2px #3582c4; 283 /* Only visible in Windows High Contrast mode */ 284 outline: 2px solid transparent; 287 285 } 288 286 289 287 #adminmenu a:focus { … … 670 668 671 669 .wrap .page-title-action:focus { 672 670 border-color: #3582c4; 673 box-shadow: 0 0 0 1px #3582c4;671 box-shadow: 0 0 0 2px #3582c4; 674 672 /* Only visible in Windows High Contrast mode */ 675 673 outline: 2px solid transparent; 676 674 } … … 844 842 } 845 843 846 844 .tagchecklist .ntdelbutton:focus .remove-tag-icon:before { 847 box-shadow: 848 0 0 0 1px #4f94d4, 849 0 0 2px 1px rgba(79, 148, 212, 0.8); 845 box-shadow: 0 0 0 2px #3582c4; 850 846 } 851 847 852 848 .key-labels label { … … 1461 1457 1462 1458 .notice-dismiss:focus { 1463 1459 outline: none; 1464 box-shadow: 1465 0 0 0 1px #4f94d4, 1466 0 0 2px 1px rgba(79, 148, 212, 0.8); 1460 box-shadow: 0 0 0 2px #3582c4; 1467 1461 } 1468 1462 1469 1463 .notice-success, … … 1764 1758 } 1765 1759 1766 1760 #screen-meta-links .show-settings:focus { 1767 border-color: #4f94d4; 1768 box-shadow: 0 0 3px rgba(34, 113, 177, 0.8); 1761 box-shadow: 0 0 0 2px #3582c4; 1762 /* Only visible in Windows High Contrast mode */ 1763 outline: 2px solid transparent; 1769 1764 } 1770 1765 1771 1766 #screen-meta-links .show-settings:active { … … 2103 2098 .postbox .handle-order-higher, 2104 2099 .postbox .handle-order-lower, 2105 2100 .postbox .handlediv { 2106 width: 36px;2107 height: 36px;2101 width: 1.62rem; 2102 height: 1.62rem; 2108 2103 margin: 0; 2109 2104 padding: 0; 2110 2105 border: 0; … … 3147 3142 .postbox .handle-order-higher:focus, 3148 3143 .postbox .handle-order-lower:focus, 3149 3144 .postbox .handlediv:focus { 3150 box-shadow: 3151 0 0 0 1px #4f94d4, 3152 0 0 2px 1px rgba(79, 148, 212, 0.8); 3145 box-shadow: inset 0 0 0 2px #3582c4; 3146 border-radius: 50%; 3153 3147 /* Only visible in Windows High Contrast mode */ 3154 outline: 1px solid transparent;3148 outline: 2px solid transparent; 3155 3149 } 3156 3150 3157 3151 .postbox .handle-order-higher:focus .order-higher-indicator::before, … … 3253 3247 } 3254 3248 [role="treeitem"] .folder-label.focus { 3255 3249 color: #043959; 3256 box-shadow: 3257 0 0 0 1px #4f94d4, 3258 0 0 2px 1px rgba(79, 148, 212, 0.8); 3250 box-shadow: 0 0 0 2px #3582c4; 3259 3251 } 3260 3252 [role="treeitem"].hover, 3261 3253 [role="treeitem"] .folder-label.hover { … … 3487 3479 } 3488 3480 3489 3481 .widget-top .widget-action:focus .toggle-indicator:before { 3490 box-shadow: 3491 0 0 0 1px #4f94d4, 3492 0 0 2px 1px rgba(79, 148, 212, 0.8); 3482 box-shadow: 0 0 0 2px #3582c4; 3493 3483 } 3494 3484 3495 3485 .control-section .accordion-section-title:after, -
src/wp-admin/css/customize-controls.css
1567 1567 1568 1568 .customize-control-header .choice:focus { 1569 1569 outline: none; 1570 box-shadow: 1571 0 0 0 1px #4f94d4, 1572 0 0 3px 1px rgba(79, 148, 212, 0.8); 1570 box-shadow: 0 0 0 2px #3582c4; 1573 1571 } 1574 1572 1575 1573 .customize-control-header .uploaded div:last-child > .choice { … … 2680 2678 2681 2679 #available-widgets-filter .clear-results:focus, 2682 2680 #available-menu-items-search .clear-results:focus { 2683 box-shadow: 2684 0 0 0 1px #4f94d4, 2685 0 0 2px 1px rgba(79, 148, 212, 0.8); 2681 box-shadow: 0 0 0 2px #3582c4; 2686 2682 } 2687 2683 2688 2684 #available-menu-items-search .search-icon:after, -
src/wp-admin/css/customize-nav-menus.css
271 271 .customize-screen-options-toggle:focus, 272 272 #customize-controls .customize-info .customize-help-toggle:focus { 273 273 /* Only visible in Windows High Contrast mode */ 274 outline: 1px solid transparent;274 outline: 2px solid transparent; 275 275 } 276 276 277 277 .customize-screen-options-toggle:before { … … 864 864 .menu-delete:focus, 865 865 .menu-item-bar .item-delete:focus:before, 866 866 #available-menu-items .item-add:focus:before { 867 box-shadow: 868 0 0 0 1px #4f94d4, 869 0 0 2px 1px rgba(79, 148, 212, 0.8); 867 box-shadow: 0 0 0 2px #3582c4; 870 868 } 871 869 872 870 -
src/wp-admin/css/edit.css
1293 1293 } 1294 1294 1295 1295 div.tabs-panel-active:focus { 1296 box-shadow: inset 0 0 0 1px #4f94d4, inset 0 0 2px 1px rgba(79, 148, 212, 0.8);1296 box-shadow: inset 0 0 0 2px #3582c4; 1297 1297 outline: 0 none; 1298 1298 } 1299 1299 -
src/wp-admin/css/forms.css
674 674 border-color: #68de7c; 675 675 } 676 676 677 #pass1:focus { 678 box-shadow: 0 0 0 1px; 679 } 680 677 681 .pw-weak { 678 682 display: none; 679 683 } -
src/wp-admin/css/install.css
26 26 27 27 a:focus { 28 28 color: #043959; 29 box-shadow: 30 0 0 0 1px #4f94d4, 31 0 0 2px 1px rgba(79, 148, 212, 0.8); 29 box-shadow: 0 0 0 2px #3582c4; 32 30 } 33 31 34 32 h1, h2 { -
src/wp-admin/css/list-tables.css
261 261 } 262 262 263 263 th .comment-grey-bubble { 264 height: 16px;265 264 width: 16px; 265 position: relative; 266 top: 2px; 266 267 } 267 268 268 269 th .comment-grey-bubble:before { … … 343 344 344 345 .fixed .column-comments { 345 346 width: 5.5em; 346 padding: 8px 0;347 347 text-align: left; 348 348 } 349 349 … … 537 537 } 538 538 539 539 .wp-list-table .toggle-row:focus:before { 540 box-shadow: 541 0 0 0 1px #4f94d4, 542 0 0 2px 1px rgba(79, 148, 212, 0.8); 540 box-shadow: 0 0 0 2px #3582c4; 543 541 } 544 542 545 543 .wp-list-table .toggle-row:active { … … 650 648 padding: 8px; 651 649 } 652 650 653 .fixed .column-comments.sortable a,654 .fixed .column-comments.sorted a{655 padding: 8px 0;651 th.sortable a:focus, 652 th.sorted a:focus { 653 box-shadow: inset 0 0 0 2px #3582c4; 656 654 } 657 655 658 656 th.sortable a span, -
src/wp-admin/css/login.css
32 32 33 33 a:focus { 34 34 color: #043959; 35 box-shadow: 36 0 0 0 1px #4f94d4, 37 0 0 2px 1px rgba(79, 148, 212, 0.8); 35 box-shadow: 0 0 0 2px #3582c4; 38 36 } 39 37 40 38 p { -
src/wp-admin/css/media.css
356 356 } 357 357 358 358 #find-posts-close:focus { 359 box-shadow: 360 0 0 0 1px #4f94d4, 361 0 0 2px 1px rgba(79, 148, 212, 0.8); 359 box-shadow: 0 0 0 2px #3582c4; 362 360 /* Only visible in Windows High Contrast mode */ 363 361 outline: 2px solid transparent; 364 362 outline-offset: -2px; … … 533 531 .media-frame.mode-grid .attachment:focus, 534 532 .media-frame.mode-grid .selected.attachment:focus, 535 533 .media-frame.mode-grid .attachment.details:focus { 536 box-shadow: 537 inset 0 0 2px 3px #f0f0f1, 538 inset 0 0 0 7px #4f94d4; 534 box-shadow: inset 0 0 0 2px #3582c4; 539 535 /* Only visible in Windows High Contrast mode */ 540 536 outline: 2px solid transparent; 541 537 outline-offset: -6px; -
src/wp-admin/css/nav-menus.css
732 732 } 733 733 734 734 .nav-menus-php .item-edit:focus:before { 735 box-shadow: 736 0 0 0 1px #4f94d4, 737 0 0 2px 1px rgba(79, 148, 212, 0.8); 735 box-shadow: 0 0 0 2px #3582c4; 738 736 } 739 737 740 738 /* Menu editing */ -
src/wp-admin/css/themes.css
176 176 } 177 177 178 178 .theme-browser .theme .more-details:focus { 179 box-shadow: 0 0 0 1px #fff, 0 0 0 3px #2271b1;179 box-shadow: 0 0 0 2px #3582c4; 180 180 } 181 181 182 182 .theme-browser .theme.focus { 183 border-color: # 4f94d4;184 box-shadow: 0 0 2px rgba(79, 148, 212, 0.8);183 border-color: #3582c4; 184 box-shadow: 0 0 0 2px #3582c4; 185 185 } 186 186 187 187 .theme-browser .theme.focus .more-details { … … 1586 1586 1587 1587 .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow, 1588 1588 .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow { 1589 box-shadow: 1590 0 0 0 1px #4f94d4, 1591 0 0 2px 1px rgba(79, 148, 212, 0.8); 1589 box-shadow: 0 0 0 2px #3582c4; 1592 1590 } 1593 1591 1594 1592 .wp-full-overlay .collapse-sidebar-label { -
src/wp-admin/css/widgets.css
336 336 } 337 337 338 338 .sidebar-name .handlediv:focus .toggle-indicator:before { 339 box-shadow: 340 0 0 0 1px #4f94d4, 341 0 0 2px 1px rgba(79, 148, 212, 0.8); 339 box-shadow: 0 0 0 2px #3582c4; 342 340 } 343 341 344 342 .sidebar-name h2, -
src/wp-includes/css/buttons.css
210 210 211 211 .wp-core-ui .button-link:focus { 212 212 color: #043959; 213 box-shadow: 214 0 0 0 1px #4f94d4, 215 0 0 2px 1px rgba(79, 148, 212, 0.8); 213 box-shadow: 0 0 0 2px #3582c4; 216 214 /* Only visible in Windows High Contrast mode */ 217 outline: 1px solid transparent;215 outline: 2px solid transparent; 218 216 } 219 217 220 218 .wp-core-ui .button-link-delete { -
src/wp-includes/css/editor.css
87 87 88 88 .mce-window-head .mce-close:focus .mce-i-remove, 89 89 div.mce-tab:focus { 90 box-shadow: 0 0 0 1px #4f94d4, 91 0 0 2px 1px rgba(79, 148, 212, 0.8); 90 box-shadow: 0 0 0 2px #3582c4; 92 91 } 93 92 94 93 .mce-window .mce-window-head .mce-dragh { … … 635 634 636 635 .mce-menubar .mce-menubtn:focus { 637 636 color: #043959; 638 box-shadow: 639 0 0 0 1px #4f94d4, 640 0 0 2px 1px rgba(79, 148, 212, 0.8); 637 box-shadow: 0 0 0 2px #3582c4; 641 638 } 642 639 643 640 div.mce-menu .mce-menu-item-sep, … … 1131 1128 } 1132 1129 1133 1130 .wp-switch-editor:focus { 1134 box-shadow: 1135 0 0 0 1px #4f94d4, 1136 0 0 2px 1px rgba(79, 148, 212, 0.8); 1131 box-shadow: 0 0 0 2px #3582c4; 1137 1132 outline: none; 1138 1133 color: #1d2327; 1139 1134 } … … 1446 1441 1447 1442 #wp-link-close:focus { 1448 1443 outline: none; 1449 box-shadow: 1450 0 0 0 1px #4f94d4, 1451 0 0 2px 1px rgba(79, 148, 212, 0.8); 1444 box-shadow: 0 0 0 2px #3582c4; 1452 1445 /* Only visible in Windows High Contrast mode */ 1453 1446 outline: 2px solid transparent; 1454 1447 outline-offset: -2px; -
src/wp-includes/css/jquery-ui-dialog.css
312 312 } 313 313 314 314 .ui-button.ui-dialog-titlebar-close:focus { 315 box-shadow: 316 0 0 0 1px #4f94d4, 317 0 0 2px 1px rgba(79, 148, 212, 0.8); 315 box-shadow: 0 0 0 2px #3582c4; 318 316 /* Only visible in Windows High Contrast mode */ 319 317 outline: 2px solid transparent; 320 318 outline-offset: -2px; -
src/wp-includes/css/media-views.css
45 45 } 46 46 47 47 .media-frame a:focus { 48 box-shadow: 49 0 0 0 1px #4f94d4, 50 0 0 2px 1px rgba(79, 148, 212, 0.8); 48 box-shadow: 0 0 0 2px #3582c4; 51 49 color: #043959; 52 50 /* Only visible in Windows High Contrast mode */ 53 outline: 1px solid transparent;51 outline: 2px solid transparent; 54 52 } 55 53 56 54 .media-frame a.button { … … 649 647 } 650 648 651 649 .media-menu .media-menu-item:focus { 652 box-shadow: 653 0 0 0 1px #4f94d4, 654 0 0 2px 1px rgba(79, 148, 212, 0.8); 650 box-shadow: 0 0 0 2px #3582c4; 655 651 color: #043959; 656 652 /* Only visible in Windows High Contrast mode */ 657 outline: 1px solid transparent;653 outline: 2px solid transparent; 658 654 } 659 655 660 656 .media-menu .separator { … … 704 700 } 705 701 706 702 .media-router .media-menu-item:focus { 707 box-shadow: 708 0 0 0 1px #4f94d4, 709 0 0 2px 1px rgba(79, 148, 212, 0.8); 703 box-shadow: 0 0 0 2px #3582c4; 710 704 color: #043959; 711 705 /* Only visible in Windows High Contrast mode */ 712 outline: 1px solid transparent;706 outline: 2px solid transparent; 713 707 } 714 708 715 709 .media-router .active, … … 2017 2011 2018 2012 .wp-core-ui.media-modal .image-editor .imgedit-help-toggle:focus { 2019 2013 color: #2271b1; 2020 border-color: # 4f94d4;2021 box-shadow: 0 0 3px rgba(34, 113, 177, 0.8);2014 border-color: #3582c4; 2015 box-shadow: 0 0 0 2px #3582c4; 2022 2016 /* Only visible in Windows High Contrast mode */ 2023 2017 outline: 2px solid transparent; 2024 2018 } … … 2134 2128 } 2135 2129 2136 2130 .mejs-container:focus { 2137 outline: 1px solid # 4f94d4;2138 box-shadow: 0 0 2px 1px rgba(79, 148, 212, 0.8);2131 outline: 1px solid #3582c4; 2132 box-shadow: 0 0 0 2px #3582c4; 2139 2133 } 2140 2134 2141 2135 .image-details .media-modal { -
src/wp-includes/css/wp-embed-template.css
216 216 217 217 .wp-embed-share-dialog-open:focus .dashicons, 218 218 .wp-embed-share-dialog-close:focus .dashicons { 219 box-shadow: 0 0 0 1px #4f94d4, 0 0 2px 1px rgba(79, 148, 212, 0.8);219 box-shadow: 0 0 0 2px #3582c4; 220 220 border-radius: 100%; 221 221 } 222 222