Ticket #31713: contrast-ratio-draft.patch
File contrast-ratio-draft.patch, 18.8 KB (added by , 8 years ago) |
---|
-
src/wp-admin/css/about.css
48 48 background-position: center 24px; 49 49 -webkit-background-size: 85px 85px; 50 50 background-size: 85px 85px; 51 color: # 78c8e6;51 color: #e3f1f8; 52 52 font-size: 14px; 53 53 text-align: center; 54 54 font-weight: 600; … … 128 128 .about-wrap .about-text { 129 129 margin: 1em 200px 1em 0; 130 130 min-height: 60px; 131 color: # 777;131 color: #666; 132 132 } 133 133 134 134 /* 1.2 - Structure */ -
src/wp-admin/css/admin-menu.css
505 505 #adminmenu .awaiting-mod, 506 506 #adminmenu .update-plugins { 507 507 display: inline-block; 508 background-color: #d 54e21;508 background-color: #d00; 509 509 color: #fff; 510 510 font-size: 9px; 511 511 line-height: 17px; -
src/wp-admin/css/color-picker.css
116 116 color: transparent; 117 117 } 118 118 119 .wp-picker-container input[type="text"].wp-color-picker: -moz-placeholder {120 color: # 999;119 .wp-picker-container input[type="text"].wp-color-picker::-moz-placeholder { 120 color: #777; 121 121 } 122 122 123 123 .wp-picker-container input[type="text"].iris-error { -
src/wp-admin/css/common.css
431 431 432 432 .subsubsub a .count, 433 433 .subsubsub a.current .count { 434 color: # 999;434 color: #666; 435 435 font-weight: normal; 436 436 } 437 437 … … 592 592 -webkit-border-radius: 2px; 593 593 border-radius: 2px; 594 594 background: #e0e0e0; 595 color: #006b95; 595 596 text-shadow: none; 596 597 font-weight: 600; 597 598 font-size: 13px; … … 669 670 670 671 .wp-ui-notification { 671 672 color: #fff; 672 background-color: #d 54e21;673 background-color: #d04b21; 673 674 } 674 675 .wp-ui-text-notification { 675 color: #d 54e21;676 color: #d04b21; 676 677 } 677 678 678 679 .wp-ui-text-icon { … … 787 788 border-bottom: 1px solid #fafafa; 788 789 } 789 790 791 .row-actions span.unapprove a, 790 792 .row-actions span.delete a, 791 793 .row-actions span.trash a, 792 794 .row-actions span.spam a, … … 803 805 abbr.required, 804 806 .file-error, 805 807 .widget-control-remove:hover, 808 .row-actions .unapprove a:hover, 806 809 .row-actions .delete a:hover, 807 810 .row-actions .trash a:hover, 808 811 .row-actions .spam a:hover, … … 813 816 #media-items a.delete:hover, 814 817 #media-items a.delete-permanently:hover, 815 818 #nav-menu-footer .menu-delete:hover { 816 color: # f00;819 color: #e00; 817 820 text-decoration: none; 818 821 border: none; 819 822 } … … 1811 1814 left: 0; 1812 1815 right: 0; 1813 1816 padding: 10px 20px; 1814 color: # 777;1817 color: #666; 1815 1818 } 1816 1819 1817 1820 #wpfooter p { … … 1924 1927 } 1925 1928 1926 1929 .error-message { 1927 color: red;1930 color: #e00; 1928 1931 font-weight: 600; 1929 1932 } 1930 1933 … … 2802 2805 .item-edit, 2803 2806 .sidebar-name-arrow, 2804 2807 .accordion-section-title:after { 2805 color: # aaa;2808 color: #666; 2806 2809 } 2807 2810 2808 2811 .widget-action:hover, … … 2810 2813 .item-edit:hover, 2811 2814 .sidebar-name:hover .sidebar-name-arrow, 2812 2815 .accordion-section-title:hover:after { 2813 color: # 777;2816 color: #222; 2814 2817 } 2815 2818 2816 2819 .widget-top a.widget-action:after { -
src/wp-admin/css/customize-controls.css
61 61 #customize-info.open .accordion-section-title:after, 62 62 #customize-info .accordion-section-title:hover:after, 63 63 #customize-info .accordion-section-title:focus:after { 64 color: # 555555;64 color: #222; 65 65 } 66 66 67 67 #customize-info .preview-notice { … … 123 123 #customize-theme-controls .control-section .accordion-section-title:hover:after, 124 124 #customize-theme-controls .control-section.open .accordion-section-title:after, 125 125 #customize-theme-controls .control-section .accordion-section-title:focus:after { 126 color: # 555;126 color: #222; 127 127 } 128 128 129 129 #customize-info.open, … … 481 481 text-shadow: none; 482 482 } 483 483 484 .collapsed .collapse-sidebar-arrow:before {485 color: #888;486 }487 488 484 /* Style for custom settings */ 489 485 490 486 /* -
src/wp-admin/css/customize-widgets.css
397 397 398 398 #available-widgets .widget .widget-description { 399 399 padding: 0; 400 color: # 777;400 color: #666; 401 401 } 402 402 403 403 #customize-preview { -
src/wp-admin/css/dashboard.css
390 390 391 391 #dashboard_right_now .warning a:before, 392 392 #dashboard_right_now .warning span:before { 393 color: #d 54e21;393 color: #d04b21; 394 394 } 395 395 396 396 /* Dashboard right now - Icons */ … … 621 621 } 622 622 623 623 #dashboard_activity .no-activity p { 624 color: # 999;624 color: #777; 625 625 font-size: 16px; 626 626 } 627 627 628 628 #dashboard_activity .no-activity .smiley { 629 color: #999; 630 } 631 632 #dashboard_activity .no-activity .smiley { 629 633 margin-top: 0; 630 634 } 631 635 … … 715 719 716 720 #activity-widget #the-comment-list .comment-item h4 { 717 721 font-size: 13px; 718 color: # 999;722 color: #666; 719 723 } 720 724 721 725 #activity-widget #the-comment-list .comment-item p.row-actions { … … 737 741 left: 0; 738 742 top: 0; 739 743 bottom: 0; 740 background: #d 54e21;744 background: #d04b21; 741 745 width: 4px; 742 746 } 743 747 … … 900 904 } 901 905 902 906 .rss-widget span.rss-date { 903 color: # 999;907 color: #777; 904 908 font-size: 13px; 905 909 margin-left: 3px; 906 910 } … … 940 944 } 941 945 942 946 #dashboard_browser_nag.postbox.browser-insecure { 943 background-color: # ac1b1b;947 background-color: #c00; 944 948 border-color: #ac1b1b; 945 949 } 946 950 947 951 #dashboard_browser_nag.postbox { 948 background-color: # e29808;952 background-color: #c00; 949 953 background-image: none; 950 954 border-color: #edc048; 951 955 color: #fff; -
src/wp-admin/css/edit.css
667 667 668 668 #poststuff .inside label.spam, 669 669 #poststuff .inside label.deleted { 670 color: red;670 color: #a00; 671 671 } 672 672 673 673 #poststuff .inside label.waiting { 674 color: orange;674 color: #e00; 675 675 } 676 676 677 677 #poststuff .inside label.approved { -
src/wp-admin/css/forms.css
227 227 background-color: #eee; 228 228 } 229 229 230 : -moz-placeholder,231 .wp-core-ui : -moz-placeholder {232 color: # a9a9a9;230 ::-moz-placeholder, 231 .wp-core-ui ::-moz-placeholder { 232 color: #767676; 233 233 } 234 234 235 ::-webkit-input-placeholder { 236 color: #767676; 237 } 238 235 239 .form-invalid { 236 240 background-color: #ffebe8 !important; 237 241 } -
src/wp-admin/css/ie.css
59 59 } 60 60 61 61 #wp-fullscreen-tagline { 62 color: # 888;62 color: #777; 63 63 font-size: 14px; 64 64 } 65 65 -
src/wp-admin/css/install.css
77 77 background-size: 84px; 78 78 background-position: center top; 79 79 background-repeat: no-repeat; 80 color: # 999;80 color: #666; 81 81 height: 84px; 82 82 font-size: 20px; 83 83 font-weight: normal; -
src/wp-admin/css/list-tables.css
22 22 width: 0; 23 23 height: 0; 24 24 margin-left: 8px; 25 border-top: 5px solid # bbb;25 border-top: 5px solid #767676; 26 26 border-right: 5px solid transparent; 27 27 } 28 28 … … 36 36 display: inline-block; 37 37 -webkit-border-radius: 5px; 38 38 border-radius: 5px; 39 background-color: # bbb;39 background-color: #767676; 40 40 color: #fff; 41 41 } 42 42 … … 92 92 margin: 0 0 .8em; 93 93 } 94 94 95 #submitted-on,96 .submitted-on {97 color: #777;98 }99 100 95 /* reply to comments */ 101 96 #replyrow td { 102 97 padding: 2px; … … 119 114 } 120 115 121 116 #replysubmit .error { 122 color: red;117 color: #e00; 123 118 line-height: 21px; 124 119 text-align: center; 125 120 } … … 181 176 } 182 177 183 178 #the-comment-list .unapproved th.check-column { 184 border-left: 4px solid #d 54e21;179 border-left: 4px solid #d04b21; 185 180 } 186 181 187 182 #the-comment-list .unapproved th.check-column input { … … 188 183 margin-left: 4px; 189 184 } 190 185 191 #the-comment-list .approve a {192 color: #006505;193 }194 195 #the-comment-list .unapprove a {196 color: #d98500;197 }198 199 186 #the-comment-list th, 200 187 #the-comment-list td { 201 188 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); … … 553 540 padding: 0 10px 3px; 554 541 background: #eee; 555 542 background: rgba( 0, 0, 0, 0.05 ); 543 color: #006e9a; 556 544 font-size: 16px; 557 545 font-weight: normal; 558 546 } … … 574 562 575 563 .tablenav .displaying-num { 576 564 margin-right: 2px; 577 color: #777;578 565 font-size: 12px; 579 566 font-style: italic; 580 567 } … … 1154 1141 1155 1142 .plugins .active.update th.check-column, 1156 1143 .plugins .active.update + .plugin-update-tr .plugin-update { 1157 border-left: 4px solid #d 54e21;1144 border-left: 4px solid #d04b21; 1158 1145 } 1159 1146 1160 1147 #wpbody-content .plugins .plugin-title, … … 1196 1183 .plugin-update-tr .update-message:before, 1197 1184 .plugin-card .update-now:before, 1198 1185 .plugin-card .install-now:before { 1199 color: #d 54e21;1186 color: #d04b21; 1200 1187 display: inline-block; 1201 1188 font: normal 20px/1 'dashicons'; 1202 1189 speak: none; … … 1466 1453 } 1467 1454 1468 1455 .no-plugin-results { 1469 color: # 999;1456 color: #666; 1470 1457 font-size: 18px; 1471 1458 font-style: normal; 1472 1459 margin: 0; -
src/wp-admin/css/login.css
130 130 background-size: 84px; 131 131 background-position: center top; 132 132 background-repeat: no-repeat; 133 color: # 999;133 color: #666; 134 134 height: 84px; 135 135 font-size: 20px; 136 136 font-weight: normal; … … 174 174 .login #nav a, 175 175 .login #backtoblog a { 176 176 text-decoration: none; 177 color: # 999;177 color: #666; 178 178 } 179 179 180 180 .login #nav a:hover, -
src/wp-admin/css/media.css
400 400 } 401 401 402 402 .drag-drop-inside p { 403 color: # aaa;403 color: #666; 404 404 font-size: 14px; 405 405 margin: 5px 0; 406 406 display: none; … … 606 606 } 607 607 608 608 .media-frame.mode-grid .attachments-browser .no-media { 609 color: # 999;609 color: #666; 610 610 font-size: 18px; 611 611 font-style: normal; 612 612 margin: 0; … … 889 889 float: none; 890 890 } 891 891 892 .media-disabled, 893 .imgedit-settings .disabled { 892 .media-disabled { 894 893 color: grey; 895 894 } 896 895 … … 1063 1062 } 1064 1063 1065 1064 span.imgedit-scale-warn { 1066 color: red;1065 color: #e00; 1067 1066 font-size: 20px; 1068 1067 font-style: normal; 1069 1068 visibility: hidden; -
src/wp-admin/css/nav-menus.css
73 73 } 74 74 75 75 .is-submenu { 76 color: # 999;76 color: #737373; 77 77 font-style: italic; 78 78 font-weight: normal; 79 79 margin-left: 4px; … … 139 139 } 140 140 141 141 .theme-location-set { 142 color: # 999;143 font-size: 1 1px;142 color: #777; 143 font-size: 12px; 144 144 } 145 145 146 146 /* Menu Container */ … … 263 263 } 264 264 265 265 .js .input-with-default-title { 266 color: # aaa;266 color: #777; 267 267 font-style: italic; 268 268 } 269 269 … … 513 513 } 514 514 515 515 .menu-item-handle .menu-item-title.no-title { 516 color: # 999;516 color: #777; 517 517 } 518 518 519 519 /* Sortables */ … … 573 573 574 574 /* Menu item controls */ 575 575 .item-type { 576 color: # 777;576 color: #666; 577 577 font-size: 12px; 578 578 padding: 12px 10px; 579 579 line-height: 18px; -
src/wp-admin/css/revisions.css
145 145 } 146 146 147 147 .revisions-controls .author-card.autosave { 148 color: #d 54e21;148 color: #d04b21; 149 149 } 150 150 151 151 .revisions-controls .author-card .author-name { -
src/wp-admin/css/themes.css
216 216 */ 217 217 .theme-browser .theme .theme-update, 218 218 .theme-browser .theme .theme-installed { 219 background: # d54e21;220 background: rgba( 213, 78, 33, 0.95);219 background: #be3c28; 220 background: rgba(190, 60, 40, 0.95); 221 221 color: #fff; 222 222 display: block; 223 223 font-size: 13px; … … 303 303 } 304 304 305 305 .theme-browser .theme.add-new-theme a { 306 color: # 999;306 color: #777; 307 307 text-decoration: none; 308 308 display: block; 309 309 position: relative; … … 604 604 .broken-themes a.delete-theme:focus, 605 605 .theme-overlay .theme-actions .delete-theme:hover, 606 606 .theme-overlay .theme-actions .delete-theme:focus { 607 background: #d 54e21;607 background: #d04b21; 608 608 color: #fff; 609 border-color: #d 54e21;609 border-color: #d04b21; 610 610 } 611 611 612 612 .theme-overlay .theme-actions .active-theme, … … 740 740 } 741 741 742 742 .theme-overlay .theme-version { 743 color: # 999;743 color: #777; 744 744 font-size: 13px; 745 745 font-weight: 400; 746 746 float: none; … … 769 769 770 770 .theme-overlay .theme-tags { 771 771 border-top: 3px solid #eee; 772 color: # 82878c;772 color: #72777b; 773 773 font-size: 13px; 774 774 font-weight: 400; 775 775 margin: 30px 0 0 0; … … 786 786 .theme-overlay .theme-update-message { 787 787 background: #fef7f1; 788 788 border: 1px solid #eee; 789 border-left: 4px solid #d 54e21;789 border-left: 4px solid #d04b21; 790 790 -webkit-border-radius: 3px; 791 791 border-radius: 3px; 792 792 padding: 5px 20px 10px; … … 1122 1122 } 1123 1123 .upload-theme .install-help, 1124 1124 .upload-plugin .install-help { 1125 color: # 999;1125 color: #777; 1126 1126 font-size: 18px; 1127 1127 font-style: normal; 1128 1128 margin: 0; … … 1225 1225 .rating .ratings { 1226 1226 display: block; 1227 1227 line-height: 20px; 1228 color: # 999;1228 color: #777; 1229 1229 } 1230 1230 1231 1231 /*------------------------------------------------------------------------------ … … 1473 1473 padding: 0; 1474 1474 -webkit-border-radius: 50%; 1475 1475 border-radius: 50%; 1476 color: # 777;1476 color: #555; 1477 1477 text-decoration: none; 1478 1478 } 1479 1479 -
src/wp-admin/css/widgets.css
111 111 padding: 0 0 15px; 112 112 margin: 0; 113 113 font-style: normal; 114 color: #777;115 114 } 116 115 117 116 #widgets-right .widgets-holder-wrap .description { … … 464 463 display: block; 465 464 -webkit-font-smoothing: antialiased; 466 465 font: normal 26px/1 'dashicons'; 467 color: # 999;466 color: #777; 468 467 position: absolute; 469 468 top: 7px; 470 469 left: 5px; -
src/wp-includes/css/admin-bar.css
624 624 } 625 625 626 626 #wpadminbar #adminbarsearch .adminbar-input::-webkit-input-placeholder { 627 color: # 999;627 color: #777; 628 628 } 629 #wpadminbar #adminbarsearch .adminbar-input:-moz-placeholder { 630 color: #999; 631 } 629 632 630 #wpadminbar #adminbarsearch .adminbar-input::-moz-placeholder { 633 color: # 999;631 color: #777; 634 632 } 633 635 634 #wpadminbar #adminbarsearch .adminbar-input:-ms-input-placeholder { 636 color: # 999;635 color: #777; 637 636 } 638 637 639 638 #wpadminbar #adminbarsearch .adminbar-button { … … 668 667 #wpadminbar .screen-reader-shortcut { 669 668 position: absolute; 670 669 top: -1000em; 671 }672 673 #wpadminbar .screen-reader-shortcut:focus {674 left: 6px;675 top: 7px;676 height: auto;677 width: auto;678 670 display: block; 679 671 font-size: 14px; 680 672 font-weight: bold; … … 681 673 padding: 15px 23px 14px; 682 674 background: #f1f1f1; 683 675 color: #21759b; 684 z-index: 100000;685 676 line-height: normal; 686 677 text-decoration: none; 687 678 -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6); … … 688 679 box-shadow: 0 0 2px 2px rgba(0,0,0,.6); 689 680 } 690 681 682 #wpadminbar .screen-reader-shortcut:focus { 683 left: 6px; 684 top: 7px; 685 height: auto; 686 width: auto; 687 z-index: 100000; 688 } 689 691 690 /** 692 691 * IE 6-targeted rules 693 692 */ -
src/wp-includes/css/editor.css
672 672 } 673 673 674 674 .mce-toolbar .mce-ico { 675 color: #7 77;675 color: #707070; 676 676 line-height: 20px; 677 677 width: 20px; 678 678 height: 20px; … … 960 960 position: relative; 961 961 top: 1px; 962 962 background: #ebebeb; 963 color: # 777;963 color: #6a6a6a; 964 964 cursor: pointer; 965 965 font: 13px/19px "Open Sans", sans-serif; 966 966 height: 20px; … … 1004 1004 .tmce-active .switch-tmce, 1005 1005 .html-active .switch-html { 1006 1006 background: #f5f5f5; 1007 color: # 555;1007 color: #333; 1008 1008 border-bottom-color: #f5f5f5; 1009 1009 } 1010 1010 … … 1431 1431 #wp-link .no-matches-found .item-title { 1432 1432 display: block; 1433 1433 padding: 6px; 1434 border-left: 4px solid #d 54e21;1434 border-left: 4px solid #d04b21; 1435 1435 } 1436 1436 1437 1437 #wp-link .query-results em { … … 1812 1812 } 1813 1813 1814 1814 #wp-fullscreen-tagline { 1815 color: # 888;1815 color: #777; 1816 1816 font-size: 18px; 1817 1817 float: right; 1818 1818 padding: 4px 0 0; -
src/wp-includes/css/media-views.css
38 38 } 39 39 40 40 .media-frame a:hover { 41 color: #d 54e21;41 color: #d04b21; 42 42 } 43 43 44 44 .media-frame a.button { … … 96 96 -webkit-appearance: textfield; 97 97 } 98 98 99 .media-frame : -moz-placeholder {100 color: # a9a9a9;99 .media-frame ::-moz-placeholder { 100 color: #777; 101 101 } 102 102 103 103 .media-frame .hidden { … … 508 508 } 509 509 510 510 .media-menu > a:hover { 511 color: # 21759B;511 color: #1f7195; 512 512 background: rgba( 0, 0, 0, 0.04 ); 513 513 } 514 514 … … 1403 1403 color: #21759B; 1404 1404 } 1405 1405 1406 .media-selection .selection-info a:hover { 1406 .media-selection .selection-info a:hover, 1407 .media-selection .selection-info a:focus { 1407 1408 background: #21759B; 1408 1409 color: #fff; 1409 1410 border-color: transparent; … … 1415 1416 } 1416 1417 1417 1418 .media-selection .selection-info .clear-selection { 1418 color: red;1419 color: #bc0b0b; 1419 1420 } 1420 1421 1421 .media-selection .selection-info .clear-selection:hover { 1422 background: red; 1422 .media-selection .selection-info .clear-selection:hover, 1423 .media-selection .selection-info .clear-selection:focus { 1424 background: #bc0b0b; 1423 1425 } 1424 1426 1425 1427 .media-selection .selection-view { … … 1626 1628 .media-modal .delete-attachment:hover, 1627 1629 .media-modal .trash-attachment:hover, 1628 1630 .media-modal .untrash-attachment:hover { 1629 color: red;1631 color: #e00; 1630 1632 } 1631 1633 1632 1634 /** … … 1892 1894 } 1893 1895 1894 1896 .image-details .custom-size span small { 1895 color: # 999;1897 color: #666; 1896 1898 font-size: inherit; 1897 1899 } 1898 1900