Changeset 50025
- Timestamp:
- 01/26/2021 06:53:55 PM (4 years ago)
- Location:
- trunk/src
- Files:
-
- 31 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/admin-menu.css
r49991 r50025 4 4 #adminmenu .wp-submenu { 5 5 width: 160px; 6 background-color: # 23282d;6 background-color: #1d2327; 7 7 } 8 8 … … 48 48 49 49 .icon16:before { 50 color: #8 2878c; /* same as new icons */50 color: #8c8f94; /* same as new icons */ 51 51 font: normal 20px/1 dashicons; 52 52 speak: never; … … 170 170 line-height: 1.3; 171 171 padding: 2px 5px; 172 color: # eee;172 color: #f0f0f1; 173 173 } 174 174 175 175 #adminmenu .wp-submenu a { 176 color: # b4b9be;177 color: rgba(240, 24 5, 250, 0.7);176 color: #c3c4c7; 177 color: rgba(240, 246, 252, 0.7); 178 178 font-size: 13px; 179 179 line-height: 1.4; … … 191 191 #adminmenu .wp-submenu a:hover, 192 192 #adminmenu .wp-submenu a:focus { 193 color: # 00b9eb;193 color: #72aee6; 194 194 } 195 195 … … 221 221 padding: 7px 0 8px; 222 222 z-index: 9999; 223 background-color: # 32373c;223 background-color: #2c3338; 224 224 box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); 225 225 } … … 246 246 margin-top: 0; 247 247 box-shadow: none; 248 background-color: # 32373c;248 background-color: #2c3338; 249 249 } 250 250 … … 254 254 #adminmenu li > a.menu-top:focus { 255 255 position: relative; 256 background-color: #1 91e23;257 color: # 00b9eb;256 background-color: #1d2327; 257 color: #72aee6; 258 258 } 259 259 … … 271 271 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head, 272 272 #adminmenu .wp-menu-arrow div { 273 background: # 0073aa;273 background: #2271b1; 274 274 color: #fff; 275 275 } … … 379 379 380 380 div.wp-menu-image:before { 381 color: #a 0a5aa;382 color: rgba(240, 24 5, 250, 0.6);381 color: #a7aaad; 382 color: rgba(240, 246, 252, 0.6); 383 383 padding: 7px 0; 384 384 transition: all .1s ease-in-out; … … 386 386 387 387 #adminmenu div.wp-menu-image:before { 388 color: #a 0a5aa;389 color: rgba(240, 24 5, 250, 0.6);388 color: #a7aaad; 389 color: rgba(240, 246, 252, 0.6); 390 390 } 391 391 … … 403 403 #adminmenu li a:focus div.wp-menu-image:before, 404 404 #adminmenu li.opensub div.wp-menu-image:before { 405 color: # 00b9eb;405 color: #72aee6; 406 406 } 407 407 … … 441 441 position: absolute; 442 442 pointer-events: none; 443 border-right-color: #f 1f1f1;443 border-right-color: #f0f0f1; 444 444 top: 50%; 445 445 margin-top: -8px; … … 477 477 478 478 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after { 479 border-right-color: # 32373c;479 border-right-color: #2c3338; 480 480 } 481 481 … … 526 526 height: 18px; 527 527 border-radius: 9px; 528 background-color: # ca4a1f;528 background-color: #d63638; 529 529 color: #fff; 530 530 font-size: 11px; … … 536 536 #adminmenu li.current a .awaiting-mod, 537 537 #adminmenu li a.wp-has-current-submenu .update-plugins { 538 background-color: # ca4a1f;538 background-color: #d63638; 539 539 color: #fff; 540 540 } … … 554 554 overflow: visible; 555 555 background: none; 556 color: #a aa;556 color: #a7aaad; 557 557 cursor: pointer; 558 558 } 559 559 560 560 #collapse-button:hover { 561 color: # 00b9eb;561 color: #72aee6; 562 562 } 563 563 564 564 #collapse-button:focus { 565 color: # 00b9eb;565 color: #72aee6; 566 566 /* Only visible in Windows High Contrast mode */ 567 567 outline: 1px solid transparent; … … 888 888 889 889 .wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a { 890 background: # 32373c;890 background: #2c3338; 891 891 } 892 892 … … 919 919 920 920 .wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before { 921 color: # 00b9eb;921 color: #72aee6; 922 922 } 923 923 } -
trunk/src/wp-admin/css/code-editor.css
r46586 r50025 35 35 36 36 .wp-core-ui .CodeMirror-lint-message-warning { 37 background-color: #f ff8e5;38 border-left: 4px solid # ffb900;37 background-color: #fcf9e8; 38 border-left: 4px solid #dba617; 39 39 } 40 40 … … 42 42 .wp-core-ui .CodeMirror-lint-message-warning:before { 43 43 content: "\f534"; 44 color: # f6a306;44 color: #dba617; 45 45 } 46 46 47 47 .wp-core-ui .CodeMirror-lint-message-error { 48 background-color: #f beaea;49 border-left: 4px solid #d c3232;48 background-color: #fcf0f1; 49 border-left: 4px solid #d63638; 50 50 } 51 51 … … 53 53 .wp-core-ui .CodeMirror-lint-message-error:before { 54 54 content: "\f153"; 55 color: #d c3232;55 color: #d63638; 56 56 } 57 57 … … 64 64 65 65 .wrap .CodeMirror .CodeMirror-matchingbracket { 66 background: rgba(2 55, 150, 0, 0.3);66 background: rgba(219, 166, 23, 0.3); 67 67 color: inherit; 68 68 } … … 73 73 74 74 .wrap .CodeMirror .CodeMirror-linenumber { 75 color: #6 66;75 color: #646970; 76 76 } -
trunk/src/wp-admin/css/color-picker.css
r47433 r50025 18 18 19 19 .wp-color-result-text { 20 background: #f 7f7f7;20 background: #f6f7f7; 21 21 border-radius: 0 2px 2px 0; 22 border-left: 1px solid #c cc;23 color: #5 55;22 border-left: 1px solid #c3c4c7; 23 color: #50575e; 24 24 display: block; 25 25 line-height: 2.54545455; /* 28px */ … … 30 30 .wp-color-result:hover, 31 31 .wp-color-result:focus { 32 background: #f afafa;33 border-color: # 999;34 color: # 23282d;32 background: #f6f7f7; 33 border-color: #8c8f94; 34 color: #1d2327; 35 35 } 36 36 37 37 .wp-color-result:hover:after, 38 38 .wp-color-result:focus:after { 39 color: # 23282d;40 border-color: #a 0a5aa;41 border-left: 1px solid # 999;39 color: #1d2327; 40 border-color: #a7aaad; 41 border-left: 1px solid #8c8f94; 42 42 } 43 43 … … 47 47 48 48 .wp-color-result:focus { 49 border-color: # 5b9dd9;50 box-shadow: 0 0 3px rgba( 0, 115, 170, 0.8);49 border-color: #4f94d4; 50 box-shadow: 0 0 3px rgba(34, 113, 177, 0.8); 51 51 } 52 52 … … 82 82 83 83 .wp-picker-container .iris-square-slider .ui-slider-handle:focus { 84 background-color: #5 5584 background-color: #50575e 85 85 } 86 86 87 87 .wp-picker-container .iris-picker { 88 88 border-radius: 0; 89 border-color: #d dd;89 border-color: #dcdcde; 90 90 margin-top: 6px; 91 91 } … … 103 103 104 104 .wp-color-picker::-webkit-input-placeholder { 105 color: #7 2777c;105 color: #787c82; 106 106 } 107 107 108 108 .wp-color-picker::-moz-placeholder { 109 color: #7 2777c;109 color: #787c82; 110 110 opacity: 1; 111 111 } 112 112 113 113 .wp-color-picker:-ms-input-placeholder { 114 color: #7 2777c;114 color: #787c82; 115 115 } 116 116 117 117 .wp-picker-container input[type="text"].iris-error { 118 background-color: #f febe8;119 border-color: # c00;118 background-color: #fcf0f1; 119 border-color: #d63638; 120 120 color: #000; 121 121 } … … 123 123 .iris-picker .ui-square-handle:focus, 124 124 .iris-picker .iris-strip .ui-slider-handle:focus { 125 border-color: # 007cba;125 border-color: #3582c4; 126 126 border-style: solid; 127 box-shadow: 0 0 0 1px # 007cba;127 box-shadow: 0 0 0 1px #3582c4; 128 128 outline: 2px solid transparent; 129 129 } 130 130 131 131 .iris-picker .iris-palette:focus { 132 box-shadow: 0 0 0 2px # 007cba;132 box-shadow: 0 0 0 2px #3582c4; 133 133 } 134 134 -
trunk/src/wp-admin/css/common.css
r49991 r50025 153 153 font-weight: 600; 154 154 padding: 15px 23px 14px; 155 background: #f 1f1f1;156 color: # 0073aa;155 background: #f0f0f1; 156 color: #2271b1; 157 157 z-index: 100000; 158 158 line-height: normal; … … 191 191 .imgedit-group, 192 192 .comment-ays { 193 border: 1px solid #c cd0d4;193 border: 1px solid #c3c4c7; 194 194 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 195 195 } … … 216 216 217 217 body { 218 background: #f 1f1f1;219 color: # 444;218 background: #f0f0f1; 219 color: #3c434a; 220 220 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 221 221 font-size: 13px; … … 253 253 /* Any change to the default link style must be applied to button-link too. */ 254 254 a { 255 color: # 0073aa;255 color: #2271b1; 256 256 transition-property: border, background, color; 257 257 transition-duration: .05s; … … 266 266 a:hover, 267 267 a:active { 268 color: # 006799;268 color: #135e96; 269 269 } 270 270 … … 272 272 a:focus .media-icon img, 273 273 .wp-person a:focus .gravatar { 274 color: # 124964;274 color: #043959; 275 275 box-shadow: 276 0 0 0 1px # 5b9dd9,277 0 0 2px 1px rgba( 30, 140, 190, 0.8);276 0 0 0 1px #4f94d4, 277 0 0 2px 1px rgba(79, 148, 212, 0.8); 278 278 /* Only visible in Windows High Contrast mode */ 279 279 outline: 1px solid transparent; … … 332 332 333 333 h1 { 334 color: # 23282d;334 color: #1d2327; 335 335 font-size: 2em; 336 336 margin: .67em 0; … … 339 339 h2, 340 340 h3 { 341 color: # 23282d;341 color: #1d2327; 342 342 font-size: 1.3em; 343 343 margin: 1em 0; … … 420 420 padding: 3px 5px 2px 5px; 421 421 margin: 0 1px; 422 background: # eaeaea;422 background: #f0f0f1; 423 423 background: rgba(0, 0, 0, 0.07); 424 424 font-size: 13px; … … 431 431 font-size: 13px; 432 432 float: left; 433 color: #6 66;433 color: #646970; 434 434 } 435 435 … … 442 442 .subsubsub a .count, 443 443 .subsubsub a.current .count { 444 color: #5 55d66; /* #f1f1f1 background */444 color: #50575e; /* #f1f1f1 background */ 445 445 font-weight: 400; 446 446 } … … 482 482 .widefat thead th, 483 483 .widefat thead td { 484 border-bottom: 1px solid #c cd0d4;484 border-bottom: 1px solid #c3c4c7; 485 485 } 486 486 487 487 .widefat tfoot th, 488 488 .widefat tfoot td { 489 border-top: 1px solid #c cd0d4;489 border-top: 1px solid #c3c4c7; 490 490 border-bottom: none; 491 491 } … … 600 600 margin: 0; 601 601 padding-left: 25px; 602 color: #5 55d66;602 color: #50575e; 603 603 font-size: 14px; 604 604 font-weight: 400; … … 615 615 top: -3px; 616 616 text-decoration: none; 617 border: 1px solid # 0071a1;617 border: 1px solid #2271b1; 618 618 border-radius: 2px; 619 619 text-shadow: none; … … 621 621 font-size: 13px; 622 622 line-height: normal; /* IE8-IE11 need this for buttons */ 623 color: # 0071a1; /* use the standard color used for buttons */624 background: #f 3f5f6;623 color: #2271b1; /* use the standard color used for buttons */ 624 background: #f6f7f7; 625 625 cursor: pointer; 626 626 } … … 632 632 .wrap .add-new-h2:hover, /* deprecated */ 633 633 .wrap .page-title-action:hover { 634 background: #f 1f1f1;635 border-color: #0 16087;636 color: #0 16087;634 background: #f0f0f1; 635 border-color: #0a4b78; 636 color: #0a4b78; 637 637 } 638 638 639 639 /* lower specificity: color needs to be overridden by :hover and :active */ 640 640 .page-title-action:focus { 641 color: #0 16087;641 color: #0a4b78; 642 642 } 643 643 … … 649 649 650 650 .wrap .page-title-action:focus { 651 border-color: # 007cba;652 box-shadow: 0 0 0 1px # 007cba;651 border-color: #3582c4; 652 box-shadow: 0 0 0 1px #3582c4; 653 653 /* Only visible in Windows High Contrast mode */ 654 654 outline: 2px solid transparent; … … 668 668 div#widgets-right .widget-top:hover, 669 669 #widgets-left .widget-top:hover { 670 border-color: # 999;670 border-color: #8c8f94; 671 671 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); 672 672 } 673 673 674 674 .sorthelper { 675 background-color: #c cf3fa;675 background-color: #c5d9ed; 676 676 } 677 677 … … 684 684 ul.striped > :nth-child(odd), 685 685 .alternate { 686 background-color: #f 9f9f9;686 background-color: #f6f7f7; 687 687 } 688 688 689 689 .bar { 690 background-color: # e8e8e8;691 border-right-color: # 99d;690 background-color: #f0f0f1; 691 border-right-color: #4f94d4; 692 692 } 693 693 … … 695 695 696 696 .highlight { 697 background-color: # e4f2fd;697 background-color: #f0f6fc; 698 698 color: #000; 699 699 } … … 701 701 .wp-ui-primary { 702 702 color: #fff; 703 background-color: # 32373c;703 background-color: #2c3338; 704 704 } 705 705 .wp-ui-text-primary { 706 color: # 32373c;706 color: #2c3338; 707 707 } 708 708 709 709 .wp-ui-highlight { 710 710 color: #fff; 711 background-color: # 1e8cbe;711 background-color: #4f94d4; 712 712 } 713 713 .wp-ui-text-highlight { 714 color: # 1e8cbe;714 color: #4f94d4; 715 715 } 716 716 717 717 .wp-ui-notification { 718 718 color: #fff; 719 background-color: #d 54e21;719 background-color: #d63638; 720 720 } 721 721 .wp-ui-text-notification { 722 color: #d 54e21;722 color: #d63638; 723 723 } 724 724 725 725 .wp-ui-text-icon { 726 color: #8 2878c; /* same as new icons */726 color: #8c8f94; /* same as new icons */ 727 727 } 728 728 … … 764 764 .widget .widget-top, 765 765 .menu-item-handle { 766 background: #f afafa;767 color: # 23282d;766 background: #f6f7f7; 767 color: #1d2327; 768 768 } 769 769 770 770 .stuffbox .hndle { 771 border-bottom: 1px solid #c cd0d4;771 border-bottom: 1px solid #c3c4c7; 772 772 } 773 773 774 774 .quicktags { 775 background-color: #c cc;775 background-color: #c3c4c7; 776 776 color: #000; 777 777 font-size: 12px; … … 788 788 .notice-dismiss:before { 789 789 background: none; 790 color: #7 2777c;790 color: #787c82; 791 791 content: "\f153"; 792 792 display: block; … … 811 811 margin-left: 2px; 812 812 border-radius: 50%; 813 color: # 0073aa;813 color: #2271b1; 814 814 /* vertically center the icon cross browsers */ 815 815 line-height: 1.28; … … 826 826 #bulk-titles div a:hover:before, 827 827 #bulk-titles div a:focus:before { 828 color: # c00;828 color: #d63638; 829 829 } 830 830 831 831 .tagchecklist .ntdelbutton:focus .remove-tag-icon:before { 832 832 box-shadow: 833 0 0 0 1px # 5b9dd9,834 0 0 2px 1px rgba( 30, 140, 190, 0.8);833 0 0 0 1px #4f94d4, 834 0 0 2px 1px rgba(79, 148, 212, 0.8); 835 835 } 836 836 … … 850 850 851 851 .howto { 852 color: #6 66;852 color: #646970; 853 853 display: block; 854 854 } … … 865 865 hr { 866 866 border: 0; 867 border-top: 1px solid #d dd;868 border-bottom: 1px solid #f afafa;867 border-top: 1px solid #dcdcde; 868 border-bottom: 1px solid #f6f7f7; 869 869 } 870 870 … … 880 880 #nav-menu-footer .menu-delete, 881 881 #delete-link a.delete { 882 color: # a00;882 color: #d63638; 883 883 } 884 884 … … 897 897 #nav-menu-footer .menu-delete:hover, 898 898 #delete-link a.delete:hover { 899 color: #d c3232;899 color: #d63638; 900 900 border: none; 901 901 } … … 908 908 padding: 10px; 909 909 clear: both; 910 border-top: 1px solid #d dd;911 background: #f 5f5f5;910 border-top: 1px solid #dcdcde; 911 background: #f6f7f7; 912 912 } 913 913 … … 998 998 width: 100%; 999 999 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 1000 border: 1px solid #c cd0d4;1000 border: 1px solid #c3c4c7; 1001 1001 background: #fff; 1002 color: #5 55;1002 color: #50575e; 1003 1003 font-size: 13px; 1004 1004 } … … 1021 1021 padding: 4px 10px; 1022 1022 border-radius: 30px; 1023 background: #7 2777c;1023 background: #787c82; 1024 1024 color: #fff; 1025 1025 font-size: 14px; … … 1054 1054 padding: 15px 0; 1055 1055 border-bottom: 4px solid #fff; 1056 color: #6 66;1056 color: #646970; 1057 1057 cursor: pointer; 1058 1058 } … … 1060 1060 .filter-links .current { 1061 1061 box-shadow: none; 1062 border-bottom: 4px solid #6 66;1063 color: # 23282d;1062 border-bottom: 4px solid #646970; 1063 color: #1d2327; 1064 1064 } 1065 1065 … … 1068 1068 .show-filters .filter-links a.current:hover, 1069 1069 .show-filters .filter-links a.current:focus { 1070 color: # 006799;1070 color: #135e96; 1071 1071 } 1072 1072 … … 1111 1111 border-color: transparent; 1112 1112 background-color: transparent; 1113 color: #6 66;1113 color: #646970; 1114 1114 vertical-align: baseline; 1115 1115 box-shadow: none; … … 1119 1119 content: "\f111"; 1120 1120 margin: 0 5px 0 0; 1121 color: #7 2777c;1121 color: #787c82; 1122 1122 font: normal 16px/1 dashicons; 1123 1123 vertical-align: text-bottom; … … 1131 1131 .wp-filter .drawer-toggle:focus:before { 1132 1132 background-color: transparent; 1133 color: # 006799;1133 color: #135e96; 1134 1134 } 1135 1135 … … 1140 1140 1141 1141 .wp-filter .button.drawer-toggle:focus { 1142 border-color: # 5b9dd9;1142 border-color: #4f94d4; 1143 1143 } 1144 1144 … … 1158 1158 margin: 0 -10px 0 -20px; 1159 1159 padding: 20px; 1160 border-top: 1px solid # eee;1161 background: #f afafa;1160 border-top: 1px solid #f0f0f1; 1161 background: #f6f7f7; 1162 1162 overflow: hidden; 1163 1163 } … … 1174 1174 .show-filters .wp-filter .button.drawer-toggle { 1175 1175 border-radius: 2px; 1176 background: #7 2777c;1176 background: #787c82; 1177 1177 color: #fff; 1178 1178 } … … 1180 1180 .show-filters .wp-filter .drawer-toggle:hover, 1181 1181 .show-filters .wp-filter .drawer-toggle:focus { 1182 background: rgb(46, 162, 204);1182 background: #72aee6; 1183 1183 } 1184 1184 … … 1195 1195 width: 24%; 1196 1196 background: #fff; 1197 border: 1px solid # e5e5e5;1197 border: 1px solid #dcdcde; 1198 1198 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 1199 1199 } … … 1277 1277 margin: 0 5px; 1278 1278 padding: 4px 8px; 1279 border: 1px solid # e5e5e5;1279 border: 1px solid #dcdcde; 1280 1280 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 1281 1281 background: #fff; … … 1317 1317 @media only screen and (max-width: 1120px) { 1318 1318 .filter-drawer { 1319 border-bottom: 1px solid # eee;1319 border-bottom: 1px solid #f0f0f1; 1320 1320 } 1321 1321 … … 1375 1375 div.error { 1376 1376 background: #fff; 1377 border: 1px solid #c cd0d4;1377 border: 1px solid #c3c4c7; 1378 1378 border-left-width: 4px; 1379 box-shadow: 0 1px 1px rgba(0, 0, 0, .04);1379 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 1380 1380 margin: 5px 15px 2px; 1381 1381 padding: 1px 12px; … … 1413 1413 .notice-title { 1414 1414 display: inline-block; 1415 color: # 23282d;1415 color: #1d2327; 1416 1416 font-size: 18px; 1417 1417 } … … 1430 1430 padding: 9px; 1431 1431 background: none; 1432 color: #7 2777c;1432 color: #787c82; 1433 1433 cursor: pointer; 1434 1434 } … … 1437 1437 .notice-dismiss:active:before, 1438 1438 .notice-dismiss:focus:before { 1439 color: # c00;1439 color: #d63638; 1440 1440 } 1441 1441 … … 1443 1443 outline: none; 1444 1444 box-shadow: 1445 0 0 0 1px # 5b9dd9,1446 0 0 2px 1px rgba( 30, 140, 190, 0.8);1445 0 0 0 1px #4f94d4, 1446 0 0 2px 1px rgba(79, 148, 212, 0.8); 1447 1447 } 1448 1448 1449 1449 .notice-success, 1450 1450 div.updated { 1451 border-left-color: # 46b450;1451 border-left-color: #00a32a; 1452 1452 } 1453 1453 1454 1454 .notice-success.notice-alt { 1455 background-color: #e cf7ed;1455 background-color: #edfaef; 1456 1456 } 1457 1457 1458 1458 .notice-warning { 1459 border-left-color: # ffb900;1459 border-left-color: #dba617; 1460 1460 } 1461 1461 1462 1462 .notice-warning.notice-alt { 1463 background-color: #f ff8e5;1463 background-color: #fcf9e8; 1464 1464 } 1465 1465 1466 1466 .notice-error, 1467 1467 div.error { 1468 border-left-color: #d c3232;1468 border-left-color: #d63638; 1469 1469 } 1470 1470 1471 1471 .notice-error.notice-alt { 1472 background-color: #f beaea;1472 background-color: #fcf0f1; 1473 1473 } 1474 1474 1475 1475 .notice-info { 1476 border-left-color: # 00a0d2;1476 border-left-color: #72aee6; 1477 1477 } 1478 1478 1479 1479 .notice-info.notice-alt { 1480 background-color: # e5f5fa;1480 background-color: #f0f6fc; 1481 1481 } 1482 1482 … … 1526 1526 .button.updating-message:before, 1527 1527 .button.installing:before { 1528 color: # f56e28;1528 color: #d63638; 1529 1529 content: "\f463"; 1530 1530 } … … 1548 1548 .installed p:before, 1549 1549 .button.updated-message:before { 1550 color: # 79ba49;1550 color: #68de7c; 1551 1551 content: "\f147"; 1552 1552 } … … 1554 1554 /* Error icon. */ 1555 1555 .update-message.notice-error p:before { 1556 color: #d c3232;1556 color: #d63638; 1557 1557 content: "\f534"; 1558 1558 } … … 1638 1638 1639 1639 .button-primary.updated-message:before { 1640 color: # 66c6e4;1640 color: #9ec2e6; 1641 1641 } 1642 1642 … … 1694 1694 position: relative; 1695 1695 background-color: #fff; 1696 border: 1px solid #c cd0d4;1696 border: 1px solid #c3c4c7; 1697 1697 border-top: none; 1698 1698 box-shadow: 0 0 0 transparent; … … 1711 1711 1712 1712 #screen-meta-links .show-settings { 1713 border: 1px solid #c cd0d4;1713 border: 1px solid #c3c4c7; 1714 1714 border-top: none; 1715 1715 height: auto; … … 1718 1718 background: #fff; 1719 1719 border-radius: 0 0 4px 4px; 1720 color: #7 2777c;1720 color: #787c82; 1721 1721 line-height: 1.7; 1722 1722 box-shadow: 0 0 0 transparent; … … 1727 1727 #screen-meta-links .show-settings:active, 1728 1728 #screen-meta-links .show-settings:focus { 1729 color: # 32373c;1729 color: #2c3338; 1730 1730 } 1731 1731 1732 1732 #screen-meta-links .show-settings:focus { 1733 border-color: # 5b9dd9;1734 box-shadow: 0 0 3px rgba( 0, 115, 170, 0.8);1733 border-color: #4f94d4; 1734 box-shadow: 0 0 3px rgba(34, 113, 177, 0.8); 1735 1735 } 1736 1736 … … 1752 1752 -moz-osx-font-smoothing: grayscale; 1753 1753 text-decoration: none; 1754 color: #7 2777c;1754 color: #787c82; 1755 1755 } 1756 1756 … … 1856 1856 left: 150px; 1857 1857 right: 170px; 1858 border: 1px solid #c cd0d4;1858 border: 1px solid #c3c4c7; 1859 1859 border-top: none; 1860 1860 border-bottom: none; 1861 background: #f 6fbfd;1861 background: #f0f6fc; 1862 1862 } 1863 1863 … … 1897 1897 1898 1898 .contextual-help-tabs a:hover { 1899 color: # 32373c;1899 color: #2c3338; 1900 1900 } 1901 1901 … … 1903 1903 padding: 0; 1904 1904 margin: 0 -1px 0 0; 1905 border-left: 2px solid # 00a0d2;1906 background: #f 6fbfd;1905 border-left: 2px solid #72aee6; 1906 background: #f0f6fc; 1907 1907 box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 1px 0 rgba(0, 0, 0, 0.02); 1908 1908 } 1909 1909 1910 1910 .contextual-help-tabs .active a { 1911 border-color: #c cd0d4;1912 color: # 32373c;1911 border-color: #c3c4c7; 1912 color: #2c3338; 1913 1913 } 1914 1914 … … 1952 1952 .widefat th, 1953 1953 .widefat td { 1954 color: #5 55;1954 color: #50575e; 1955 1955 } 1956 1956 … … 1965 1965 .widefat tfoot tr th, 1966 1966 .widefat tfoot tr td { 1967 color: # 32373c;1967 color: #2c3338; 1968 1968 } 1969 1969 … … 1975 1975 .widefat ol, 1976 1976 .widefat ul { 1977 color: # 32373c;1977 color: #2c3338; 1978 1978 } 1979 1979 … … 2051 2051 align-items: center; 2052 2052 justify-content: space-between; 2053 border-bottom: 1px solid #c cd0d4;2053 border-bottom: 1px solid #c3c4c7; 2054 2054 } 2055 2055 … … 2081 2081 .postbox .handle-order-higher, 2082 2082 .postbox .handle-order-lower { 2083 color: #7 2777c;2083 color: #787c82; 2084 2084 width: 1.62rem; 2085 2085 } … … 2090 2090 width: 44px; 2091 2091 height: 44px; 2092 color: #1 91e232092 color: #1d2327 2093 2093 } 2094 2094 … … 2096 2096 .postbox .handle-order-lower[aria-disabled="true"] { 2097 2097 cursor: default; 2098 color: #a 0a5aa;2098 color: #a7aaad; 2099 2099 } 2100 2100 2101 2101 .sortable-placeholder { 2102 border: 1px dashed # b4b9be;2102 border: 1px dashed #c3c4c7; 2103 2103 margin-bottom: 20px; 2104 2104 } … … 2160 2160 2161 2161 .temp-border { 2162 border: 1px dotted #c cc;2162 border: 1px dotted #c3c4c7; 2163 2163 } 2164 2164 … … 2195 2195 right: 0; 2196 2196 padding: 10px 20px; 2197 color: #5 55d66;2197 color: #50575e; 2198 2198 } 2199 2199 … … 2214 2214 .nav-tab { 2215 2215 float: left; 2216 border: 1px solid #c cc;2216 border: 1px solid #c3c4c7; 2217 2217 border-bottom: none; 2218 2218 margin-left: 0.5em; /* half the font size so set the font size properly */ … … 2221 2221 line-height: 1.71428571; 2222 2222 font-weight: 600; 2223 background: # e5e5e5;2224 color: #5 55;2223 background: #dcdcde; 2224 color: #50575e; 2225 2225 text-decoration: none; 2226 2226 white-space: nowrap; … … 2237 2237 .nav-tab:focus { 2238 2238 background-color: #fff; 2239 color: # 444;2239 color: #3c434a; 2240 2240 } 2241 2241 … … 2247 2247 .nav-tab-active { 2248 2248 margin-bottom: -1px; 2249 color: # 444;2249 color: #3c434a; 2250 2250 } 2251 2251 … … 2254 2254 .nav-tab-active:focus, 2255 2255 .nav-tab-active:focus:active { 2256 border-bottom: 1px solid #f 1f1f1;2257 background: #f 1f1f1;2256 border-bottom: 1px solid #f0f0f1; 2257 background: #f0f0f1; 2258 2258 color: #000; 2259 2259 } … … 2262 2262 .wrap h2.nav-tab-wrapper, /* higher specificity to override .wrap > h2:first-child */ 2263 2263 .nav-tab-wrapper { 2264 border-bottom: 1px solid #c cc;2264 border-bottom: 1px solid #c3c4c7; 2265 2265 margin: 0; 2266 2266 padding-top: 9px; … … 2346 2346 .attention, 2347 2347 .error-message { 2348 color: #d c3232;2348 color: #d63638; 2349 2349 font-weight: 600; 2350 2350 } … … 2372 2372 2373 2373 .media-icon img { 2374 border: 1px solid # e5e5e5;2374 border: 1px solid #dcdcde; 2375 2375 border: 1px solid rgba(0, 0, 0, 0.07); 2376 2376 } … … 2415 2415 .importer-action { 2416 2416 line-height: 1.55; /* Same as with .updating-message */ 2417 color: #5 55;2417 color: #50575e; 2418 2418 margin-bottom: 1em; 2419 2419 } … … 2425 2425 2426 2426 .edit-comment-author { 2427 color: # 222;2428 border-bottom: 1px solid # eee;2427 color: #1d2327; 2428 border-bottom: 1px solid #f0f0f1; 2429 2429 } 2430 2430 … … 2522 2522 transition: color .1s ease-in; 2523 2523 text-align: center; 2524 color: # ffb900;2524 color: #dba617; 2525 2525 } 2526 2526 … … 2566 2566 #plugin-information-title { 2567 2567 padding: 0 26px; 2568 background: #f 5f5f5;2568 background: #f6f7f7; 2569 2569 font-size: 22px; 2570 2570 font-weight: 600; … … 2601 2601 margin-top: 174px; 2602 2602 color: #fff; 2603 background: rgba( 30, 30, 30, 0.9);2603 background: rgba(29, 35, 39, 0.9); 2604 2604 text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); 2605 2605 box-shadow: 0 0 30px rgba(255, 255, 255, 0.1); … … 2630 2630 font-size: 0; 2631 2631 z-index: 1; 2632 border-bottom: 1px solid #d dd;2633 background: #f 3f3f3;2632 border-bottom: 1px solid #dcdcde; 2633 background: #f6f7f7; 2634 2634 } 2635 2635 … … 2649 2649 margin: 0 -1px -1px; 2650 2650 background: #fff; 2651 border: 1px solid #d dd;2651 border: 1px solid #dcdcde; 2652 2652 border-bottom-color: #fff; 2653 2653 padding-top: 8px; 2654 color: # 32373c;2654 color: #2c3338; 2655 2655 } 2656 2656 … … 2712 2712 padding-bottom: 99999px; /* equal height column trick */ 2713 2713 width: 217px; 2714 border-left: 1px solid #d dd;2715 background: #f 3f3f3;2716 color: #6 66;2714 border-left: 1px solid #dcdcde; 2715 background: #f6f7f7; 2716 color: #646970; 2717 2717 } 2718 2718 2719 2719 #plugin-information .fyi strong { 2720 color: # 444;2720 color: #3c434a; 2721 2721 } 2722 2722 … … 2725 2725 text-transform: uppercase; 2726 2726 font-size: 12px; 2727 color: #6 66;2727 color: #646970; 2728 2728 margin: 24px 0 8px; 2729 2729 } … … 2762 2762 height: 17px; 2763 2763 width: 92px; 2764 background-color: # e5e5e5;2764 background-color: #dcdcde; 2765 2765 float: left; 2766 2766 } … … 2768 2768 #plugin-information .counter-bar { 2769 2769 height: 17px; 2770 background-color: #f fc733; /* slightly lighter than stars due to larger expanse */2770 background-color: #f0c33c; /* slightly lighter than stars due to larger expanse */ 2771 2771 float: left; 2772 2772 } … … 2804 2804 left: 0; 2805 2805 height: 40px; /* actual height: 40+13+13+1=67 */ 2806 border-top: 1px solid #d dd;2807 background: #f 3f3f3;2806 border-top: 1px solid #dcdcde; 2807 background: #f6f7f7; 2808 2808 } 2809 2809 … … 2849 2849 padding: 7px; 2850 2850 overflow: auto; 2851 border: 1px solid #c cc;2851 border: 1px solid #c3c4c7; 2852 2852 } 2853 2853 2854 2854 #plugin-information blockquote { 2855 border-left: 2px solid #d dd;2856 color: #6 66;2855 border-left: 2px solid #dcdcde; 2856 color: #646970; 2857 2857 font-style: italic; 2858 2858 margin: 1em 0; … … 2865 2865 width: 100%; 2866 2866 margin-bottom: 20px; 2867 border-bottom: 1px solid # e5e5e5;2867 border-bottom: 1px solid #dcdcde; 2868 2868 } 2869 2869 … … 2946 2946 #plugin-information .fyi { 2947 2947 float: none; 2948 border: 1px solid #d dd;2948 border: 1px solid #dcdcde; 2949 2949 position: static; 2950 2950 width: auto; … … 2972 2972 /* Thickbox for the Plugin details modal. */ 2973 2973 #TB_window.plugin-details-modal { 2974 background: #f cfcfc;2974 background: #fff; 2975 2975 } 2976 2976 … … 2985 2985 z-index: -1; 2986 2986 margin: -10px 0 0 -10px; 2987 background: #f cfcfcurl(../images/spinner.gif) no-repeat center;2987 background: #fff url(../images/spinner.gif) no-repeat center; 2988 2988 background-size: 20px 20px; 2989 2989 transform: translateZ(0); … … 3011 3011 left: auto; 3012 3012 right: -30px; 3013 color: # eee;3013 color: #f0f0f1; 3014 3014 } 3015 3015 3016 3016 .plugin-details-modal #TB_closeWindowButton:hover, 3017 3017 .plugin-details-modal #TB_closeWindowButton:focus { 3018 color: # 006799;3018 color: #135e96; 3019 3019 outline: none; 3020 3020 box-shadow: none; … … 3105 3105 line-height: 16px; 3106 3106 vertical-align: top; 3107 color: #7 2777c;3107 color: #787c82; 3108 3108 } 3109 3109 … … 3112 3112 .postbox .handlediv:focus { 3113 3113 box-shadow: 3114 0 0 0 1px # 5b9dd9,3115 0 0 2px 1px rgba( 30, 140, 190, 0.8);3114 0 0 0 1px #4f94d4, 3115 0 0 2px 1px rgba(79, 148, 212, 0.8); 3116 3116 /* Only visible in Windows High Contrast mode */ 3117 3117 outline: 1px solid transparent; … … 3139 3139 font-family: Consolas, Monaco, monospace; 3140 3140 font-size: 13px; 3141 background: #f 9f9f9;3141 background: #f6f7f7; 3142 3142 -moz-tab-size: 4; 3143 3143 -o-tab-size: 4; … … 3150 3150 min-height: 60vh; 3151 3151 height: calc( 100vh - 295px ); 3152 border: 1px solid #d dd;3152 border: 1px solid #dcdcde; 3153 3153 box-sizing: border-box; 3154 3154 } … … 3172 3172 min-height: 60vh; 3173 3173 height: calc(100vh - 295px); 3174 background-color: #f 7f7f7;3175 border: 1px solid #d dd;3174 background-color: #f6f7f7; 3175 border: 1px solid #dcdcde; 3176 3176 border-left: none; 3177 3177 } … … 3217 3217 } 3218 3218 [role="treeitem"] .folder-label.focus { 3219 color: # 124964;3219 color: #043959; 3220 3220 box-shadow: 3221 0 0 0 1px # 5b9dd9,3222 0 0 2px 1px rgba( 30, 140, 190, 0.8);3221 0 0 0 1px #4f94d4, 3222 0 0 2px 1px rgba(79, 148, 212, 0.8); 3223 3223 } 3224 3224 [role="treeitem"].hover, 3225 3225 [role="treeitem"] .folder-label.hover { 3226 background-color: # eaeaea;3226 background-color: #f0f0f1; 3227 3227 } 3228 3228 … … 3241 3241 position: absolute; 3242 3242 left: 2px; 3243 border-left: 1px solid #c cc;3243 border-left: 1px solid #c3c4c7; 3244 3244 top: -13px; 3245 3245 bottom: 10px; … … 3249 3249 position: absolute; 3250 3250 display: block; 3251 border-left: 1px solid #c cc;3251 border-left: 1px solid #c3c4c7; 3252 3252 left: 2px; 3253 3253 top: -5px; 3254 3254 height: 18px; 3255 3255 width: 7px; 3256 border-bottom: 1px solid #c cc;3256 border-bottom: 1px solid #c3c4c7; 3257 3257 } 3258 3258 .tree-folder > li::after { … … 3260 3260 position: absolute; 3261 3261 display: block; 3262 border-left: 1px solid #c cc;3262 border-left: 1px solid #c3c4c7; 3263 3263 left: 2px; 3264 3264 bottom: -7px; … … 3381 3381 3382 3382 .nonessential { 3383 color: #6 66;3383 color: #646970; 3384 3384 font-size: 11px; 3385 3385 font-style: italic; … … 3429 3429 .toggle-indicator, 3430 3430 .accordion-section-title:after { 3431 color: #7 2777c;3431 color: #787c82; 3432 3432 } 3433 3433 3434 3434 .widget-action { 3435 color: #5 55d66; /* #fafafa background in the Widgets screen */3435 color: #50575e; /* #fafafa background in the Widgets screen */ 3436 3436 } 3437 3437 … … 3446 3446 .sidebar-name:hover .toggle-indicator, 3447 3447 .accordion-section-title:hover:after { 3448 color: # 23282d;3448 color: #1d2327; 3449 3449 /* Only visible in Windows High Contrast mode */ 3450 3450 outline: 1px solid transparent; … … 3453 3453 .widget-top .widget-action:focus .toggle-indicator:before { 3454 3454 box-shadow: 3455 0 0 0 1px # 5b9dd9,3456 0 0 2px 1px rgba( 30, 140, 190, 0.8);3455 0 0 0 1px #4f94d4, 3456 0 0 2px 1px rgba(79, 148, 212, 0.8); 3457 3457 } 3458 3458 … … 3487 3487 /* Accordion */ 3488 3488 .accordion-section { 3489 border-bottom: 1px solid #d dd;3489 border-bottom: 1px solid #dcdcde; 3490 3490 margin: 0; 3491 3491 } … … 3497 3497 3498 3498 .accordion-section.open:hover { 3499 border-bottom-color: #d dd;3499 border-bottom-color: #dcdcde; 3500 3500 } 3501 3501 … … 3511 3511 padding: 12px 15px 15px; 3512 3512 position: relative; 3513 border-left: 1px solid #d dd;3514 border-right: 1px solid #d dd;3513 border-left: 1px solid #dcdcde; 3514 border-right: 1px solid #dcdcde; 3515 3515 -webkit-user-select: none; 3516 3516 -ms-user-select: none; … … 3536 3536 .accordion-section-title:hover:after, 3537 3537 .accordion-section-title:focus:after { 3538 border-color: #a 0a5aatransparent;3538 border-color: #a7aaad transparent; 3539 3539 /* Only visible in Windows High Contrast mode */ 3540 3540 outline: 1px solid transparent; … … 3567 3567 .js .control-section.open .accordion-section-title, 3568 3568 .js .control-section .accordion-section-title:focus { 3569 color: # 23282d;3570 background: #f 5f5f5;3569 color: #1d2327; 3570 background: #f6f7f7; 3571 3571 } 3572 3572 3573 3573 .control-section.open .accordion-section-title { 3574 3574 /* When expanded */ 3575 border-bottom: 1px solid #d dd;3575 border-bottom: 1px solid #dcdcde; 3576 3576 } 3577 3577 … … 3613 3613 top: 0; 3614 3614 right: 0; 3615 background: #c cc;3615 background: #c3c4c7; 3616 3616 } 3617 3617 … … 3633 3633 .my-sites li:nth-of-type(4n+1), 3634 3634 .my-sites li:nth-of-type(4n+2) { 3635 background-color: #f 9f9f9;3635 background-color: #f6f7f7; 3636 3636 } 3637 3637 … … 3650 3650 .my-sites li:nth-of-type(6n+2), 3651 3651 .my-sites li:nth-of-type(6n+3) { 3652 background-color: #f 9f9f9;3652 background-color: #f6f7f7; 3653 3653 } 3654 3654 } … … 3671 3671 .my-sites li:nth-of-type(8n+3), 3672 3672 .my-sites li:nth-of-type(8n+4) { 3673 background-color: #f 9f9f9;3673 background-color: #f6f7f7; 3674 3674 } 3675 3675 } … … 3693 3693 .my-sites li:nth-of-type(10n+4), 3694 3694 .my-sites li:nth-of-type(10n+5) { 3695 background-color: #f 9f9f9;3695 background-color: #f6f7f7; 3696 3696 } 3697 3697 } … … 3716 3716 .my-sites li:nth-of-type(12n+5), 3717 3717 .my-sites li:nth-of-type(12n+6) { 3718 background-color: #f 9f9f9;3718 background-color: #f6f7f7; 3719 3719 } 3720 3720 } … … 3884 3884 3885 3885 #templateside > ul { 3886 border-left: 1px solid #d dd;3886 border-left: 1px solid #dcdcde; 3887 3887 } 3888 3888 … … 4094 4094 nav .nav-tab { 4095 4095 margin: 10px 10px 0 0; 4096 border-bottom: 1px solid #c cc;4096 border-bottom: 1px solid #c3c4c7; 4097 4097 } 4098 4098 … … 4100 4100 .nav-tab-active:focus, 4101 4101 .nav-tab-active:focus:active { 4102 border-bottom: 1px solid #c cc;4102 border-bottom: 1px solid #c3c4c7; 4103 4103 } 4104 4104 -
trunk/src/wp-admin/css/customize-controls.css
r49991 r50025 62 62 63 63 #customize-controls .description { 64 color: #5 55d66;64 color: #50575e; 65 65 } 66 66 … … 81 81 82 82 #customize-save-button-wrapper .save:focus, #publish-settings:focus { 83 box-shadow: 0 1px 0 # 0073aa, 0 0 2px 1px #33b3db; /* This is default box shadow for focus */83 box-shadow: 0 1px 0 #2271b1, 0 0 2px 1px #72aee6; /* This is default box shadow for focus */ 84 84 } 85 85 … … 99 99 margin: 0; 100 100 z-index: -1; 101 background: # eee;101 background: #f0f0f1; 102 102 transition: left .18s; 103 border-right: 1px solid #d dd;104 border-left: 1px solid #d dd;103 border-right: 1px solid #dcdcde; 104 border-left: 1px solid #dcdcde; 105 105 height: 100%; 106 106 } … … 180 180 181 181 #customize-header-actions { 182 border-bottom: 1px solid #d dd;182 border-bottom: 1px solid #dcdcde; 183 183 } 184 184 … … 189 189 190 190 .outer-section-open #customize-controls .wp-full-overlay-sidebar-content { 191 background: # eee;191 background: #f0f0f1; 192 192 } 193 193 194 194 #customize-controls .customize-info { 195 195 border: none; 196 border-bottom: 1px solid #d dd;196 border-bottom: 1px solid #dcdcde; 197 197 margin-bottom: 15px; 198 198 } … … 200 200 #customize-control-changeset_status .customize-inside-control-row, 201 201 #customize-control-changeset_preview_link input { 202 background-color: #fff fff;203 border-bottom: 1px solid #d dd;202 background-color: #fff; 203 border-bottom: 1px solid #dcdcde; 204 204 box-sizing: content-box; 205 205 width: 100%; … … 227 227 228 228 #customize-controls .date-input:invalid { 229 border-color: #d c3232;229 border-color: #d63638; 230 230 } 231 231 … … 237 237 238 238 #customize-control-changeset_status .customize-inside-control-row:first-of-type { 239 border-top: 1px solid #d dd;239 border-top: 1px solid #dcdcde; 240 240 } 241 241 … … 269 269 height: 28px; 270 270 position: absolute; 271 background: #fff fff;271 background: #fff; 272 272 top: -1px; 273 273 } … … 287 287 #customize-control-changeset_preview_link input { 288 288 line-height: 2.85714286; /* 40px */ 289 border-top: 1px solid #d dd;289 border-top: 1px solid #dcdcde; 290 290 border-left: none; 291 291 border-right: none; … … 316 316 #customize-control-changeset_preview_link a.disabled:focus, 317 317 #customize-control-changeset_preview_link a.disabled:visited { 318 color: black;318 color: #000; 319 319 opacity: 0.4; 320 320 cursor: default; … … 377 377 margin-left: -12px; 378 378 padding: 12px; 379 background: #fff fff;380 border-bottom: 1px solid #d dd;379 background: #fff; 380 border-bottom: 1px solid #dcdcde; 381 381 margin-bottom: 0; 382 382 } … … 410 410 #customize-controls .customize-info .accordion-section-title { 411 411 background: #fff; 412 color: #5 55d66;412 color: #50575e; 413 413 border-left: none; 414 414 border-right: none; … … 420 420 #customize-controls .customize-info .accordion-section-title:hover:after, 421 421 #customize-controls .customize-info .accordion-section-title:focus:after { 422 color: # 32373c;422 color: #2c3338; 423 423 } 424 424 … … 463 463 -webkit-appearance: none; 464 464 background: transparent; 465 color: #5 55d66;465 color: #50575e; 466 466 border: none; 467 467 } … … 476 476 #customize-controls .customize-info .customize-help-toggle:focus, 477 477 #customize-controls .customize-info .customize-help-toggle:hover { 478 color: # 0073aa;478 color: #2271b1; 479 479 } 480 480 … … 483 483 #customize-outer-theme-controls .customize-info .customize-section-description, 484 484 #customize-controls .no-widget-areas-rendered-notice { 485 color: #5 55d66;485 color: #50575e; 486 486 display: none; 487 487 background: #fff; 488 488 padding: 12px 15px; 489 border-top: 1px solid #d dd;489 border-top: 1px solid #dcdcde; 490 490 } 491 491 … … 528 528 #customize-theme-controls .accordion-section-title, 529 529 #customize-outer-theme-controls .accordion-section-title { 530 color: #5 55d66;530 color: #50575e; 531 531 background-color: #fff; 532 border-bottom: 1px solid #d dd;532 border-bottom: 1px solid #dcdcde; 533 533 border-left: 4px solid #fff; 534 534 transition: … … 539 539 540 540 #customize-controls #customize-theme-controls .customize-themes-panel .accordion-section-title { 541 color: #5 55;541 color: #50575e; 542 542 background-color: #fff; 543 543 border-left: 4px solid #fff; … … 547 547 #customize-outer-theme-controls .accordion-section-title:after { 548 548 content: "\f345"; 549 color: #a 0a5aa;549 color: #a7aaad; 550 550 } 551 551 552 552 #customize-theme-controls .accordion-section-content, 553 553 #customize-outer-theme-controls .accordion-section-content { 554 color: #5 55d66;554 color: #50575e; 555 555 background: transparent; 556 556 } … … 560 560 #customize-controls .control-section.open .accordion-section-title, 561 561 #customize-controls .control-section .accordion-section-title:focus { 562 color: # 0073aa;563 background: #f 3f3f5;564 border-left-color: # 0073aa;562 color: #2271b1; 563 background: #f6f7f7; 564 border-left-color: #2271b1; 565 565 } 566 566 567 567 #accordion-section-themes + .control-section { 568 border-top: 1px solid #d dd;568 border-top: 1px solid #dcdcde; 569 569 } 570 570 … … 573 573 .js .control-section.open .accordion-section-title, 574 574 .js .control-section .accordion-section-title:focus { 575 background: #f 3f3f5;575 background: #f6f7f7; 576 576 } 577 577 … … 584 584 #customize-outer-theme-controls .control-section.open .accordion-section-title:after, 585 585 #customize-outer-theme-controls .control-section .accordion-section-title:focus:after { 586 color: # 0073aa;586 color: #2271b1; 587 587 } 588 588 589 589 #customize-theme-controls .control-section.open { 590 border-bottom: 1px solid # eee;590 border-bottom: 1px solid #f0f0f1; 591 591 } 592 592 593 593 #customize-theme-controls .control-section.open .accordion-section-title, 594 594 #customize-outer-theme-controls .control-section.open .accordion-section-title { 595 border-bottom-color: # eee!important;595 border-bottom-color: #f0f0f1 !important; 596 596 } 597 597 598 598 #customize-theme-controls .control-section:last-of-type.open, 599 599 #customize-theme-controls .control-section:last-of-type > .accordion-section-title { 600 border-bottom-color: #d dd;600 border-bottom-color: #dcdcde; 601 601 } 602 602 … … 604 604 #customize-theme-controls .control-panel-nav_menus .control-section-nav_menu, 605 605 #customize-theme-controls .control-section-nav_menu_locations .accordion-section-title { 606 border-top: 1px solid #d dd;606 border-top: 1px solid #dcdcde; 607 607 } 608 608 … … 718 718 .customize-section-title { 719 719 margin: -12px -12px 0 -12px; 720 border-bottom: 1px solid #d dd;720 border-bottom: 1px solid #dcdcde; 721 721 background: #fff; 722 722 } … … 739 739 740 740 #customize-theme-controls .customize-themes-panel h3.customize-section-title:first-child { 741 border-bottom: 1px solid #d dd;741 border-bottom: 1px solid #dcdcde; 742 742 padding: 12px 12px 12px 12px; 743 743 } … … 752 752 margin: 0; 753 753 line-height: 21px; 754 color: #5 55d66;754 color: #50575e; 755 755 } 756 756 … … 778 778 height: 41px; 779 779 padding: 0 2px 0 0; 780 background: # eee;780 background: #f0f0f1; 781 781 border: none; 782 border-top: 4px solid # eee;783 border-right: 1px solid #d dd;784 color: # 444;782 border-top: 4px solid #f0f0f1; 783 border-right: 1px solid #dcdcde; 784 color: #3c434a; 785 785 text-align: left; 786 786 cursor: pointer; … … 802 802 background: #fff; 803 803 border: none; 804 border-right: 1px solid #d dd;804 border-right: 1px solid #dcdcde; 805 805 border-left: 4px solid #fff; 806 806 box-shadow: none; … … 832 832 #customize-controls .cannot-expand:hover .accordion-section-title { 833 833 background: #fff; 834 color: #5 55d66;834 color: #50575e; 835 835 border-left-color: #fff; 836 836 } … … 841 841 .customize-controls-preview-toggle:hover { 842 842 background: #fff; 843 color: # 0073aa;844 border-top-color: # 0073aa;843 color: #2271b1; 844 border-top-color: #2271b1; 845 845 box-shadow: none; 846 846 /* Only visible in Windows High Contrast mode */ … … 858 858 .customize-section-back:hover, 859 859 .customize-section-back:focus { 860 color: # 0073aa;861 background: #f 3f3f5;862 border-left-color: # 0073aa;860 color: #2271b1; 861 background: #f6f7f7; 862 border-left-color: #2271b1; 863 863 box-shadow: none; 864 864 /* Only visible in Windows High Contrast mode */ … … 884 884 885 885 .wp-full-overlay-sidebar .wp-full-overlay-header { 886 background-color: # eee;886 background-color: #f0f0f1; 887 887 transition: padding ease-in-out .18s; 888 888 } … … 1063 1063 bottom: 0; 1064 1064 z-index: 10; 1065 background: # eee;1065 background: #f0f0f1; 1066 1066 display: flex; 1067 1067 } … … 1085 1085 1086 1086 .customize-control-dropdown-pages .new-content-item .create-item-input.invalid { 1087 border: 1px solid #d c3232;1087 border: 1px solid #d63638; 1088 1088 } 1089 1089 … … 1104 1104 1105 1105 .wp-full-overlay-sidebar { 1106 background: # eee;1107 border-right: 1px solid #d dd;1106 background: #f0f0f1; 1107 border-right: 1px solid #dcdcde; 1108 1108 } 1109 1109 … … 1121 1121 #customize-controls .customize-control-widget_form.has-error .widget .widget-top, 1122 1122 .customize-control-nav_menu_item.has-error .menu-item-bar .menu-item-handle { 1123 box-shadow: inset 0 0 0 2px #d c3232;1123 box-shadow: inset 0 0 0 2px #d63638; 1124 1124 transition: .15s box-shadow linear; 1125 1125 } … … 1148 1148 1149 1149 .customize-control-text.has-error input { 1150 outline: 2px solid #d c3232;1150 outline: 2px solid #d63638; 1151 1151 } 1152 1152 … … 1155 1155 top: 46px; 1156 1156 width: 100%; 1157 border-bottom: 1px solid #d dd;1157 border-bottom: 1px solid #dcdcde; 1158 1158 display: block; 1159 1159 padding: 0; … … 1183 1183 #customize-controls .panel-meta > .customize-control-notifications-container, 1184 1184 #customize-controls .customize-section-title > .customize-control-notifications-container { 1185 border-top: 1px solid #d dd;1185 border-top: 1px solid #dcdcde; 1186 1186 } 1187 1187 #customize-controls #customize-notifications-area .notice, … … 1220 1220 #customize-controls #customize-notifications-area .notice.notification-overlay .notification-message { 1221 1221 clear: both; 1222 color: #1 91e23;1222 color: #1d2327; 1223 1223 font-size: 18px; 1224 1224 font-style: normal; … … 1264 1264 margin-right: 16px; 1265 1265 padding: 4px 5px; 1266 border: 2px solid # eee;1266 border: 2px solid #f0f0f1; 1267 1267 -webkit-user-select: none; 1268 1268 -ms-user-select: none; … … 1277 1277 right: 0; 1278 1278 width: 20px; 1279 background: # eee;1279 background: #f0f0f1; 1280 1280 } 1281 1281 … … 1292 1292 -moz-osx-font-smoothing: grayscale; 1293 1293 text-decoration: none !important; 1294 color: # 32373c;1294 color: #2c3338; 1295 1295 } 1296 1296 1297 1297 .customize-control .dropdown-status { 1298 color: # 32373c;1299 background: # eee;1298 color: #2c3338; 1299 background: #f0f0f1; 1300 1300 display: none; 1301 1301 max-width: 112px; … … 1308 1308 1309 1309 .customize-control-color .dropdown .dropdown-content { 1310 background-color: #5 55d66;1310 background-color: #50575e; 1311 1311 border: 1px solid rgba(0, 0, 0, 0.15); 1312 1312 } … … 1377 1377 text-align: center; 1378 1378 cursor: default; 1379 border: 1px dashed # b4b9be;1379 border: 1px dashed #c3c4c7; 1380 1380 box-sizing: border-box; 1381 1381 padding: 9px 0; … … 1385 1385 .customize-control .attachment-media-view .button-add-media { 1386 1386 cursor: pointer; 1387 background-color: # edeff0;1388 color: # 32373c;1387 background-color: #f0f0f1; 1388 color: #2c3338; 1389 1389 } 1390 1390 1391 1391 .customize-control .attachment-media-view .button-add-media:hover { 1392 background-color: #f bfbfc;1392 background-color: #fff; 1393 1393 } 1394 1394 1395 1395 .customize-control .attachment-media-view .button-add-media:focus { 1396 background-color: #f bfbfc;1397 border-color: # 007cba;1396 background-color: #fff; 1397 border-color: #3582c4; 1398 1398 border-style: solid; 1399 box-shadow: 0 0 0 1px # 007cba;1399 box-shadow: 0 0 0 1px #3582c4; 1400 1400 /* Only visible in Windows High Contrast mode */ 1401 1401 outline: 2px solid transparent; … … 1406 1406 position: absolute; 1407 1407 width: 100%; 1408 color: #5 55d66;1408 color: #50575e; 1409 1409 white-space: nowrap; 1410 1410 text-overflow: ellipsis; … … 1450 1450 bottom: 0; 1451 1451 right: 0; 1452 border: 4px solid # 00a0d2;1452 border: 4px solid #72aee6; 1453 1453 border-radius: 2px; 1454 1454 } … … 1463 1463 font-size: 20px; 1464 1464 color: #fff; 1465 background: #5 55d66;1465 background: #50575e; 1466 1466 background: rgba(0, 0, 0, 0.5); 1467 1467 position: absolute; … … 1481 1481 1482 1482 .customize-control-header .header-view .close:focus { 1483 outline: 1px solid # 5b9dd9;1483 outline: 1px solid #4f94d4; 1484 1484 } 1485 1485 … … 1543 1543 outline: none; 1544 1544 box-shadow: 1545 0 0 0 1px # 5b9dd9,1546 0 0 3px 1px rgba( 30, 140, 190, 0.8);1545 0 0 0 1px #4f94d4, 1546 0 0 3px 1px rgba(79, 148, 212, 0.8); 1547 1547 } 1548 1548 … … 1661 1661 cursor: default; 1662 1662 background: #fff; 1663 color: #5 55d66;1664 border-top: 1px solid #d dd;1665 border-bottom: 1px solid #d dd;1663 color: #50575e; 1664 border-top: 1px solid #dcdcde; 1665 border-bottom: 1px solid #dcdcde; 1666 1666 border-left: none; 1667 1667 border-right: none; … … 1721 1721 width: calc(100% - 300px); 1722 1722 height: calc(100% - 96px); 1723 background: # eee;1723 background: #f0f0f1; 1724 1724 z-index: 20; 1725 1725 } … … 1758 1758 1759 1759 .wp-full-overlay.in-themes-panel { 1760 background: # eee; /* Prevents a black flash when fading in the panel */1760 background: #f0f0f1; /* Prevents a black flash when fading in the panel */ 1761 1761 } 1762 1762 … … 1796 1796 1797 1797 .themes-filter-bar .feature-filter-toggle.open { 1798 background: # eee;1799 border-color: # 999;1798 background: #f0f0f1; 1799 border-color: #8c8f94; 1800 1800 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); 1801 1801 } … … 1814 1814 border-top: 0; 1815 1815 margin: 0; 1816 background: # eee;1817 border-bottom: 1px solid #d dd;1816 background: #f0f0f1; 1817 border-bottom: 1px solid #dcdcde; 1818 1818 } 1819 1819 … … 1854 1854 .control-panel-themes .filter-themes-count .themes-displayed { 1855 1855 font-weight: 600; 1856 color: #5 55d66;1856 color: #50575e; 1857 1857 } 1858 1858 … … 1878 1878 margin: 15px 0 0 0; 1879 1879 line-height: 16px; 1880 border-bottom: 1px solid #d dd;1881 color: #5 55d66;1880 border-bottom: 1px solid #dcdcde; 1881 color: #50575e; 1882 1882 } 1883 1883 … … 1888 1888 outline: none; 1889 1889 border-top: none; 1890 border-bottom: 1px solid #d dd;1890 border-bottom: 1px solid #dcdcde; 1891 1891 border-left: 4px solid #fff; 1892 1892 border-right: none; … … 1897 1897 font-size: 14px; 1898 1898 font-weight: 600; 1899 color: #5 55d66;1899 color: #50575e; 1900 1900 text-shadow: none; 1901 1901 } 1902 1902 1903 1903 .control-panel-themes #accordion-section-installed_themes { 1904 border-top: 1px solid #d dd;1904 border-top: 1px solid #dcdcde; 1905 1905 } 1906 1906 … … 1912 1912 .control-panel-themes .customize-themes-section-title:focus, 1913 1913 .control-panel-themes .customize-themes-section-title:hover { 1914 border-left-color: # 0073aa;1915 color: # 0073aa;1916 background: #f 5f5f5;1914 border-left-color: #2271b1; 1915 color: #2271b1; 1916 background: #f6f7f7; 1917 1917 } 1918 1918 … … 1926 1926 height: 18px; 1927 1927 border-radius: 100%; 1928 border: 1px solid #c cc;1928 border: 1px solid #c3c4c7; 1929 1929 background: #fff; 1930 1930 } … … 1941 1941 top: 9px; 1942 1942 right: 15px; 1943 background: # 0073aa;1943 background: #2271b1; 1944 1944 color: #fff; 1945 1945 } 1946 1946 1947 1947 .control-panel-themes .customize-themes-section-title.selected { 1948 color: # 0073aa;1948 color: #2271b1; 1949 1949 } 1950 1950 … … 1980 1980 width: 100%; 1981 1981 margin: 0; 1982 border: 1px solid #d dd;1982 border: 1px solid #dcdcde; 1983 1983 background: #fff; 1984 1984 } … … 2057 2057 width: calc(100% - 300px); 2058 2058 height: 46px; 2059 background: # eee;2059 background: #f0f0f1; 2060 2060 z-index: 10; 2061 2061 padding: 6px 25px; 2062 2062 box-sizing: border-box; 2063 border-bottom: 1px solid #d dd;2063 border-bottom: 1px solid #dcdcde; 2064 2064 } 2065 2065 … … 2182 2182 top: 0; 2183 2183 left: 0; 2184 background: # eee;2185 color: # 444;2184 background: #f0f0f1; 2185 color: #3c434a; 2186 2186 border-radius: 0; 2187 2187 box-shadow: none; … … 2192 2192 text-align: left; 2193 2193 text-shadow: none; 2194 border-bottom: 1px solid #d dd;2194 border-bottom: 1px solid #dcdcde; 2195 2195 border-left: 4px solid transparent; 2196 2196 margin: 0; … … 2208 2208 line-height: 2.3; 2209 2209 padding: 0 8px 0 8px; 2210 border-right: 1px solid #d dd;2210 border-right: 1px solid #dcdcde; 2211 2211 } 2212 2212 2213 2213 .wp-customizer .showing-themes .control-panel-themes .customize-themes-mobile-back:hover, 2214 2214 .wp-customizer .showing-themes .control-panel-themes .customize-themes-mobile-back:focus { 2215 color: # 0073aa;2216 background: #f 3f3f5;2217 border-left-color: # 0073aa;2215 color: #2271b1; 2216 background: #f6f7f7; 2217 border-left-color: #2271b1; 2218 2218 box-shadow: none; 2219 2219 /* Only visible in Windows High Contrast mode */ … … 2258 2258 2259 2259 .wp-customizer .theme-overlay .theme-backdrop { 2260 background: rgba(2 38, 238, 238, 0.75);2260 background: rgba(240, 240, 241, 0.75); 2261 2261 position: fixed; 2262 2262 z-index: 110; … … 2283 2283 text-align: right; /* Because there're only one or two actions, match the UI pattern of media modals and right-align the action. */ 2284 2284 padding: 10px 25px; 2285 background: # eee;2286 border-top: 1px solid #d dd;2285 background: #f0f0f1; 2286 border-top: 1px solid #dcdcde; 2287 2287 } 2288 2288 … … 2303 2303 2304 2304 .wp-customizer .theme-header { 2305 background: # eee;2305 background: #f0f0f1; 2306 2306 } 2307 2307 2308 2308 .wp-customizer .theme-overlay .theme-header button, 2309 2309 .wp-customizer .theme-overlay .theme-header .close:before { 2310 color: # 444;2310 color: #3c434a; 2311 2311 } 2312 2312 … … 2318 2318 .wp-customizer .theme-overlay .theme-header .left:hover { 2319 2319 background: #fff; 2320 border-bottom: 4px solid # 0073aa;2321 color: # 0073aa;2320 border-bottom: 4px solid #2271b1; 2321 color: #2271b1; 2322 2322 } 2323 2323 2324 2324 .wp-customizer .theme-overlay .theme-header .close:focus:before, 2325 2325 .wp-customizer .theme-overlay .theme-header .close:hover:before { 2326 color: # 0073aa;2326 color: #2271b1; 2327 2327 } 2328 2328 … … 2332 2332 border-bottom: none; 2333 2333 background: transparent; 2334 color: #c cc;2334 color: #c3c4c7; 2335 2335 } 2336 2336 … … 2354 2354 height: auto; 2355 2355 background: #fff; 2356 border: 1px solid #c cd0d4;2356 border: 1px solid #c3c4c7; 2357 2357 margin: 50px auto 2em; 2358 2358 padding: 1em 2em; 2359 2359 max-width: 700px; 2360 2360 min-width: 0; 2361 box-shadow: 0 1px 1px rgba(0, 0, 0, .04);2361 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 2362 2362 } 2363 2363 2364 2364 body.cheatin h1 { 2365 border-bottom: 1px solid #d dd;2365 border-bottom: 1px solid #dcdcde; 2366 2366 clear: both; 2367 color: #5 55d66;2367 color: #50575e; 2368 2368 font-size: 24px; 2369 2369 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; … … 2447 2447 width: 33px; /* was 42px for mobile */ 2448 2448 height: 43px; 2449 color: #8 2878c;2449 color: #8c8f94; 2450 2450 text-indent: -9999px; 2451 2451 cursor: pointer; … … 2480 2480 .menu-item-reorder-nav button:hover, 2481 2481 .menu-item-reorder-nav button:focus { 2482 color: #1 91e23;2483 background: # eee;2482 color: #1d2327; 2483 background: #f0f0f1; 2484 2484 } 2485 2485 … … 2500 2500 .move-right-disabled .menus-move-right, 2501 2501 .move-left-disabled .menus-move-left { 2502 color: #d 5d5d5;2502 color: #dcdcde; 2503 2503 background-color: #fff; 2504 2504 cursor: default; … … 2521 2521 .add-menu-toggle.open, 2522 2522 .add-menu-toggle.open:hover { 2523 background: # eee;2524 border-color: # 929793;2525 color: # 32373c;2523 background: #f0f0f1; 2524 border-color: #8c8f94; 2525 color: #2c3338; 2526 2526 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); 2527 2527 } … … 2545 2545 margin: 0; 2546 2546 z-index: 4; 2547 background: # eee;2547 background: #f0f0f1; 2548 2548 transition: left .18s; 2549 border-right: 1px solid #d dd;2549 border-right: 1px solid #dcdcde; 2550 2550 } 2551 2551 … … 2561 2561 bottom: 0; 2562 2562 width: 100%; 2563 border-top: 1px solid #d dd;2563 border-top: 1px solid #dcdcde; 2564 2564 } 2565 2565 … … 2573 2573 z-index: 1; 2574 2574 width: 300px; 2575 background: # eee;2575 background: #f0f0f1; 2576 2576 } 2577 2577 … … 2606 2606 line-height: 2.1; 2607 2607 text-align: center; 2608 color: #7 2777c;2608 color: #787c82; 2609 2609 } 2610 2610 … … 2620 2620 cursor: pointer; 2621 2621 background: none; 2622 color: # a00;2622 color: #d63638; 2623 2623 text-decoration: none; 2624 2624 outline: 0; … … 2649 2649 #available-menu-items-search .clear-results:hover, 2650 2650 #available-menu-items-search .clear-results:focus { 2651 color: #d c3232;2651 color: #d63638; 2652 2652 } 2653 2653 … … 2655 2655 #available-menu-items-search .clear-results:focus { 2656 2656 box-shadow: 2657 0 0 0 1px # 5b9dd9,2658 0 0 2px 1px rgba( 30, 140, 190, 0.8);2657 0 0 0 1px #4f94d4, 2658 0 0 2px 1px rgba(79, 148, 212, 0.8); 2659 2659 } 2660 2660 … … 2674 2674 left: 26px; 2675 2675 z-index: 1; 2676 color: #7 2777c;2676 color: #787c82; 2677 2677 height: 30px; 2678 2678 width: 30px; … … 2706 2706 padding: 15px 15px 15px 60px; 2707 2707 background: #fff; 2708 border-bottom: 1px solid #d dd;2708 border-bottom: 1px solid #dcdcde; 2709 2709 border-left: 4px solid #fff; 2710 2710 transition: … … 2825 2825 margin: 0; 2826 2826 height: 45px; 2827 background: # eee;2827 background: #f0f0f1; 2828 2828 border: 0; 2829 border-right: 1px solid #d dd;2830 color: #5 55d66;2829 border-right: 1px solid #dcdcde; 2830 color: #50575e; 2831 2831 cursor: pointer; 2832 2832 transition: color .1s ease-in-out, background .1s ease-in-out; … … 2903 2903 margin: 0; 2904 2904 line-height: 24px; 2905 color: #5 55d66;2905 color: #50575e; 2906 2906 display: block; 2907 2907 overflow: hidden; -
trunk/src/wp-admin/css/customize-nav-menus.css
r49991 r50025 5 5 6 6 #customize-theme-controls #accordion-section-menu_locations > .accordion-section-title { 7 border-bottom-color: #d dd;7 border-bottom-color: #dcdcde; 8 8 margin-top: 15px; 9 9 } … … 30 30 #customize-controls .control-section .accordion-section-title:focus .menu-in-location, 31 31 #customize-controls .control-section .accordion-section-title:hover .menu-in-location { 32 color: #5 55;32 color: #50575e; 33 33 } 34 34 … … 85 85 86 86 .customize-control-nav_menu_item.has-notifications .menu-item-handle { 87 border-left: 4px solid # 00a0d2;87 border-left: 4px solid #72aee6; 88 88 } 89 89 … … 93 93 z-index: 8; 94 94 padding: 10px; 95 background: # eee;96 border: 1px solid # 999;95 background: #f0f0f1; 96 border: 1px solid #8c8f94; 97 97 border-top: none; 98 98 } … … 195 195 196 196 .wp-customizer .menu-settings .menu-theme-locations { 197 border-top: 1px solid #c cc;197 border-top: 1px solid #c3c4c7; 198 198 } 199 199 … … 210 210 .wp-customizer .control-section-nav_menu .menu-location-settings { 211 211 margin-top: 24px; 212 border-top: 1px solid #d dd;212 border-top: 1px solid #dcdcde; 213 213 } 214 214 … … 235 235 236 236 #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle { 237 color: #5 55;237 color: #50575e; 238 238 } 239 239 … … 242 242 background: none; 243 243 border: none; 244 color: #5 55;244 color: #50575e; 245 245 cursor: pointer; 246 246 margin: 0; … … 266 266 #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active, 267 267 #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus { 268 color: # 0073aa;268 color: #2271b1; 269 269 } 270 270 … … 298 298 display: none; 299 299 background: #fff; 300 border-top: 1px solid #d dd;300 border-top: 1px solid #dcdcde; 301 301 padding: 4px 15px 15px; 302 302 } … … 326 326 speak: never; 327 327 border-radius: 50%; 328 color: #7 2777c;328 color: #787c82; 329 329 font: normal 20px/1 dashicons; 330 330 -webkit-font-smoothing: antialiased; … … 432 432 float: left; 433 433 display: list-item; 434 border-color: #a 0a5aa;434 border-color: #a7aaad; 435 435 } 436 436 … … 457 457 458 458 .menu-item-bar .item-delete { 459 color: # a00;459 color: #d63638; 460 460 position: absolute; 461 461 top: 2px; … … 482 482 box-shadow: none; 483 483 outline: none; 484 color: #d c3232;484 color: #d63638; 485 485 } 486 486 … … 519 519 #available-menu-items .open .accordion-section-title, 520 520 #available-menu-items #available-menu-items-search .accordion-section-title { 521 background: # eee;521 background: #f0f0f1; 522 522 } 523 523 … … 530 530 #available-menu-items .button-link:hover .toggle-indicator:before, 531 531 #available-menu-items .button-link:focus .toggle-indicator:before { 532 color: # 23282d;532 color: #1d2327; 533 533 } 534 534 535 535 #available-menu-items .open .accordion-section-title .toggle-indicator:before { 536 536 content: "\f142"; 537 color: # 23282d;537 color: #1d2327; 538 538 } 539 539 … … 569 569 #available-menu-items .cannot-expand .accordion-section-title .no-items { 570 570 float: right; 571 color: #5 55d66;571 color: #50575e; 572 572 font-weight: 400; 573 573 margin-left: 5px; … … 606 606 #available-menu-items .new-content-item .create-item-input.invalid, 607 607 #available-menu-items .new-content-item .create-item-input.invalid:focus { 608 border: 1px solid #d c3232;608 border: 1px solid #d63638; 609 609 } 610 610 … … 639 639 top: 1px; 640 640 left: 1px; 641 color: #8 2878c;641 color: #8c8f94; 642 642 width: 30px; 643 643 height: 38px; … … 649 649 650 650 #available-menu-items .menu-item-handle .item-add:focus { 651 color: # 23282d;651 color: #1d2327; 652 652 } 653 653 … … 667 667 #available-menu-items .menu-item-handle.item-added:hover .item-add, 668 668 #available-menu-items .menu-item-handle.item-added .item-add:focus { 669 color: #8 2878c;669 color: #8c8f94; 670 670 } 671 671 … … 762 762 opacity: .5; 763 763 background: #fff; 764 color: #7 27773;764 color: #787c82; 765 765 } 766 766 … … 774 774 775 775 #customize-theme-controls .control-panel-content .control-section-nav_menu:nth-last-child(2) .accordion-section-title { 776 border-bottom-color: #d dd;776 border-bottom-color: #dcdcde; 777 777 } 778 778 … … 828 828 position: relative; 829 829 z-index: 10; 830 color: # 0073aa;830 color: #2271b1; 831 831 } 832 832 … … 834 834 .menu-item-handle:hover .item-edit, 835 835 #available-menu-items .menu-item-handle:hover .item-add { 836 color: # 0073aa;836 color: #2271b1; 837 837 } 838 838 839 839 .menu-item-edit-active .menu-item-handle { 840 border-color: # 999;840 border-color: #8c8f94; 841 841 border-bottom: none; 842 842 } … … 867 867 #available-menu-items .item-add:focus:before { 868 868 box-shadow: 869 0 0 0 1px # 5b9dd9,870 0 0 2px 1px rgba( 30, 140, 190, 0.8);869 0 0 0 1px #4f94d4, 870 0 0 2px 1px rgba(79, 148, 212, 0.8); 871 871 } 872 872 -
trunk/src/wp-admin/css/customize-widgets.css
r49991 r50025 26 26 27 27 .customize-control .widget-action { 28 color: #7 2777c;28 color: #787c82; 29 29 } 30 30 31 31 .customize-control .widget-top:hover .widget-action, 32 32 .customize-control .widget-action:focus { 33 color: # 23282d;33 color: #1d2327; 34 34 } 35 35 … … 67 67 left: 299px; 68 68 top: 25%; 69 border: 1px solid rgb(229, 229, 229);69 border: 1px solid #dcdcde; 70 70 overflow: auto; 71 71 } … … 79 79 .customize-control-widget_form.wide-widget-control.expanding .widget-top, 80 80 .customize-control-widget_form.wide-widget-control.expanded:not(.collapsing) .widget-top { 81 background-color: rgb(227, 227, 227);81 background-color: #dcdcde; 82 82 } 83 83 … … 112 112 .customize-control-widget_form.highlighted { 113 113 outline: none; 114 box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8);114 box-shadow: 0 0 2px rgba(79, 148, 212, 0.8); 115 115 position: relative; 116 116 z-index: 1; … … 128 128 display: none; 129 129 float: right; 130 background-color: #f afafa;130 background-color: #f6f7f7; 131 131 } 132 132 … … 138 138 display: none; 139 139 background: #fff; 140 border: 1px solid #d dd;140 border: 1px solid #dcdcde; 141 141 border-top: none; 142 142 cursor: auto; … … 163 163 margin: 0; 164 164 padding: 13px 15px 15px 42px; 165 color: #5 55;166 border-top: 1px solid # eee;165 color: #50575e; 166 border-top: 1px solid #f0f0f1; 167 167 cursor: pointer; 168 168 -webkit-user-select: none; … … 183 183 184 184 #customize-theme-controls .widget-area-select li:last-child { 185 border-bottom: 1px solid # eee;185 border-bottom: 1px solid #f0f0f1; 186 186 } 187 187 … … 189 189 color: #fff; 190 190 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); 191 background: # 00a0d2;191 background: #72aee6; 192 192 } 193 193 … … 245 245 #available-widgets .widget-tpl:hover, 246 246 #available-widgets .widget-tpl.selected { 247 background: #f 3f3f5;248 border-bottom-color: #c cc;249 color: # 0073aa;250 border-left: 4px solid # 0073aa;247 background: #f6f7f7; 248 border-bottom-color: #c3c4c7; 249 color: #2271b1; 250 border-left: 4px solid #2271b1; 251 251 } 252 252 … … 262 262 #available-widgets .widget .widget-description { 263 263 padding: 0; 264 color: #7 2777c;264 color: #787c82; 265 265 } 266 266 … … 301 301 width: 20px; 302 302 height: 20px; 303 color: # 32373c;303 color: #2c3338; 304 304 font: normal 20px/1 dashicons; 305 305 text-align: center; -
trunk/src/wp-admin/css/dashboard.css
r49325 r50025 56 56 57 57 #dashboard-widgets .postbox-container .empty-container { 58 outline: 3px dashed # b4b9be;58 outline: 3px dashed #c3c4c7; 59 59 height: 250px; 60 60 } … … 62 62 /* Only highlight drop zones when dragging and only in the 2 columns layout. */ 63 63 .is-dragging-metaboxes #dashboard-widgets .meta-box-sortables { 64 outline: 3px dashed #6 06a73;64 outline: 3px dashed #646970; 65 65 /* Prevent margin on the child from collapsing with margin on the parent. */ 66 66 display: flow-root; … … 77 77 padding: 0 2em; 78 78 text-align: center; 79 color: #6 06a73;79 color: #646970; 80 80 font-size: 16px; 81 81 line-height: 1.5; … … 117 117 margin: 16px 0; 118 118 padding: 23px 10px 0; 119 border: 1px solid #c cd0d4;119 border: 1px solid #c3c4c7; 120 120 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 121 121 background: #fff; … … 141 141 142 142 .welcome-panel p { 143 color: #7 2777c;143 color: #787c82; 144 144 } 145 145 … … 204 204 .welcome-panel-column p { 205 205 margin-top: 7px; 206 color: # 444;206 color: #3c434a; 207 207 } 208 208 … … 231 231 #dashboard_right_now li span:before, 232 232 #dashboard_right_now .search-engines-info:before { 233 color: #6 06a73;233 color: #646970; 234 234 font: normal 20px/1 dashicons; 235 235 speak: never; … … 377 377 378 378 .community-events li.event-none { 379 border-left: 4px solid # 00a0d2;379 border-left: 4px solid #72aee6; 380 380 } 381 381 … … 415 415 416 416 .community-events ul { 417 background-color: #f afafa;417 background-color: #f6f7f7; 418 418 padding-left: 0; 419 419 padding-right: 0; … … 424 424 margin: 0; 425 425 padding: 8px 12px; 426 color: # 32373c;426 color: #2c3338; 427 427 } 428 428 .community-events li:first-child { 429 border-top: 1px solid # eee;429 border-top: 1px solid #f0f0f1; 430 430 } 431 431 432 432 .community-events li ~ li { 433 border-top: 1px solid # eee;433 border-top: 1px solid #f0f0f1; 434 434 } 435 435 436 436 .community-events .activity-block.last { 437 border-bottom: 1px solid # eee;437 border-bottom: 1px solid #f0f0f1; 438 438 padding-top: 0; 439 439 margin-top: -1px; … … 452 452 453 453 .event-icon:before { 454 color: #6 06a73;454 color: #646970; 455 455 font-size: 18px; 456 456 } … … 476 476 margin-bottom: 0; 477 477 padding: 12px; 478 border-top: 1px solid # eee;479 color: #d dd;478 border-top: 1px solid #f0f0f1; 479 color: #dcdcde; 480 480 } 481 481 … … 513 513 514 514 .rssSummary { 515 color: #7 2777c;515 color: #787c82; 516 516 margin-top: 4px; 517 517 } … … 533 533 #dashboard_primary .rss-widget span, 534 534 #dashboard_primary .rss-widget span.rss-date { 535 color: #7 2777c;535 color: #787c82; 536 536 } 537 537 … … 597 597 598 598 #dashboard_right_now .sub { 599 color: #5 55d66;600 background: #f 5f5f5;601 border-top: 1px solid # eee;599 color: #50575e; 600 background: #f6f7f7; 601 border-top: 1px solid #f0f0f1; 602 602 padding: 10px 12px 6px 12px; 603 603 } 604 604 605 605 #dashboard_right_now .sub h3 { 606 color: #5 55;606 color: #50575e; 607 607 } 608 608 … … 613 613 #dashboard_right_now .warning a:before, 614 614 #dashboard_right_now .warning span:before { 615 color: #d 54e21;615 color: #d63638; 616 616 } 617 617 … … 625 625 #dashboard_quick_press div.updated { 626 626 margin-bottom: 10px; 627 border: 1px solid # eee;627 border: 1px solid #f0f0f1; 628 628 border-width: 1px 1px 1px 0; 629 629 } … … 670 670 671 671 .js #dashboard_quick_press .drafts { 672 border-top: 1px solid # eee;672 border-top: 1px solid #f0f0f1; 673 673 } 674 674 … … 694 694 } 695 695 #dashboard_quick_press .drafts li time { 696 color: #7 2777c;696 color: #787c82; 697 697 } 698 698 … … 720 720 font-size: 14px; 721 721 font-weight: 400; 722 color: # 23282d;722 color: #1d2327; 723 723 } 724 724 … … 757 757 758 758 #dashboard_activity .no-activity p { 759 color: #7 2777c;759 color: #787c82; 760 760 font-size: 16px; 761 761 } … … 763 763 #dashboard_activity .subsubsub { 764 764 float: none; 765 border-top: 1px solid # eee;765 border-top: 1px solid #f0f0f1; 766 766 margin: 0 -12px; 767 767 padding: 8px 12px 4px; … … 770 770 #dashboard_activity .subsubsub a .count, 771 771 #dashboard_activity .subsubsub a.current .count { 772 color: #7 2777c; /* white background on the dashboard but #f1f1f1 on list tables */772 color: #787c82; /* white background on the dashboard but #f1f1f1 on list tables */ 773 773 } 774 774 … … 789 789 margin-right: 5px; 790 790 min-width: 150px; 791 color: #7 2777c;791 color: #787c82; 792 792 } 793 793 794 794 .activity-block { 795 border-bottom: 1px solid # eee;795 border-bottom: 1px solid #f0f0f1; 796 796 margin: 0 -12px; 797 797 padding: 8px 12px 4px; … … 803 803 804 804 .activity-block .subsubsub li { 805 color: #d dd;805 color: #dcdcde; 806 806 } 807 807 … … 817 817 818 818 #activity-widget #the-comment-list .comment-item { 819 background: #f afafa;819 background: #f6f7f7; 820 820 padding: 12px; 821 821 position: relative; … … 840 840 841 841 #activity-widget #the-comment-list .comment-item:first-child { 842 border-top: 1px solid # eeeeee;842 border-top: 1px solid #f0f0f1; 843 843 } 844 844 845 845 #activity-widget #the-comment-list .unapproved { 846 background-color: #f ef7f1;846 background-color: #fcf9e8; 847 847 } 848 848 … … 854 854 top: 0; 855 855 bottom: 0; 856 background: #d 54e21;856 background: #d63638; 857 857 width: 4px; 858 858 } … … 956 956 line-height: 1.5; 957 957 margin: 0; 958 color: #6 66;958 color: #646970; 959 959 } 960 960 … … 996 996 997 997 .rss-widget span.rss-date { 998 color: #7 2777c;998 color: #787c82; 999 999 font-size: 13px; 1000 1000 margin-left: 3px; … … 1035 1035 1036 1036 #dashboard_browser_nag.postbox.browser-insecure { 1037 background-color: # ac1b1b;1038 border-color: # ac1b1b;1037 background-color: #b32d2e; 1038 border-color: #b32d2e; 1039 1039 } 1040 1040 1041 1041 #dashboard_browser_nag.postbox { 1042 background-color: # e29808;1042 background-color: #dba617; 1043 1043 background-image: none; 1044 border-color: # edc048;1044 border-color: #f0c33c; 1045 1045 color: #fff; 1046 1046 box-shadow: none; … … 1048 1048 1049 1049 #dashboard_browser_nag.postbox.browser-insecure h2 { 1050 border-bottom-color: # cd5a5a;1050 border-bottom-color: #e65054; 1051 1051 color: #fff; 1052 1052 } 1053 1053 1054 1054 #dashboard_browser_nag.postbox h2 { 1055 border-bottom-color: #f 6e2ac;1055 border-bottom-color: #f5e6ab; 1056 1056 background: transparent none; 1057 1057 color: #fff; … … 1082 1082 /* PHP Nag */ 1083 1083 #dashboard_php_nag .dashicons-warning { 1084 color: # ffb900;1084 color: #dba617; 1085 1085 padding-right: 6px; 1086 1086 } 1087 1087 1088 1088 #dashboard_php_nag.php-insecure .dashicons-warning { 1089 color: #d f3232;1089 color: #d63638; 1090 1090 } 1091 1091 -
trunk/src/wp-admin/css/deprecated-media.css
r44747 r50025 6 6 font-weight: 600; 7 7 position: relative; 8 border-bottom: 1px solid #d dd;9 background: #f 9f9f9;8 border-bottom: 1px solid #dcdcde; 9 background: #f6f7f7; 10 10 } 11 11 … … 28 28 float: left; 29 29 line-height: 28px; 30 border-top: 1px solid #f 9f9f9;31 border-bottom: 1px solid #d dd;32 background-color: #f 9f9f9;30 border-top: 1px solid #f6f7f7; 31 border-bottom: 1px solid #dcdcde; 32 background-color: #f6f7f7; 33 33 text-decoration: none; 34 34 transition: none; … … 49 49 padding-left: 6px; 50 50 padding-right: 6px; 51 border: 1px solid #d dd;52 border-bottom-color: #f 1f1f1;53 background-color: #f 1f1f1;51 border: 1px solid #dcdcde; 52 border-bottom-color: #f0f0f1; 53 background-color: #f0f0f1; 54 54 color: #000; 55 55 } … … 62 62 63 63 #media-upload .slidetoggle { 64 border-top-color: #d dd;64 border-top-color: #dcdcde; 65 65 } 66 66 … … 71 71 .media-upload-form label.form-help, 72 72 td.help { 73 color: #7 2777c;73 color: #787c82; 74 74 } 75 75 … … 219 219 #media-upload .tablenav-pages a { 220 220 min-width: 17px; 221 border: 1px solid #c cc;222 background: #f 7f7f7;221 border: 1px solid #c3c4c7; 222 background: #f6f7f7; 223 223 } 224 224 … … 243 243 244 244 .menu_order_input { 245 border: 1px solid #d dd;245 border: 1px solid #dcdcde; 246 246 font-size: 10px; 247 247 padding: 1px; … … 251 251 .ui-sortable-helper { 252 252 background-color: #fff; 253 border: 1px solid #a 0a5aa;253 border: 1px solid #a7aaad; 254 254 opacity: 0.6; 255 255 filter: alpha(opacity=60); … … 292 292 padding: 0 0 3px; 293 293 font-size: 1.6em; 294 border-bottom: 1px solid #d dd;294 border-bottom: 1px solid #dcdcde; 295 295 } 296 296 … … 300 300 301 301 h4.media-sub-title { 302 border-bottom: 1px solid #d dd;302 border-bottom: 1px solid #dcdcde; 303 303 font-size: 1.3em; 304 304 margin: 12px; … … 311 311 font-family: Georgia,"Times New Roman",Times,serif; 312 312 font-weight: 400; 313 color: #5 A5A5A;313 color: #50575e; 314 314 } 315 315 … … 344 344 #gallery-settings legend { 345 345 font-size: 13px; 346 color: # 444;346 color: #3c434a; 347 347 margin-right: 15px; 348 348 } … … 353 353 354 354 #gallery-settings p.ml-submit { 355 border-top: 1px solid #d dd;355 border-top: 1px solid #dcdcde; 356 356 } 357 357 -
trunk/src/wp-admin/css/edit.css
r49325 r50025 69 69 70 70 #titlediv #title-prompt-text { 71 color: #7 2777c;71 color: #787c82; 72 72 position: absolute; 73 73 font-size: 1.7em; … … 95 95 margin-top: 5px; 96 96 padding: 0 10px; 97 color: #6 66;97 color: #646970; 98 98 } 99 99 … … 151 151 /* Only highlight drop zones when dragging and only in the 2 columns layout. */ 152 152 .is-dragging-metaboxes .metabox-holder .postbox-container .meta-box-sortables { 153 outline: 3px dashed #6 06a73;153 outline: 3px dashed #646970; 154 154 /* Prevent margin on the child from collapsing with margin on the parent. */ 155 155 display: flow-root; … … 167 167 position: relative; 168 168 min-width: 255px; 169 border: 1px solid #c cd0d4;169 border: 1px solid #c3c4c7; 170 170 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 171 171 background: #fff; … … 219 219 #post-body ul.category-tabs li.tabs a, 220 220 #post-body ul.add-menu-item-tabs li.tabs a { 221 color: # 32373c;221 color: #2c3338; 222 222 } 223 223 … … 271 271 ul.add-menu-item-tabs li.tabs, 272 272 .wp-tab-active { 273 border: 1px solid #d dd;274 border-bottom-color: #f dfdfd;275 background-color: #f dfdfd;273 border: 1px solid #dcdcde; 274 border-bottom-color: #fff; 275 background-color: #fff; 276 276 } 277 277 … … 292 292 width: auto; 293 293 vertical-align: top; 294 background-image: linear-gradient(45deg, #c 4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);294 background-image: linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7), linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7); 295 295 background-position: 0 0, 10px 10px; 296 296 background-size: 20px 20px; … … 323 323 width: 100%; 324 324 border-spacing: 0; 325 border: 1px solid #c cd0d4;325 border: 1px solid #c3c4c7; 326 326 border-top: none; 327 background-color: #f 7f7f7;327 background-color: #f6f7f7; 328 328 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 329 329 z-index: 999; … … 374 374 .wp-editor-expand #wp-content-editor-tools { 375 375 z-index: 1000; 376 border-bottom: 1px solid #c cd0d4;376 border-bottom: 1px solid #c3c4c7; 377 377 } 378 378 … … 391 391 392 392 .wp-editor-expand #post-status-info { 393 border-top: 1px solid #c cd0d4;393 border-top: 1px solid #c3c4c7; 394 394 } 395 395 … … 423 423 424 424 #wp-content-editor-tools { 425 background-color: #f 1f1f1;425 background-color: #f0f0f1; 426 426 padding-top: 20px; 427 427 } … … 465 465 #post-body .misc-pub-response-to:before, 466 466 #post-body .misc-pub-comment-status:before { 467 color: #8 2878c;467 color: #8c8f94; 468 468 } 469 469 … … 648 648 649 649 #poststuff .stuffbox > h2 { 650 border-bottom: 1px solid # eee;650 border-bottom: 1px solid #f0f0f1; 651 651 } 652 652 … … 714 714 margin: 0; 715 715 padding: 0.7em 1em; 716 border-bottom: 1px solid # eee;716 border-bottom: 1px solid #f0f0f1; 717 717 } 718 718 … … 732 732 .privacy-text-section { 733 733 position: relative; 734 border-top: 1px solid # e3e3e3;734 border-top: 1px solid #dcdcde; 735 735 } 736 736 … … 741 741 742 742 .text-removed .policy-text { 743 color: #6 66;743 color: #646970; 744 744 font-weight: 300; 745 745 padding-left: 1em; 746 border-left: 3px solid # ffb900;746 border-left: 3px solid #dba617; 747 747 } 748 748 … … 753 753 .text-removed .policy-text h5, 754 754 .text-removed .policy-text h6 { 755 color: #3 9424a;755 color: #3c434a; 756 756 font-weight: 500; 757 757 } … … 767 767 .privacy-text-actions .success { 768 768 display: none; 769 color: # 40860a;769 color: #008a20; 770 770 float: right; 771 771 padding-right: 1em; … … 854 854 #postcustomstuff thead th { 855 855 padding: 5px 8px 8px; 856 background-color: #f 1f1f1;856 background-color: #f0f0f1; 857 857 } 858 858 … … 881 881 margin: 0; 882 882 width: 100%; 883 border: 1px solid #d dd;883 border: 1px solid #dcdcde; 884 884 border-spacing: 0; 885 background-color: #f 9f9f9;885 background-color: #f6f7f7; 886 886 } 887 887 … … 976 976 margin-top: -4px; 977 977 margin-right: 7px; 978 color: #d dd;978 color: #dcdcde; 979 979 font: normal 20px/1 dashicons; 980 980 speak: never; … … 984 984 985 985 a.post-format-icon:hover:before { 986 color: # 006799;986 color: #135e96; 987 987 } 988 988 … … 1070 1070 overflow: auto; 1071 1071 padding: 0 0.9em; 1072 border: solid 1px #d dd;1073 background-color: #f dfdfd;1072 border: solid 1px #dcdcde; 1073 background-color: #fff; 1074 1074 } 1075 1075 … … 1083 1083 1084 1084 div.tabs-panel-active:focus { 1085 box-shadow: inset 0 0 0 1px # 5b9dd9, inset 0 0 2px 1px rgba(30, 140, 190, 0.8);1085 box-shadow: inset 0 0 0 1px #4f94d4, inset 0 0 2px 1px rgba(79, 148, 212, 0.8); 1086 1086 outline: 0 none; 1087 1087 } … … 1139 1139 .form-wrap p { 1140 1140 margin: 2px 0 5px; 1141 color: #6 66;1141 color: #646970; 1142 1142 } 1143 1143 … … 1227 1227 margin: 5px 0 10px; 1228 1228 padding: 8px; 1229 border: 1px solid #d dd;1229 border: 1px solid #dcdcde; 1230 1230 line-height: 1.2; 1231 1231 word-spacing: 3px; … … 1248 1248 position: absolute; 1249 1249 z-index: 10000; 1250 border: 1px solid # 5b9dd9;1250 border: 1px solid #4f94d4; 1251 1251 background-color: #fff; 1252 1252 } … … 1265 1265 .ac_results .ac_over, 1266 1266 .ac_over .ac_match { 1267 background-color: # 0073aa;1267 background-color: #2271b1; 1268 1268 color: #fff; 1269 1269 cursor: pointer; … … 1307 1307 display: inline-block; 1308 1308 padding: 0 4px; 1309 color: #7 2777C;1309 color: #787c82; 1310 1310 font-size: 13px; 1311 1311 word-break: break-all; -
trunk/src/wp-admin/css/forms.css
r49944 r50025 54 54 box-shadow: 0 0 0 transparent; 55 55 border-radius: 4px; 56 border: 1px solid # 7e8993;56 border: 1px solid #8c8f94; 57 57 background-color: #fff; 58 color: # 32373c;58 color: #2c3338; 59 59 } 60 60 … … 102 102 select:focus, 103 103 textarea:focus { 104 border-color: # 007cba;105 box-shadow: 0 0 0 1px # 007cba;104 border-color: #3582c4; 105 box-shadow: 0 0 0 1px #3582c4; 106 106 /* Only visible in Windows High Contrast mode */ 107 107 outline: 2px solid transparent; … … 116 116 input[type="checkbox"], 117 117 input[type="radio"] { 118 border: 1px solid # 7e8993;118 border: 1px solid #8c8f94; 119 119 border-radius: 4px; 120 120 background: #fff; 121 color: #5 55;121 color: #50575e; 122 122 clear: none; 123 123 cursor: pointer; … … 138 138 139 139 input[type="radio"]:checked + label:before { 140 color: #8 2878c;140 color: #8c8f94; 141 141 } 142 142 143 143 .wp-core-ui input[type="reset"]:hover, 144 144 .wp-core-ui input[type="reset"]:active { 145 color: # 006799;145 color: #135e96; 146 146 } 147 147 … … 192 192 height: 0.5rem; /* 8px */ 193 193 margin: 0.1875rem; /* 3px */ 194 background-color: # 1e8cbe;194 background-color: #4f94d4; 195 195 /* 16px not sure if still necessary, comes from the MP6 redesign in r26072 */ 196 196 line-height: 1.14285714; … … 223 223 textarea.readonly, 224 224 textarea[readonly] { 225 background-color: # eee;225 background-color: #f0f0f1; 226 226 } 227 227 228 228 ::-webkit-input-placeholder { 229 color: #7 2777c;229 color: #787c82; 230 230 } 231 231 232 232 ::-moz-placeholder { 233 color: #7 2777c;233 color: #787c82; 234 234 opacity: 1; 235 235 } 236 236 237 237 :-ms-input-placeholder { 238 color: #7 2777c;238 color: #787c82; 239 239 } 240 240 … … 245 245 .form-invalid.form-required select, 246 246 .form-invalid.form-required select:focus { 247 border-color: #d c3232!important;248 box-shadow: 0 0 2px rgba(2 04, 0, 0, 0.8);247 border-color: #d63638 !important; 248 box-shadow: 0 0 2px rgba(214, 54, 56, 0.8); 249 249 } 250 250 … … 252 252 content: "\f534"; 253 253 font: normal 20px/1 dashicons; 254 color: #d c3232;254 color: #d63638; 255 255 margin-left: -25px; 256 256 vertical-align: middle; … … 265 265 content: "\f534"; 266 266 font: normal 20px/1 dashicons; 267 color: #d c3232;267 color: #d63638; 268 268 margin: 0 6px 0 -29px; 269 269 vertical-align: middle; … … 271 271 272 272 .form-input-tip { 273 color: #6 66;273 color: #646970; 274 274 } 275 275 … … 281 281 textarea.disabled { 282 282 background: rgba(255, 255, 255, 0.5); 283 border-color: rgba(22 2, 222, 222, 0.75);283 border-color: rgba(220, 220, 222, 0.75); 284 284 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04); 285 color: rgba( 51, 51, 51, 0.5);285 color: rgba(44, 51, 56, 0.5); 286 286 } 287 287 … … 314 314 font-size: 14px; 315 315 line-height: 2; /* 28px */ 316 color: # 32373c;317 border-color: # 7e8993;316 color: #2c3338; 317 border-color: #8c8f94; 318 318 box-shadow: none; 319 319 border-radius: 3px; … … 330 330 331 331 .wp-core-ui select:hover { 332 color: # 007cba;332 color: #3582c4; 333 333 } 334 334 335 335 .wp-core-ui select:focus { 336 border-color: # 007cba;337 color: #0 16087;338 box-shadow: 0 0 0 1px # 007cba;336 border-color: #3582c4; 337 color: #0a4b78; 338 box-shadow: 0 0 0 1px #3582c4; 339 339 } 340 340 341 341 .wp-core-ui select:active { 342 border-color: # 999;342 border-color: #8c8f94; 343 343 box-shadow: none; 344 344 } … … 346 346 .wp-core-ui select.disabled, 347 347 .wp-core-ui select:disabled { 348 color: #a 0a5aa;349 border-color: #d dd;350 background-color: #f 7f7f7;348 color: #a7aaad; 349 border-color: #dcdcde; 350 background-color: #f6f7f7; 351 351 /* The SVG is arrow-down-alt2 from Dashicons. */ 352 352 background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23a0a5aa%22%2F%3E%3C%2Fsvg%3E'); … … 361 361 .wp-core-ui select:-moz-focusring { 362 362 color: transparent; 363 text-shadow: 0 0 0 #0 16087;363 text-shadow: 0 0 0 #0a4b78; 364 364 } 365 365 … … 367 367 .wp-core-ui select::-ms-value { 368 368 background: transparent; 369 color: #5 55;369 color: #50575e; 370 370 } 371 371 372 372 .wp-core-ui select:hover::-ms-value { 373 color: # 007cba;373 color: #3582c4; 374 374 } 375 375 376 376 .wp-core-ui select:focus::-ms-value { 377 color: #0 16087;377 color: #0a4b78; 378 378 } 379 379 380 380 .wp-core-ui select.disabled::-ms-value, 381 381 .wp-core-ui select:disabled::-ms-value { 382 color: #a 0a5aa;382 color: #a7aaad; 383 383 } 384 384 … … 559 559 560 560 #pass-strength-result { 561 background-color: # eee;562 border: 1px solid #d dd;563 color: # 23282d;561 background-color: #f0f0f1; 562 border: 1px solid #dcdcde; 563 color: #1d2327; 564 564 margin: -1px 1px 5px; 565 565 padding: 3px 5px; … … 571 571 572 572 #pass-strength-result.short { 573 background-color: #f 1adad;574 border-color: #e 35b5b;573 background-color: #ffabaf; 574 border-color: #e65054; 575 575 opacity: 1; 576 576 } 577 577 578 578 #pass-strength-result.bad { 579 background-color: #f bc5a9;580 border-color: #f 78b53;579 background-color: #facfd2; 580 border-color: #f86368; 581 581 opacity: 1; 582 582 } 583 583 584 584 #pass-strength-result.good { 585 background-color: #f fe399;586 border-color: #f fc733;585 background-color: #f5e6ab; 586 border-color: #f0c33c; 587 587 opacity: 1; 588 588 } 589 589 590 590 #pass-strength-result.strong { 591 background-color: # c1e1b9;592 border-color: # 83c373;591 background-color: #b8e6bf; 592 border-color: #68de7c; 593 593 opacity: 1; 594 594 } 595 595 596 596 #pass1.short, #pass1-text.short { 597 border-color: #e 35b5b;597 border-color: #e65054; 598 598 } 599 599 600 600 #pass1.bad, #pass1-text.bad { 601 border-color: #f 78b53;601 border-color: #f86368; 602 602 } 603 603 604 604 #pass1.good, #pass1-text.good { 605 border-color: #f fc733;605 border-color: #f0c33c; 606 606 } 607 607 608 608 #pass1.strong, #pass1-text.strong { 609 border-color: # 83c373;609 border-color: #68de7c; 610 610 } 611 611 … … 686 686 position: absolute; 687 687 z-index: 10000; 688 border: 1px solid # 5b9dd9;689 box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8);688 border: 1px solid #4f94d4; 689 box-shadow: 0 1px 2px rgba(79, 148, 212, 0.8); 690 690 background-color: #fff; 691 691 } … … 701 701 /* Colors for the wplink toolbar autocomplete. */ 702 702 .ui-autocomplete .ui-state-focus { 703 background-color: #d dd;703 background-color: #dcdcde; 704 704 } 705 705 706 706 /* Colors for the tags autocomplete. */ 707 707 .wp-tags-autocomplete .ui-state-focus { 708 background-color: # 0073aa;708 background-color: #2271b1; 709 709 color: #fff; 710 710 } … … 737 737 .form-table th, 738 738 .form-wrap label { 739 color: # 23282d;739 color: #1d2327; 740 740 font-weight: 400; 741 741 text-shadow: none; … … 844 844 .color-option:hover, 845 845 .color-option.selected { 846 background: #d dd;846 background: #dcdcde; 847 847 } 848 848 … … 924 924 min-width: 255px; 925 925 max-width: 520px; 926 border: 1px solid #c cd0d4;926 border: 1px solid #c3c4c7; 927 927 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 928 928 background: #fff; … … 959 959 position: relative; 960 960 cursor: move; 961 color: # 32373c;962 background: # e5e5e5;961 color: #2c3338; 962 background: #dcdcde; 963 963 border-radius: 5px; 964 border: 1px solid # b4b9be;964 border: 1px solid #c3c4c7; 965 965 font-style: normal; 966 966 line-height: 16px; … … 998 998 999 999 .pressthis-bookmarklet span:before { 1000 color: #7 2777c;1000 color: #787c82; 1001 1001 font: normal 20px/1 dashicons; 1002 1002 content: "\f157"; … … 1024 1024 .pressthis-js-toggle .dashicons { 1025 1025 margin: 5px 8px 6px 7px; 1026 color: #5 55d66;1026 color: #50575e; 1027 1027 } 1028 1028 … … 1201 1201 1202 1202 .request-filesystem-credentials-dialog .ftp-password em { 1203 color: #8 88;1203 color: #8c8f94; 1204 1204 } 1205 1205 … … 1263 1263 1264 1264 .privacy_requests .row-actions { 1265 color: #7 2777c;1265 color: #787c82; 1266 1266 } 1267 1267 … … 1294 1294 .privacy_requests .status-request-confirmed th, 1295 1295 .privacy_requests .status-request-confirmed td { 1296 background-color: #f 7fcfe;1297 border-left-color: # 00a0d2;1296 background-color: #fff; 1297 border-left-color: #72aee6; 1298 1298 } 1299 1299 1300 1300 .privacy_requests .status-request-failed th, 1301 1301 .privacy_requests .status-request-failed td { 1302 background-color: #f ef7f1;1303 border-left-color: #d6 4d21;1302 background-color: #f6f7f7; 1303 border-left-color: #d63638; 1304 1304 } 1305 1305 … … 1315 1315 font-weight: 400; 1316 1316 font-style: italic; 1317 color: # 6c7781;1317 color: #787c82; 1318 1318 } 1319 1319 1320 1320 .status-label.status-request-failed { 1321 color: # aa0000;1321 color: #d63638; 1322 1322 font-weight: 600; 1323 1323 } … … 1353 1353 1354 1354 .email-personal-data--sending::before { 1355 color: # f56e28;1355 color: #d63638; 1356 1356 content: "\f463"; 1357 1357 animation: rotation 2s infinite linear; … … 1359 1359 1360 1360 .email-personal-data--sent::before { 1361 color: # 79ba49;1361 color: #68de7c; 1362 1362 content: "\f147"; 1363 1363 } -
trunk/src/wp-admin/css/install.css
r49907 r50025 1 1 html { 2 background: #f 1f1f1;2 background: #f0f0f1; 3 3 margin: 0 20px; 4 4 } … … 6 6 body { 7 7 background: #fff; 8 border: 1px solid #c cd0d4;9 color: # 444;8 border: 1px solid #c3c4c7; 9 color: #3c434a; 10 10 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 11 11 margin: 140px auto 25px; … … 13 13 max-width: 700px; 14 14 -webkit-font-smoothing: subpixel-antialiased; 15 box-shadow: 0 1px 1px rgba(0, 0, 0, .04);15 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 16 16 } 17 17 18 18 a { 19 color: # 0073aa;19 color: #2271b1; 20 20 } 21 21 22 22 a:hover, 23 23 a:active { 24 color: # 006799;24 color: #135e96; 25 25 } 26 26 27 27 a:focus { 28 color: # 124964;28 color: #043959; 29 29 box-shadow: 30 0 0 0 1px # 5b9dd9,31 0 0 2px 1px rgba( 30, 140, 190, 0.8);30 0 0 0 1px #4f94d4, 31 0 0 2px 1px rgba(79, 148, 212, 0.8); 32 32 } 33 33 34 34 h1, h2 { 35 border-bottom: 1px solid #d dd;35 border-bottom: 1px solid #dcdcde; 36 36 clear: both; 37 color: #6 66;37 color: #646970; 38 38 font-size: 24px; 39 39 padding: 0; … … 89 89 background-position: center top; 90 90 background-repeat: no-repeat; 91 color: # 444; /* same as login.css */91 color: #3c434a; /* same as login.css */ 92 92 font-size: 20px; 93 93 font-weight: 400; … … 110 110 } 111 111 textarea { 112 border: 1px solid #d dd;112 border: 1px solid #dcdcde; 113 113 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 114 114 width: 100%; … … 201 201 202 202 .message { 203 border-left: 4px solid #d c3232;203 border-left: 4px solid #d63638; 204 204 padding: .7em .6em; 205 background-color: #f beaea;205 background-color: #fcf0f1; 206 206 } 207 207 … … 309 309 width: 100%; 310 310 display: block; 311 border: 1px solid #d dd;311 border: 1px solid #dcdcde; 312 312 background: #fff; 313 color: # 32373c;313 color: #2c3338; 314 314 font-size: 16px; 315 315 font-family: Arial, sans-serif; … … 318 318 319 319 .language-chooser select:focus { 320 color: # 32373c;320 color: #2c3338; 321 321 } 322 322 323 323 .language-chooser select option:hover, 324 324 .language-chooser select option:focus { 325 color: #0 16087;325 color: #0a4b78; 326 326 } 327 327 -
trunk/src/wp-admin/css/list-tables.css
r49317 r50025 56 56 height: 2em; 57 57 border-radius: 5px; 58 background-color: #7 2777c;58 background-color: #787c82; 59 59 color: #fff; 60 60 font-size: 11px; … … 72 72 width: 0; 73 73 height: 0; 74 border-top: 5px solid #7 2777c;74 border-top: 5px solid #787c82; 75 75 border-right: 5px solid transparent; 76 76 } … … 80 80 .column-comments a.post-com-count-approved:hover .comment-count-approved, 81 81 .column-comments a.post-com-count-approved:focus .comment-count-approved { 82 background: # 0073aa;82 background: #2271b1; 83 83 } 84 84 … … 87 87 .column-comments a.post-com-count-approved:hover:after, 88 88 .column-comments a.post-com-count-approved:focus:after { 89 border-top-color: # 0073aa;89 border-top-color: #2271b1; 90 90 } 91 91 … … 100 100 border: 2px solid #fff; 101 101 border-radius: 11px; 102 background: # ca4a1f;102 background: #d63638; 103 103 color: #fff; 104 104 font-size: 9px; … … 117 117 padding: 1em 1em .2em; 118 118 margin: 0; 119 border-bottom: 1px solid #c cc;119 border-bottom: 1px solid #c3c4c7; 120 120 } 121 121 … … 132 132 #submitted-on, 133 133 .submitted-on { 134 color: #5 55d66;134 color: #50575e; 135 135 } 136 136 … … 204 204 205 205 #replyerror { 206 border-color: #d dd;207 background-color: #f 9f9f9;206 border-color: #dcdcde; 207 background-color: #f6f7f7; 208 208 } 209 209 … … 215 215 #the-comment-list tr.undo, 216 216 #the-comment-list div.undo { 217 background-color: #f 5f5f5;217 background-color: #f6f7f7; 218 218 } 219 219 220 220 #the-comment-list .unapproved th, 221 221 #the-comment-list .unapproved td { 222 background-color: #f ef7f1;222 background-color: #fcf9e8; 223 223 } 224 224 225 225 #the-comment-list .unapproved th.check-column { 226 border-left: 4px solid #d 54e21;226 border-left: 4px solid #d63638; 227 227 } 228 228 … … 232 232 233 233 #the-comment-list .approve a { 234 color: #00 6505;234 color: #007017; 235 235 } 236 236 237 237 #the-comment-list .unapprove a { 238 color: # d98500;238 color: #bd8600; 239 239 } 240 240 … … 258 258 .vim-current th, 259 259 .vim-current td { 260 background-color: # e4f2fd!important;260 background-color: #f0f6fc !important; 261 261 } 262 262 … … 279 279 -moz-osx-font-smoothing: grayscale; 280 280 text-decoration: none !important; 281 color: # 444;281 color: #3c434a; 282 282 } 283 283 … … 459 459 top: -4px; 460 460 left: -8px; 461 color: # 444;461 color: #3c434a; 462 462 line-height: 0.5; 463 463 position: relative; … … 466 466 -moz-osx-font-smoothing: grayscale; 467 467 text-decoration: none !important; 468 color: # 444;468 color: #3c434a; 469 469 } 470 470 … … 505 505 .wp-list-table .toggle-row:focus:before { 506 506 box-shadow: 507 0 0 0 1px # 5b9dd9,508 0 0 2px 1px rgba( 30, 140, 190, 0.8);507 0 0 0 1px #4f94d4, 508 0 0 2px 1px rgba(79, 148, 212, 0.8); 509 509 } 510 510 … … 520 520 display: block; 521 521 padding: 1px 2px 1px 0; 522 color: # 444; /* same as table headers sort arrows */522 color: #3c434a; /* same as table headers sort arrows */ 523 523 content: "\f140"; 524 524 font: normal 20px/1 dashicons; … … 541 541 542 542 .locked-indicator-icon:before { 543 color: #8 2878c;543 color: #8c8f94; 544 544 content: "\f160"; 545 545 display: inline-block; … … 710 710 711 711 .view-switch a:before { 712 color: # b4b9be;712 color: #c3c4c7; 713 713 display: inline-block; 714 714 font: normal 20px/1 dashicons; … … 721 721 .view-switch a:hover:before, 722 722 .view-switch a:focus:before { 723 color: #7 27272;723 color: #787c82; 724 724 } 725 725 726 726 .view-switch a.current:before { 727 color: # 0073aa;727 color: #2271b1; 728 728 } 729 729 … … 795 795 796 796 .row-actions { 797 color: #d dd;797 color: #dcdcde; 798 798 font-size: 13px; 799 799 padding: 2px 0 0; … … 1031 1031 ul.cat-checklist { 1032 1032 height: 12em; 1033 border: solid 1px #d dd;1033 border: solid 1px #dcdcde; 1034 1034 overflow-y: scroll; 1035 1035 padding: 0 5px; … … 1041 1041 display: block; 1042 1042 height: 12em; 1043 border: 1px solid #d dd;1043 border: 1px solid #dcdcde; 1044 1044 overflow-y: scroll; 1045 1045 padding: 0 5px; … … 1168 1168 .plugins .active td, 1169 1169 .plugins .active th { 1170 background-color: #f 7fcfe;1170 background-color: #f0f6fc; 1171 1171 } 1172 1172 … … 1191 1191 .plugins tr.active + tr.inactive td { 1192 1192 border-top: 1px solid rgba(0, 0, 0, 0.03); 1193 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.02), inset 0 -1px 0 # e1e1e1;1193 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.02), inset 0 -1px 0 #dcdcde; 1194 1194 } 1195 1195 … … 1209 1209 .plugins .active th.check-column, 1210 1210 .plugin-update-tr.active td { 1211 border-left: 4px solid # 00a0d2;1211 border-left: 4px solid #72aee6; 1212 1212 } 1213 1213 … … 1228 1228 .plugins .plugin-title .dashicons:before { 1229 1229 padding: 2px; 1230 background-color: # eee;1231 box-shadow: inset 0 0 10px rgba(16 0, 165, 170, 0.15);1230 background-color: #f0f0f1; 1231 box-shadow: inset 0 0 10px rgba(167, 170, 173, 0.15); 1232 1232 font-size: 60px; 1233 color: # B4B9BE;1233 color: #c3c4c7; 1234 1234 } 1235 1235 … … 1287 1287 1288 1288 .plugins tr.paused th.check-column { 1289 border-left: 4px solid #d 54e21;1289 border-left: 4px solid #d63638; 1290 1290 } 1291 1291 1292 1292 .plugins tr.paused th, 1293 1293 .plugins tr.paused td { 1294 background-color: #f ef7f1;1294 background-color: #f6f7f7; 1295 1295 } 1296 1296 1297 1297 .plugins tr.paused .plugin-title, 1298 1298 .plugins .paused .dashicons-warning { 1299 color: #d c3232;1299 color: #d63638; 1300 1300 } 1301 1301 … … 1303 1303 .plugins .paused .error-display code { 1304 1304 font-size: 90%; 1305 color: rgba( 0, 0, 0, 0.7);1305 color: rgba(0, 0, 0, 0.7); 1306 1306 } 1307 1307 1308 1308 .plugins .resume-link { 1309 color: #d c3232;1309 color: #d63638; 1310 1310 } 1311 1311 1312 1312 .plugin-card .update-now:before { 1313 color: # f56e28;1313 color: #d63638; 1314 1314 content: "\f463"; 1315 1315 display: inline-block; … … 1337 1337 1338 1338 .plugin-card .updated-message:before { 1339 color: # 79ba49;1339 color: #68de7c; 1340 1340 content: "\f147"; 1341 1341 } … … 1369 1369 width: calc( 50% - 8px ); 1370 1370 background-color: #fff; 1371 border: 1px solid #d dd;1371 border: 1px solid #dcdcde; 1372 1372 box-sizing: border-box; 1373 1373 } … … 1476 1476 clear: both; 1477 1477 padding: 12px 20px; 1478 background-color: #f afafa;1479 border-top: 1px solid #d dd;1478 background-color: #f6f7f7; 1479 border-top: 1px solid #dcdcde; 1480 1480 overflow: hidden; 1481 1481 } … … 1492 1492 margin: 0; 1493 1493 padding-left: 16px; 1494 box-shadow: 0 -1px 0 #d dd;1494 box-shadow: 0 -1px 0 #dcdcde; 1495 1495 } 1496 1496 … … 1536 1536 -moz-osx-font-smoothing: grayscale; 1537 1537 text-decoration: none !important; 1538 color: # 444;1538 color: #3c434a; 1539 1539 } 1540 1540 1541 1541 .plugin-card .column-compatibility .compatibility-incompatible:before { 1542 1542 content: "\f158"; 1543 color: # c62d2d;1543 color: #d63638; 1544 1544 } 1545 1545 1546 1546 .plugin-card .column-compatibility .compatibility-compatible:before { 1547 1547 content: "\f147"; 1548 color: # 31843f;1548 color: #007017; 1549 1549 } 1550 1550 … … 1563 1563 1564 1564 .no-plugin-results { 1565 color: #6 66; /* same as no themes and no media */1565 color: #646970; /* same as no themes and no media */ 1566 1566 font-size: 18px; 1567 1567 font-style: normal; … … 1575 1575 .wp-list-table .site-deleted, 1576 1576 .wp-list-table tr.site-deleted { 1577 background: #ff8 573;1577 background: #ff8085; 1578 1578 } 1579 1579 .wp-list-table .site-spammed, 1580 1580 .wp-list-table tr.site-spammed { 1581 background: #f aafaa;1581 background: #ffabaf; 1582 1582 } 1583 1583 .wp-list-table .site-archived, 1584 1584 .wp-list-table tr.site-archived { 1585 background: #f febe8;1585 background: #fcf0f1; 1586 1586 } 1587 1587 .wp-list-table .site-mature, 1588 1588 .wp-list-table tr.site-mature { 1589 background: #f ecac2;1589 background: #facfd2; 1590 1590 } 1591 1591 … … 1857 1857 border-radius: 0; 1858 1858 background: none; 1859 color: #b b2a2a;1859 color: #b32d2e; 1860 1860 font-size: inherit; 1861 1861 line-height: inherit; … … 1865 1865 .column-response .post-com-count-pending:hover, 1866 1866 .column-comments .post-com-count-pending:hover { 1867 color: #d c3232;1867 color: #d63638; 1868 1868 } 1869 1869 … … 2071 2071 2072 2072 .plugins .active.update + .plugin-update-tr:before { 2073 border-left: 4px solid #d 54e21;2074 background-color: #f ef7f1;2073 border-left: 4px solid #d63638; 2074 background-color: #f6f7f7; 2075 2075 } 2076 2076 … … 2084 2084 2085 2085 .plugins .active.update + .plugin-update-tr:before { 2086 background-color: #f 7fcfe;2087 border-left: 4px solid # 00a0d2;2086 background-color: #fff; 2087 border-left: 4px solid #72aee6; 2088 2088 } 2089 2089 -
trunk/src/wp-admin/css/login.css
r48368 r50025 7 7 8 8 body { 9 background: #f 1f1f1;9 background: #f0f0f1; 10 10 min-width: 0; 11 color: # 444;11 color: #3c434a; 12 12 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 13 13 font-size: 13px; … … 16 16 17 17 a { 18 color: # 0073aa;18 color: #2271b1; 19 19 transition-property: border, background, color; 20 20 transition-duration: .05s; … … 28 28 a:hover, 29 29 a:active { 30 color: # 006799;30 color: #135e96; 31 31 } 32 32 33 33 a:focus { 34 color: # 124964;34 color: #043959; 35 35 box-shadow: 36 0 0 0 1px # 5b9dd9,37 0 0 2px 1px rgba( 30, 140, 190, 0.8);36 0 0 0 1px #4f94d4, 37 0 0 2px 1px rgba(79, 148, 212, 0.8); 38 38 } 39 39 … … 45 45 .login .success, 46 46 .login #login_error { 47 border-left: 4px solid # 00a0d2;47 border-left: 4px solid #72aee6; 48 48 padding: 12px; 49 49 margin-left: 0; … … 54 54 55 55 .login .success { 56 border-left-color: # 46b450;56 border-left-color: #00a32a; 57 57 } 58 58 59 59 .login #login_error { 60 border-left-color: #d c3232;60 border-left-color: #d63638; 61 61 } 62 62 … … 103 103 .login .button.wp-hide-pw:focus { 104 104 background: transparent; 105 border-color: # 007cba;106 box-shadow: 0 0 0 1px # 007cba;105 border-color: #3582c4; 106 box-shadow: 0 0 0 1px #3582c4; 107 107 /* Only visible in Windows High Contrast mode */ 108 108 outline: 2px solid transparent; … … 136 136 overflow: hidden; 137 137 background: #fff; 138 border: 1px solid #c cd0d4;138 border: 1px solid #c3c4c7; 139 139 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04); 140 140 } … … 204 204 205 205 .login h1.admin-email__heading { 206 border-bottom: 1px rgb(241, 241, 241)solid;207 color: rgb(95, 95, 95);206 border-bottom: 1px #f0f0f1 solid; 207 color: #50575e; 208 208 font-weight: normal; 209 209 padding-bottom: 0.5em; … … 253 253 background-position: center top; 254 254 background-repeat: no-repeat; 255 color: # 444;255 color: #3c434a; 256 256 height: 84px; 257 257 font-size: 20px; … … 291 291 .login #backtoblog a { 292 292 text-decoration: none; 293 color: #5 55d66;293 color: #50575e; 294 294 } 295 295 … … 297 297 .login #backtoblog a:hover, 298 298 .login h1 a:hover { 299 color: # 006799;299 color: #135e96; 300 300 } 301 301 … … 303 303 .login #backtoblog a:focus, 304 304 .login h1 a:focus { 305 color: # 124964;305 color: #043959; 306 306 } 307 307 … … 334 334 .login input[type="text"], 335 335 .login form input[type="checkbox"] { 336 background: #f bfbfb;336 background: #fff; 337 337 } 338 338 -
trunk/src/wp-admin/css/media.css
r49555 r50025 6 6 border-collapse: collapse; 7 7 width: 100%; 8 border-top: 1px solid #d dd;8 border-top: 1px solid #dcdcde; 9 9 clear: both; 10 10 cursor: default; … … 125 125 .media-upload-form .media-item, 126 126 .media-upload-form .media-item .error { 127 box-shadow: 0 1px 0 #d dd;127 box-shadow: 0 1px 0 #dcdcde; 128 128 } 129 129 … … 164 164 overflow: hidden; 165 165 border-radius: 22px; 166 background: #d dd;166 background: #dcdcde; 167 167 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 168 168 } … … 174 174 margin-top: -22px; 175 175 border-radius: 22px; 176 background-color: # 0073aa;176 background-color: #2271b1; 177 177 box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3); 178 178 } … … 239 239 240 240 .find-box-head { 241 background: #f cfcfc;242 border-bottom: 1px solid #d dd;241 background: #fff; 242 border-bottom: 1px solid #dcdcde; 243 243 height: 36px; 244 244 font-size: 18px; … … 306 306 text-align: center; 307 307 background: none; 308 color: #6 66;308 color: #646970; 309 309 } 310 310 311 311 #find-posts-close:hover, 312 312 #find-posts-close:focus { 313 color: # 006799;313 color: #135e96; 314 314 } 315 315 316 316 #find-posts-close:focus { 317 317 box-shadow: 318 0 0 0 1px # 5b9dd9,319 0 0 2px 1px rgba( 30, 140, 190, 0.8);318 0 0 0 1px #4f94d4, 319 0 0 2px 1px rgba(79, 148, 212, 0.8); 320 320 /* Only visible in Windows High Contrast mode */ 321 321 outline: 2px solid transparent; … … 334 334 .find-box-buttons { 335 335 padding: 8px 16px; 336 background: #f cfcfc;337 border-top: 1px solid #d dd;336 background: #fff; 337 border-top: 1px solid #dcdcde; 338 338 position: absolute; 339 339 bottom: 0; … … 374 374 375 375 .drag-drop #drag-drop-area { 376 border: 4px dashed # b4b9be;376 border: 4px dashed #c3c4c7; 377 377 height: 200px; 378 378 } … … 408 408 border color while dragging a file over the uploader drop area */ 409 409 .drag-drop.drag-over #drag-drop-area { 410 border-color: # 83b4d8;410 border-color: #9ec2e6; 411 411 } 412 412 … … 443 443 margin-top: 12px; 444 444 padding: 0 16px; 445 border-left: 4px solid #d d3d36;445 border-left: 4px solid #d63638; 446 446 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); 447 447 background-color: #fff; … … 476 476 display: block; 477 477 font: normal 16px/1 dashicons; 478 color: #7 2777c;478 color: #787c82; 479 479 } 480 480 481 481 .upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:focus:before, 482 482 .upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:hover:before { 483 color: # c00;483 color: #d63638; 484 484 } 485 485 … … 496 496 padding-top: 0; 497 497 margin-top: 20px; 498 border: 4px dashed # b4b9be;498 border: 4px dashed #c3c4c7; 499 499 } 500 500 … … 509 509 .media-frame.mode-grid .attachment.details:focus { 510 510 box-shadow: 511 inset 0 0 2px 3px #f 1f1f1,512 inset 0 0 0 7px # 5b9dd9;511 inset 0 0 2px 3px #f0f0f1, 512 inset 0 0 0 7px #4f94d4; 513 513 /* Only visible in Windows High Contrast mode */ 514 514 outline: 2px solid transparent; … … 518 518 .media-frame.mode-grid .selected.attachment { 519 519 box-shadow: 520 inset 0 0 0 5px #f 1f1f1,521 inset 0 0 0 7px #c cc;520 inset 0 0 0 5px #f0f0f1, 521 inset 0 0 0 7px #c3c4c7; 522 522 } 523 523 524 524 .media-frame.mode-grid .attachment.details { 525 525 box-shadow: 526 inset 0 0 0 3px #f 1f1f1,527 inset 0 0 0 7px # 1e8cbe;526 inset 0 0 0 3px #f0f0f1, 527 inset 0 0 0 7px #4f94d4; 528 528 } 529 529 … … 590 590 591 591 .media-frame.mode-grid .attachments-browser .no-media { 592 color: #6 66; /* same as no plugins and no themes */592 color: #646970; /* same as no plugins and no themes */ 593 593 font-size: 18px; 594 594 font-style: normal; … … 621 621 .edit-attachment-frame .edit-media-header .right { 622 622 cursor: pointer; 623 color: #7 2777c;623 color: #787c82; 624 624 background-color: transparent; 625 625 height: 50px; … … 629 629 text-align: center; 630 630 border: 0; 631 border-left: 1px solid #d dd;631 border-left: 1px solid #dcdcde; 632 632 transition: color .1s ease-in-out, background .1s ease-in-out; 633 633 } … … 664 664 .edit-attachment-frame .edit-media-header .left:focus, 665 665 .edit-attachment-frame .edit-media-header .right:focus { 666 background: #d dd;667 border-color: #c cc;666 background: #dcdcde; 667 border-color: #c3c4c7; 668 668 color: #000; 669 669 outline: none; … … 694 694 .edit-attachment-frame .edit-media-header [disabled], 695 695 .edit-attachment-frame .edit-media-header [disabled]:hover { 696 color: #c cc;696 color: #c3c4c7; 697 697 background: inherit; 698 698 cursor: default; … … 738 738 max-height: 90%; 739 739 max-height: calc( 100% - 42px ); /* leave space for actions underneath */ 740 background-image: linear-gradient(45deg, #c 4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);740 background-image: linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7), linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7); 741 741 background-position: 0 0, 10px 10px; 742 742 background-size: 20px 20px; … … 770 770 box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.1); 771 771 border-bottom: 0; 772 border-left: 1px solid #d dd;773 background: #f 3f3f3;772 border-left: 1px solid #dcdcde; 773 background: #f6f7f7; 774 774 } 775 775 … … 781 781 margin-bottom: 15px; 782 782 padding-bottom: 15px; 783 border-bottom: 1px solid #d dd;783 border-bottom: 1px solid #dcdcde; 784 784 } 785 785 786 786 .edit-attachment-frame .attachment-info .filename { 787 787 font-weight: 400; 788 color: #6 66;788 color: #646970; 789 789 } 790 790 … … 814 814 815 815 .copy-to-clipboard-container .success { 816 color: # 40860a;816 color: #008a20; 817 817 margin-left: 8px; 818 818 } … … 919 919 /* WCAG 1.4.3 Text or images of text that are part of an inactive user 920 920 interface component ... have no contrast requirement. */ 921 color: #a 0a5aa;921 color: #a7aaad; 922 922 } 923 923 … … 972 972 973 973 .imgedit-menu .button.disabled { 974 color: #a 0a5aa;975 border-color: #d dd;976 background: #f 7f7f7;974 color: #a7aaad; 975 border-color: #dcdcde; 976 background: #f6f7f7; 977 977 box-shadow: none; 978 978 text-shadow: 0 1px 0 #fff; … … 1014 1014 1015 1015 .imgedit-crop-wrap img { 1016 background-image: linear-gradient(45deg, #c 4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);1016 background-image: linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7), linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7); 1017 1017 background-position: 0 0, 10px 10px; 1018 1018 background-size: 20px 20px; … … 1065 1065 #poststuff .imgedit-group-top .button-link { 1066 1066 text-decoration: none; 1067 color: # 23282d;1067 color: #1d2327; 1068 1068 } 1069 1069 … … 1090 1090 padding: 0; 1091 1091 background: transparent; 1092 color: # 0074a2;1092 color: #2271b1; 1093 1093 font-size: 20px; 1094 1094 line-height: 1; … … 1099 1099 1100 1100 .image-editor .imgedit-settings .imgedit-help-toggle:focus { 1101 color: # 0074a2;1102 border-color: # 5b9dd9;1103 box-shadow: 0 0 3px rgba( 0, 115, 170, 0.8);1101 color: #2271b1; 1102 border-color: #4f94d4; 1103 box-shadow: 0 0 3px rgba(34, 113, 177, 0.8); 1104 1104 /* Only visible in Windows High Contrast mode */ 1105 1105 outline: 2px solid transparent; … … 1125 1125 1126 1126 span.imgedit-scale-warn { 1127 color: #d c3232;1127 color: #d63638; 1128 1128 font-size: 20px; 1129 1129 font-style: normal; … … 1162 1162 text-align: center; 1163 1163 font-size: 13px; 1164 color: # 444;1164 color: #3c434a; 1165 1165 } 1166 1166 -
trunk/src/wp-admin/css/nav-menus.css
r49964 r50025 67 67 68 68 .is-submenu { 69 color: #5 55d66; /* #fafafa background */69 color: #50575e; /* #fafafa background */ 70 70 font-style: italic; 71 71 font-weight: 400; … … 77 77 padding: 10px; 78 78 overflow: hidden; 79 background: #f bfbfb;79 background: #fff; 80 80 } 81 81 … … 99 99 100 100 .menu-settings { 101 border-top: 1px solid # eee;101 border-top: 1px solid #f0f0f1; 102 102 margin-top: 2em; 103 103 } … … 136 136 137 137 .theme-location-set { 138 color: #7 2777c;138 color: #787c82; 139 139 font-size: 11px; 140 140 } … … 164 164 padding: 0 10px; 165 165 border-top: 1px solid #fff; 166 border-bottom: 1px solid #d dd;166 border-bottom: 1px solid #dcdcde; 167 167 background: #fff; 168 168 } … … 171 171 #nav-menu-footer { 172 172 padding: 0 10px; 173 background: #f 5f5f5;173 background: #f6f7f7; 174 174 } 175 175 176 176 #nav-menu-header { 177 border-bottom: 1px solid #d dd;177 border-bottom: 1px solid #dcdcde; 178 178 margin-bottom: 0; 179 179 } … … 252 252 .locations-edit-menu-link { 253 253 padding-right: 3px; 254 border-right: 1px solid #c cc;254 border-right: 1px solid #c3c4c7; 255 255 } 256 256 … … 441 441 442 442 .menu-item-bar .menu-item-handle { 443 border: 1px solid #d dd;443 border: 1px solid #dcdcde; 444 444 position: relative; 445 445 padding: 10px 15px; … … 453 453 454 454 .menu-item-bar .menu-item-handle:hover { 455 border-color: # 999;455 border-color: #8c8f94; 456 456 } 457 457 458 458 #menu-to-edit .menu-item-invalid .menu-item-handle { 459 background: #f 6c9cc;460 border-color: #f 1acb1;459 background: #facfd2; 460 border-color: #ffabaf; 461 461 } 462 462 … … 471 471 .menu li.deleting .menu-item-handle { 472 472 background-image: none; 473 background-color: #f 66;473 background-color: #f86368; 474 474 } 475 475 … … 484 484 485 485 .menu-item-handle .menu-item-title.no-title { 486 color: #7 2777c;486 color: #787c82; 487 487 } 488 488 … … 551 551 display: inline-block; 552 552 padding: 12px 16px; 553 color: #6 66;553 color: #646970; 554 554 font-size: 12px; 555 555 line-height: 1.5; … … 592 592 margin: 12px -10px 12px 0; 593 593 padding: 0; 594 color: # 0073aa;594 color: #2271b1; 595 595 text-decoration: underline; 596 596 font-size: 12px; … … 629 629 .nav-menus-php .item-edit:focus:before { 630 630 box-shadow: 631 0 0 0 1px # 5b9dd9,632 0 0 2px 1px rgba( 30, 140, 190, 0.8);631 0 0 0 1px #4f94d4, 632 0 0 2px 1px rgba(79, 148, 212, 0.8); 633 633 } 634 634 … … 644 644 position: relative; 645 645 z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */ 646 border: 1px solid #c cd0d4;646 border: 1px solid #c3c4c7; 647 647 border-top: none; 648 648 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); … … 690 690 margin: 0 0 15px; 691 691 padding: 3px 5px 5px; 692 border: 1px solid #d dd;693 color: #7 2777c;692 border: 1px solid #dcdcde; 693 color: #787c82; 694 694 font-size: 12px; 695 695 } -
trunk/src/wp-admin/css/revisions.css
r49309 r50025 43 43 position: absolute; 44 44 height: 100%; 45 border-left: 1px solid #a 0a5aa;45 border-left: 1px solid #a7aaad; 46 46 box-sizing: border-box; 47 47 } … … 132 132 133 133 .revisions-controls .author-card .date { 134 color: #7 2777c;134 color: #787c82; 135 135 } 136 136 137 137 .revisions-controls .author-card.autosave { 138 color: #d 54e21;138 color: #d63638; 139 139 } 140 140 … … 243 243 table.diff .diff-deletedline { 244 244 position: relative; 245 background-color: #f fe9e9;245 background-color: #fcf0f1; 246 246 } 247 247 248 248 table.diff .diff-deletedline del { 249 background-color: #f aa;249 background-color: #ffabaf; 250 250 } 251 251 252 252 table.diff .diff-addedline { 253 253 position: relative; 254 background-color: #e 9ffe9;254 background-color: #edfaef; 255 255 } 256 256 … … 272 272 273 273 table.diff .diff-addedline ins { 274 background-color: # afa;274 background-color: #68de7c; 275 275 } 276 276 … … 385 385 .revisions-tooltip, 386 386 .revisions-tooltip-arrow > span { 387 border: 1px solid #d dd;387 border: 1px solid #dcdcde; 388 388 background-color: #fff; 389 389 } … … 446 446 .wp-slider.ui-slider { 447 447 position: relative; 448 border: 1px solid #d dd;448 border: 1px solid #dcdcde; 449 449 text-align: left; 450 450 cursor: pointer; … … 465 465 .wp-slider .ui-slider-handle, 466 466 .wp-slider .ui-slider-handle.focus { 467 background: #f 7f7f7;468 border: 1px solid #c cc;469 box-shadow: 0 1px 0 #c ccccc;467 background: #f6f7f7; 468 border: 1px solid #c3c4c7; 469 box-shadow: 0 1px 0 #c3c4c7; 470 470 } 471 471 472 472 .wp-slider .ui-slider-handle:hover, 473 473 .wp-slider .ui-slider-handle.ui-state-hover { 474 background: #f afafa;475 border-color: # 999;474 background: #f6f7f7; 475 border-color: #8c8f94; 476 476 } 477 477 478 478 .wp-slider .ui-slider-handle:active, 479 479 .wp-slider .ui-slider-handle.ui-state-active { 480 background: # eee;481 border-color: # 999;480 background: #f0f0f1; 481 border-color: #8c8f94; 482 482 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); 483 483 transform: translateY(1px); … … 489 489 top: 2px; 490 490 left: 2px; 491 color: #5 55;491 color: #50575e; 492 492 content: "\f229"; 493 493 font: normal 18px/1 dashicons; … … 499 499 .wp-slider .ui-slider-handle:hover:before, 500 500 .wp-slider .ui-slider-handle.ui-state-hover:before { 501 color: # 23282d;501 color: #1d2327; 502 502 } 503 503 -
trunk/src/wp-admin/css/site-health.css
r49991 r50025 27 27 margin: 0 0 1rem; 28 28 background: #fff; 29 border-bottom: 1px solid # e2e4e7;29 border-bottom: 1px solid #dcdcde; 30 30 } 31 31 … … 68 68 .loading .site-health-progress svg #bar { 69 69 stroke-dashoffset: 0; 70 stroke: # adc5d2;70 stroke: #c3c4c7; 71 71 animation: loadingPulse 3s infinite ease-in-out; 72 72 } … … 75 75 stroke-dashoffset: 0; 76 76 transition: stroke-dashoffset 1s linear; 77 stroke: #c cc;77 stroke: #c3c4c7; 78 78 stroke-width: 2em; 79 79 } … … 81 81 .site-health-progress svg #bar { 82 82 stroke-dashoffset: 565; 83 stroke: #d c3232;83 stroke: #d63638; 84 84 } 85 85 86 86 .green .site-health-progress #bar { 87 stroke: # 46b450;87 stroke: #00a32a; 88 88 } 89 89 .green .site-health-progress .site-health-progress-label { 90 color: # 46b450;90 color: #00a32a; 91 91 } 92 92 93 93 .orange .site-health-progress #bar { 94 stroke: # ffb900;94 stroke: #dba617; 95 95 } 96 96 .orange .site-health-progress .site-health-progress-label { 97 color: # ffb900;97 color: #dba617; 98 98 } 99 99 … … 106 106 @keyframes loadingPulse { 107 107 0% { 108 stroke: # adc5d2;108 stroke: #c3c4c7; 109 109 } 110 110 50% { 111 stroke: # 00a0d2;111 stroke: #72aee6; 112 112 } 113 113 100% { 114 stroke: # adc5d2;114 stroke: #c3c4c7; 115 115 } 116 116 } … … 144 144 145 145 .health-check-tab:focus { 146 color: #1 91e23;147 outline: 1px solid # 6c7781;146 color: #1d2327; 147 outline: 1px solid #787c82; 148 148 box-shadow: none; 149 149 } 150 150 151 151 .health-check-tab.active { 152 box-shadow: inset 0 -3px # 007cba;152 box-shadow: inset 0 -3px #3582c4; 153 153 font-weight: 600; 154 154 } … … 179 179 .health-check-body .good::before { 180 180 content: "\f147"; 181 color: # 46b450;181 color: #00a32a; 182 182 } 183 183 184 184 .health-check-body .warning::before { 185 185 content: "\f460"; 186 color: # ffb900;186 color: #dba617; 187 187 } 188 188 189 189 .health-check-body .info::before { 190 190 content: "\f348"; 191 color: # 00a0d2;191 color: #72aee6; 192 192 } 193 193 … … 195 195 .health-check-body .error::before { 196 196 content: "\f335"; 197 color: #d c3232;197 color: #d63638; 198 198 } 199 199 … … 209 209 210 210 .site-health-copy-buttons .success { 211 color: # 40860a;211 color: #008a20; 212 212 margin-left: 0.5rem; 213 213 } … … 267 267 268 268 .health-check-accordion { 269 border: 1px solid #c cd0d4;269 border: 1px solid #c3c4c7; 270 270 } 271 271 272 272 .health-check-accordion-heading { 273 273 margin: 0; 274 border-top: 1px solid #c cd0d4;274 border-top: 1px solid #c3c4c7; 275 275 font-size: inherit; 276 276 line-height: inherit; … … 286 286 background: #fff; 287 287 border: 0; 288 color: # 32373c;288 color: #2c3338; 289 289 cursor: pointer; 290 290 display: flex; … … 311 311 .health-check-accordion-trigger:hover, 312 312 .health-check-accordion-trigger:active { 313 background: #f 8f9f9;313 background: #f6f7f7; 314 314 } 315 315 316 316 .health-check-accordion-trigger:focus { 317 color: #1 91e23;317 color: #1d2327; 318 318 border: none; 319 319 box-shadow: none; 320 320 outline-offset: -1px; 321 outline: 2px solid # 0071a1;322 background-color: #f 8f9f9;321 outline: 2px solid #2271b1; 322 background-color: #f6f7f7; 323 323 } 324 324 … … 331 331 .health-check-accordion-trigger .icon, 332 332 .site-health-view-passed .icon { 333 border: solid #5 55d66;333 border: solid #50575e; 334 334 border-width: 0 2px 2px 0; 335 335 height: 0.5rem; … … 344 344 .health-check-accordion-trigger .badge { 345 345 padding: 0.1rem 0.5rem 0.15rem; 346 color: # 32373c;346 color: #2c3338; 347 347 font-weight: 600; 348 348 margin-left: 0.5rem; … … 350 350 351 351 .health-check-accordion-trigger .badge.blue { 352 border: 1px solid # bfe7f3;352 border: 1px solid #c5d9ed; 353 353 } 354 354 355 355 .health-check-accordion-trigger .badge.orange { 356 border: 1px solid # ffb900;356 border: 1px solid #dba617; 357 357 } 358 358 359 359 .health-check-accordion-trigger .badge.red { 360 border: 1px solid #d c3232;360 border: 1px solid #d63638; 361 361 } 362 362 363 363 .health-check-accordion-trigger .badge.green { 364 border: 1px solid # 46b450;364 border: 1px solid #00a32a; 365 365 } 366 366 367 367 .health-check-accordion-trigger .badge.purple { 368 border: 1px solid # 826eb4;368 border: 1px solid #2271b1; 369 369 } 370 370 371 371 .health-check-accordion-trigger .badge.gray { 372 border: 1px solid #c cd0d4;372 border: 1px solid #c3c4c7; 373 373 } 374 374 -
trunk/src/wp-admin/css/themes.css
r49991 r50025 57 57 position: relative; 58 58 width: 30.6%; 59 border: 1px solid #d dd;59 border: 1px solid #dcdcde; 60 60 box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1); 61 61 box-sizing: border-box; … … 91 91 transition: opacity 0.1s ease-in-out; 92 92 height: auto; 93 background: rgba(24 4, 244, 244, 0.7);93 background: rgba(246, 247, 247, 0.7); 94 94 border-left: 1px solid rgba(0, 0, 0, 0.05); 95 95 } … … 157 157 right: 20%; 158 158 left: 20%; 159 background: # 23282d;159 background: #1d2327; 160 160 background: rgba(0, 0, 0, 0.7); 161 161 color: #fff; … … 171 171 172 172 .theme-browser .theme:focus { 173 border-color: # 5b9dd9;174 box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8);173 border-color: #4f94d4; 174 box-shadow: 0 0 2px rgba(79, 148, 212, 0.8); 175 175 } 176 176 … … 194 194 */ 195 195 .theme-browser .theme.active .theme-name { 196 background: # 23282d;196 background: #1d2327; 197 197 color: #fff; 198 198 padding-right: 110px; … … 210 210 211 211 .theme-browser .theme.active .theme-actions { 212 background: rgba(4 9, 49, 49, 0.7);212 background: rgba(44, 51, 56, 0.7); 213 213 border-left: none; 214 214 opacity: 1; … … 234 234 235 235 .theme-browser .theme .theme-author { 236 background: # 23282d;237 color: # eee;236 background: #1d2327; 237 color: #f0f0f1; 238 238 display: none; 239 239 font-size: 14px; … … 279 279 padding: 0; 280 280 text-shadow: none; 281 border: 5px dashed #d 5d2ca;281 border: 5px dashed #dcdcde; 282 282 border: 5px dashed rgba(0, 0, 0, 0.1); 283 283 box-sizing: border-box; … … 285 285 286 286 .theme-browser .theme.add-new-theme span:after { 287 background: # e5e5e5;288 background: rgba(1 53, 153, 153, 0.1);287 background: #dcdcde; 288 background: rgba(140, 143, 148, 0.1); 289 289 border-radius: 50%; 290 290 display: inline-block; … … 296 296 vertical-align: middle; 297 297 text-align: center; 298 color: rgb(153, 153, 153);298 color: #8c8f94; 299 299 position: absolute; 300 300 top: 30%; … … 319 319 .theme-browser .theme.add-new-theme a:focus span:after { 320 320 background: #fff; 321 color: # 0073aa;321 color: #2271b1; 322 322 } 323 323 … … 326 326 border-color: transparent; 327 327 color: #fff; 328 background: # 0073aa;328 background: #2271b1; 329 329 content: ""; 330 330 } … … 358 358 top: 0; 359 359 bottom: 0; 360 background: #f 1f1f1;361 background: rgba(2 38, 238, 238, 0.9);360 background: #f0f0f1; 361 background: rgba(240, 240, 241, 0.9); 362 362 z-index: 10000; /* Over WP Pointers. */ 363 363 } … … 369 369 right: 0; 370 370 height: 48px; 371 border-bottom: 1px solid #d dd;371 border-bottom: 1px solid #dcdcde; 372 372 } 373 373 … … 383 383 float: right; 384 384 border: 0; 385 border-left: 1px solid #d dd;385 border-left: 1px solid #dcdcde; 386 386 background-color: transparent; 387 387 transition: color .1s ease-in-out, background .1s ease-in-out; … … 390 390 .theme-overlay .theme-header .close:before { 391 391 font: normal 22px/50px dashicons !important; 392 color: #7 2777c;392 color: #787c82; 393 393 display: inline-block; 394 394 content: "\f335"; … … 400 400 .theme-overlay .theme-header .left { 401 401 cursor: pointer; 402 color: #7 2777c;402 color: #787c82; 403 403 background-color: transparent; 404 404 height: 48px; … … 407 407 text-align: center; 408 408 border: 0; 409 border-right: 1px solid #d dd;409 border-right: 1px solid #dcdcde; 410 410 transition: color .1s ease-in-out, background .1s ease-in-out; 411 411 } … … 417 417 .theme-overlay .theme-header .left:focus, 418 418 .theme-overlay .theme-header .left:hover { 419 background: #d dd;420 border-color: #c cc;419 background: #dcdcde; 420 border-color: #c3c4c7; 421 421 color: #000; 422 422 } … … 438 438 .theme-overlay .theme-header .left.disabled:hover, 439 439 .theme-overlay .theme-header .right.disabled:hover { 440 color: #c cc;440 color: #c3c4c7; 441 441 background: inherit; 442 442 cursor: inherit; … … 493 493 right: 0; 494 494 padding: 10px 25px 5px; 495 background: #f 3f3f3;495 background: #f6f7f7; 496 496 z-index: 30; 497 497 box-sizing: border-box; 498 border-top: 1px solid # eee;498 border-top: 1px solid #f0f0f1; 499 499 } 500 500 … … 512 512 .broken-themes a.delete-theme, 513 513 .theme-overlay .theme-actions .delete-theme { 514 color: # a00;514 color: #d63638; 515 515 text-decoration: none; 516 516 border-color: transparent; … … 529 529 .theme-overlay .theme-actions .delete-theme:hover, 530 530 .theme-overlay .theme-actions .delete-theme:focus { 531 background: #d 54e21;531 background: #d63638; 532 532 color: #fff; 533 border-color: #d 54e21;533 border-color: #d63638; 534 534 } 535 535 … … 589 589 /* Other screenshots, shown small and square */ 590 590 .theme-overlay .screenshot.thumb { 591 background: #c cc;592 border: 1px solid # eee;591 background: #c3c4c7; 592 border: 1px solid #f0f0f1; 593 593 float: none; 594 594 display: inline-block; … … 617 617 .theme-overlay .screenshot.selected { 618 618 background: transparent; 619 border: 2px solid # 00a0d2;619 border: 2px solid #72aee6; 620 620 } 621 621 … … 639 639 640 640 .theme-overlay .current-label { 641 background: # 32373c;641 background: #2c3338; 642 642 color: #fff; 643 643 font-size: 11px; … … 652 652 653 653 .theme-overlay .theme-name { 654 color: # 23282d;654 color: #1d2327; 655 655 font-size: 32px; 656 656 font-weight: 100; … … 662 662 663 663 .theme-overlay .theme-version { 664 color: #7 2777c;664 color: #787c82; 665 665 font-size: 13px; 666 666 font-weight: 400; … … 672 672 .theme-overlay .theme-author { 673 673 margin: 15px 0 25px; 674 color: #7 2777c;674 color: #787c82; 675 675 font-size: 16px; 676 676 font-weight: 400; … … 696 696 697 697 .theme-overlay .theme-description { 698 color: #5 55;698 color: #50575e; 699 699 font-size: 15px; 700 700 font-weight: 400; … … 704 704 705 705 .theme-overlay .theme-tags { 706 border-top: 3px solid # eee;707 color: #8 2878c;706 border-top: 3px solid #f0f0f1; 707 color: #8c8f94; 708 708 font-size: 13px; 709 709 font-weight: 400; … … 713 713 714 714 .theme-overlay .theme-tags span { 715 color: # 444;715 color: #3c434a; 716 716 font-weight: 600; 717 717 margin-right: 5px; … … 719 719 720 720 .theme-overlay .parent-theme { 721 background: #f 7fcfe;722 border: 1px solid # eee;723 border-left: 4px solid # 00a0d2;721 background: #fff; 722 border: 1px solid #f0f0f1; 723 border-left: 4px solid #72aee6; 724 724 font-size: 14px; 725 725 font-weight: 400; … … 1001 1001 /* Already installed theme */ 1002 1002 .theme-browser .theme .theme-installed { 1003 background: # 0073aa;1003 background: #2271b1; 1004 1004 } 1005 1005 1006 1006 .theme-browser .theme .notice-success p:before { 1007 color: # 79ba49;1007 color: #68de7c; 1008 1008 content: "\f147"; 1009 1009 display: inline-block; … … 1058 1058 .upload-theme .wp-upload-form, 1059 1059 .upload-plugin .wp-upload-form { 1060 background: #f afafa;1061 border: 1px solid #c cd0d4;1060 background: #f6f7f7; 1061 border: 1px solid #c3c4c7; 1062 1062 padding: 30px; 1063 1063 margin: 30px auto; … … 1074 1074 .upload-theme .install-help, 1075 1075 .upload-plugin .install-help { 1076 color: #5 55d66; /* #f1f1f1 background */1076 color: #50575e; /* #f1f1f1 background */ 1077 1077 font-size: 18px; 1078 1078 font-style: normal; … … 1085 1085 p.no-themes-local { 1086 1086 clear: both; 1087 color: #6 66;1087 color: #646970; 1088 1088 font-size: 18px; 1089 1089 font-style: normal; … … 1124 1124 .theme-details .no-rating { 1125 1125 font-size: 11px; 1126 color: #7 2777c;1126 color: #787c82; 1127 1127 } 1128 1128 … … 1133 1133 1134 1134 .update-from-upload-comparison { 1135 border-top: 1px solid #d dd;1136 border-bottom: 1px solid #d dd;1135 border-top: 1px solid #dcdcde; 1136 border-bottom: 1px solid #dcdcde; 1137 1137 text-align: left; 1138 1138 margin: 1rem 0 1.4rem; … … 1162 1162 1163 1163 .update-from-upload-comparison td.warning { 1164 color: # a00;1164 color: #d63638; 1165 1165 } 1166 1166 … … 1174 1174 1175 1175 .appearance_page_custom-header #headimg { 1176 border: 1px solid #d dd;1176 border: 1px solid #dcdcde; 1177 1177 overflow: hidden; 1178 1178 width: 100%; … … 1210 1210 div#custom-background-image { 1211 1211 min-height: 100px; 1212 border: 1px solid #d dd;1212 border: 1px solid #dcdcde; 1213 1213 } 1214 1214 … … 1219 1219 1220 1220 .background-position-control input[type="radio"]:checked ~ .button { 1221 background: # eee;1222 border-color: # 999;1221 background: #f0f0f1; 1222 border-color: #8c8f94; 1223 1223 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); 1224 1224 z-index: 1; … … 1226 1226 1227 1227 .background-position-control input[type="radio"]:focus ~ .button { 1228 border-color: # 5b9dd9;1229 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 3px rgba( 0, 115, 170, 0.8);1230 color: # 23282d;1228 border-color: #4f94d4; 1229 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(34, 113, 177, 0.8); 1230 color: #1d2327; 1231 1231 } 1232 1232 … … 1247 1247 1248 1248 .background-position-control .background-position-center-icon:before { 1249 background-color: #5 55;1249 background-color: #50575e; 1250 1250 border-radius: 50%; 1251 1251 content: ""; … … 1256 1256 .background-position-control .button:hover .background-position-center-icon:before, 1257 1257 .background-position-control input[type="radio"]:focus ~ .button .background-position-center-icon:before { 1258 background-color: # 23282d;1258 background-color: #1d2327; 1259 1259 } 1260 1260 … … 1281 1281 1282 1282 .background-position-control .button-group:last-child .button { 1283 box-shadow: 0 1px 0 #c cc;1283 box-shadow: 0 1px 0 #c3c4c7; 1284 1284 } 1285 1285 … … 1364 1364 margin: 0; 1365 1365 z-index: 10; 1366 background: # eee;1366 background: #f0f0f1; 1367 1367 border-right: none; 1368 1368 } … … 1471 1471 width: 45px; 1472 1472 height: 45px; 1473 background: # eee;1474 border-right: 1px solid #d dd;1475 color: # 444;1473 background: #f0f0f1; 1474 border-right: 1px solid #dcdcde; 1475 color: #3c434a; 1476 1476 cursor: pointer; 1477 1477 text-decoration: none; … … 1485 1485 .theme-install-overlay .next-theme:hover, 1486 1486 .theme-install-overlay .next-theme:focus { 1487 background: #d dd;1488 border-color: #c cc;1487 background: #dcdcde; 1488 border-color: #c3c4c7; 1489 1489 color: #000; 1490 1490 outline: none; … … 1522 1522 .theme-install-overlay .next-theme.disabled:hover, 1523 1523 .theme-install-overlay .next-theme.disabled:focus { 1524 color: # b4b9be;1525 background: # eee;1524 color: #c3c4c7; 1525 background: #f0f0f1; 1526 1526 cursor: default; 1527 1527 pointer-events: none; … … 1550 1550 padding: 9px 0 9px 10px; 1551 1551 height: 45px; 1552 color: #6 56a6f;1552 color: #646970; 1553 1553 outline: 0; 1554 1554 line-height: 1; … … 1561 1561 .wp-core-ui .wp-full-overlay .collapse-sidebar:hover, 1562 1562 .wp-core-ui .wp-full-overlay .collapse-sidebar:focus { 1563 color: # 0073aa;1563 color: #2271b1; 1564 1564 } 1565 1565 … … 1582 1582 .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow { 1583 1583 box-shadow: 1584 0 0 0 1px # 5b9dd9,1585 0 0 2px 1px rgba( 30, 140, 190, 0.8);1584 0 0 0 1px #4f94d4, 1585 0 0 2px 1px rgba(79, 148, 212, 0.8); 1586 1586 } 1587 1587 … … 1597 1597 display: block; 1598 1598 content: "\f148"; 1599 background: # eee;1599 background: #f0f0f1; 1600 1600 font: normal 20px/1 dashicons; 1601 1601 speak: never; … … 1631 1631 1632 1632 .wp-full-overlay { 1633 background: #1 91e23;1633 background: #1d2327; 1634 1634 } 1635 1635 1636 1636 .wp-full-overlay-main { 1637 background-color: #f 1f1f1;1637 background-color: #f0f0f1; 1638 1638 } 1639 1639 … … 1647 1647 width: calc( 18% - 1px ); 1648 1648 height: 45px; 1649 border-top: 1px solid #d dd;1650 background: # eee;1649 border-top: 1px solid #dcdcde; 1650 background: #f0f0f1; 1651 1651 } 1652 1652 … … 1657 1657 .wp-full-overlay-footer .devices { 1658 1658 position: relative; 1659 background: # eee;1660 box-shadow: -20px 0 10px -5px # eee;1659 background: #f0f0f1; 1660 box-shadow: -20px 0 10px -5px #f0f0f1; 1661 1661 } 1662 1662 … … 1689 1689 margin: 3px 0; 1690 1690 padding: 4px 8px; 1691 color: #6 56a6f;1691 color: #646970; 1692 1692 } 1693 1693 1694 1694 .wp-full-overlay-footer .devices button.active { 1695 border-bottom-color: #1 91e23;1695 border-bottom-color: #1d2327; 1696 1696 } 1697 1697 … … 1703 1703 .wp-full-overlay-footer .devices button:focus, 1704 1704 .wp-full-overlay-footer .devices button.active:hover { 1705 border-bottom-color: # 0073aa;1705 border-bottom-color: #2271b1; 1706 1706 } 1707 1707 1708 1708 .wp-full-overlay-footer .devices button.active:before { 1709 color: #1 91e23;1709 color: #1d2327; 1710 1710 } 1711 1711 1712 1712 .wp-full-overlay-footer .devices button:hover:before, 1713 1713 .wp-full-overlay-footer .devices button:focus:before { 1714 color: # 0073aa;1714 color: #2271b1; 1715 1715 } 1716 1716 … … 1771 1771 #customize-container, 1772 1772 #customize-controls .notice.notification-overlay { 1773 background: # eee;1773 background: #f0f0f1; 1774 1774 z-index: 500000; 1775 1775 position: fixed; … … 1843 1843 margin: 15px 0; 1844 1844 width: 258px; 1845 border: 1px solid #c cc;1845 border: 1px solid #c3c4c7; 1846 1846 } 1847 1847 … … 1856 1856 .theme-details .theme-description { 1857 1857 float: left; 1858 color: #7 2777c;1858 color: #787c82; 1859 1859 line-height: 1.6; 1860 1860 max-width: 100%; … … 1867 1867 1868 1868 .theme-install-overlay .wp-full-overlay-sidebar { 1869 background: # eee;1870 border-right: 1px solid #d dd;1869 background: #f0f0f1; 1870 border-right: 1px solid #dcdcde; 1871 1871 } 1872 1872 1873 1873 .theme-install-overlay .wp-full-overlay-sidebar-content { 1874 1874 background: #fff; 1875 border-top: 1px solid #d dd;1876 border-bottom: 1px solid #d dd;1875 border-top: 1px solid #dcdcde; 1876 border-bottom: 1px solid #dcdcde; 1877 1877 } 1878 1878 … … 1880 1880 position: absolute; 1881 1881 z-index: 0; 1882 background-color: #f 1f1f1;1882 background-color: #f0f0f1; 1883 1883 } 1884 1884 1885 1885 .customize-loading #customize-container { 1886 background-color: #f 1f1f1;1886 background-color: #f0f0f1; 1887 1887 } 1888 1888 -
trunk/src/wp-admin/css/widgets.css
r49991 r50025 17 17 font-size: 13px; 18 18 font-weight: 600; 19 background: #f 7f7f7;19 background: #f6f7f7; 20 20 } 21 21 … … 55 55 #widgets-right a.widget-control-edit, 56 56 #available-widgets .widget-description { 57 color: #6 66;57 color: #646970; 58 58 } 59 59 60 60 .deleting .widget-title, 61 61 .deleting .widget-top .widget-action .toggle-indicator:before { 62 color: #a 0a5aa;62 color: #a7aaad; 63 63 } 64 64 … … 92 92 .media-widget-control .attachment-media-view .button-add-media, 93 93 .media-widget-control .placeholder { 94 border: 1px dashed # b4b9be;94 border: 1px dashed #c3c4c7; 95 95 box-sizing: border-box; 96 96 cursor: pointer; … … 104 104 .media-widget-control .attachment-media-view .button-add-media { 105 105 cursor: pointer; 106 background-color: # edeff0;107 color: # 32373c;106 background-color: #f0f0f1; 107 color: #2c3338; 108 108 } 109 109 110 110 .media-widget-control .attachment-media-view .button-add-media:hover { 111 background-color: #f bfbfc;111 background-color: #fff; 112 112 } 113 113 114 114 .media-widget-control .attachment-media-view .button-add-media:focus { 115 background-color: #f bfbfc;115 background-color: #fff; 116 116 border-style: solid; 117 border-color: # 5b9dd9;118 box-shadow: 0 0 3px rgba( 0, 115, 170, .8);117 border-color: #4f94d4; 118 box-shadow: 0 0 3px rgba(34, 113, 177, 0.8); 119 119 /* Only visible in Windows High Contrast mode */ 120 120 outline: 2px solid transparent; … … 139 139 max-width: 100%; 140 140 vertical-align: middle; 141 background-image: linear-gradient(45deg, #c 4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);141 background-image: linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7), linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7); 142 142 background-position: 0 0, 10px 10px; 143 143 background-size: 20px 20px; … … 169 169 min-height: 132px; 170 170 width: 100%; 171 background: black;171 background: #000; 172 172 } 173 173 … … 177 177 width: 100%; 178 178 top: -90px; 179 color: white;179 color: #fff; 180 180 text-decoration: none; 181 181 } … … 187 187 .media-frame #embed-url-field.invalid, 188 188 .media-widget-image-link > .link:invalid { 189 border: 1px solid #d c3232;189 border: 1px solid #d63638; 190 190 } 191 191 … … 207 207 208 208 .media-widget-preview .placeholder { 209 background: #f 1f1f1;209 background: #f0f0f1; 210 210 } 211 211 … … 259 259 font-weight: 600; 260 260 font-size: 2em; 261 color: white;261 color: #fff; 262 262 } 263 263 … … 273 273 274 274 .widget-placeholder { 275 border: 1px dashed # b4b9be;275 border: 1px dashed #c3c4c7; 276 276 margin: 0 auto 10px; 277 277 height: 45px; … … 339 339 .sidebar-name .handlediv:focus .toggle-indicator:before { 340 340 box-shadow: 341 0 0 0 1px # 5b9dd9,342 0 0 2px 1px rgba( 30, 140, 190, 0.8);341 0 0 0 1px #4f94d4, 342 0 0 2px 1px rgba(79, 148, 212, 0.8); 343 343 } 344 344 … … 355 355 margin: 0; 356 356 font-style: normal; 357 color: #7 2777c;357 color: #787c82; 358 358 } 359 359 360 360 .widget-holder .description, 361 361 .inactive-sidebar .description { 362 color: #5 55d66;362 color: #50575e; 363 363 } 364 364 … … 513 513 /* Dragging a widget over a closed sidebar */ 514 514 #widgets-right .widgets-holder-wrap.widget-hover { 515 border-color: #7 2777c;515 border-color: #787c82; 516 516 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); 517 517 } … … 535 535 .widgets_access #widgets-left .widget .widget-top:hover, 536 536 .widgets_access #widgets-right .widget .widget-top:hover { 537 border-color: #d dd;537 border-color: #dcdcde; 538 538 } 539 539 … … 549 549 .widget-control-edit { 550 550 display: block; 551 color: #6 66;552 background: # EEE;551 color: #646970; 552 background: #f0f0f1; 553 553 padding: 0 15px; 554 554 line-height: 3.30769230; 555 border-left: 1px solid # DDD;555 border-left: 1px solid #dcdcde; 556 556 } 557 557 … … 559 559 #widgets-right .widget-control-edit:hover { 560 560 color: #fff; 561 background: # 444;561 background: #3c434a; 562 562 border-left: 0; 563 outline: 1px solid # 444;563 outline: 1px solid #3c434a; 564 564 } 565 565 … … 617 617 font-size: 12px; 618 618 line-height: 1; 619 color: black;619 color: #000; 620 620 } 621 621 622 622 .js #removing-widget { 623 color: # 00a0d2;623 color: #72aee6; 624 624 } 625 625 … … 673 673 div#widgets-right .widget-top:hover, 674 674 #widgets-left .widget-top:hover { 675 border-color: # 999;675 border-color: #8c8f94; 676 676 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); 677 677 } … … 689 689 690 690 .widgets-chooser ul { 691 border: 1px solid #c cc;691 border: 1px solid #c3c4c7; 692 692 } 693 693 694 694 .widgets-chooser li { 695 border-bottom: 1px solid #c cc;695 border-bottom: 1px solid #c3c4c7; 696 696 background: #fff; 697 697 margin: 0; … … 722 722 723 723 .widgets-chooser .widgets-chooser-selected .widgets-chooser-button { 724 background: # 0073aa;724 background: #2271b1; 725 725 color: #fff; 726 726 } … … 774 774 775 775 .custom-html-widget-fields > p > .CodeMirror { 776 border: 1px solid # e5e5e5;776 border: 1px solid #dcdcde; 777 777 } 778 778 .custom-html-widget-fields code { -
trunk/src/wp-admin/includes/misc.php
r49193 r50025 1005 1005 // Fall back to the default set of icon colors if the default scheme is missing. 1006 1006 $icon_colors = array( 1007 'base' => '#a 0a5aa',1008 'focus' => '# 00a0d2',1007 'base' => '#a7aaad', 1008 'focus' => '#72aee6', 1009 1009 'current' => '#fff', 1010 1010 ); -
trunk/src/wp-includes/css/admin-bar.css
r50017 r50025 35 35 #wpadminbar > #wp-toolbar span.ab-label, 36 36 #wpadminbar > #wp-toolbar span.noticon { 37 color: # eee;37 color: #f0f0f1; 38 38 } 39 39 … … 78 78 #wpadminbar { 79 79 direction: ltr; 80 color: #c cc;80 color: #c3c4c7; 81 81 font-size: 13px; 82 82 font-weight: 400; … … 90 90 min-width: 600px; /* match the min-width of the body in wp-admin/css/common.css */ 91 91 z-index: 99999; 92 background: # 23282d;92 background: #1d2327; 93 93 } 94 94 … … 144 144 padding: 0; 145 145 box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); 146 background: # 32373c;146 background: #2c3338; 147 147 display: none; 148 148 position: absolute; … … 212 212 #wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item, 213 213 #wpadminbar .ab-top-menu > li.hover > .ab-item { 214 background: # 32373c;215 color: # 00b9eb;214 background: #2c3338; 215 color: #72aee6; 216 216 } 217 217 … … 219 219 #wpadminbar > #wp-toolbar li.hover span.ab-label, 220 220 #wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label { 221 color: # 00b9eb;221 color: #72aee6; 222 222 } 223 223 … … 240 240 #wpadminbar .ab-item:before, 241 241 #wpadminbar #adminbarsearch:before { 242 color: #a 0a5aa;243 color: rgba(240, 24 5, 250, 0.6);242 color: #a7aaad; 243 color: rgba(240, 246, 252, 0.6); 244 244 } 245 245 … … 257 257 258 258 #wpadminbar .ab-submenu .ab-item { 259 color: # b4b9be;260 color: rgba(240, 24 5, 250, 0.7);259 color: #c3c4c7; 260 color: rgba(240, 246, 252, 0.7); 261 261 } 262 262 … … 265 265 #wpadminbar .quicklinks .menupop.hover ul li a, 266 266 #wpadminbar.nojs .quicklinks .menupop:hover ul li a { 267 color: # b4b9be;268 color: rgba(240, 24 5, 250, 0.7);267 color: #c3c4c7; 268 color: rgba(240, 246, 252, 0.7); 269 269 } 270 270 … … 289 289 #wpadminbar li:hover #adminbarsearch:before, 290 290 #wpadminbar li #adminbarsearch.adminbar-focused:before { 291 color: # 00b9eb;291 color: #72aee6; 292 292 } 293 293 294 294 #wpadminbar.mobile .quicklinks .ab-icon:before, 295 295 #wpadminbar.mobile .quicklinks .ab-item:before { 296 color: # b4b9be;296 color: #c3c4c7; 297 297 } 298 298 299 299 #wpadminbar.mobile .quicklinks .hover .ab-icon:before, 300 300 #wpadminbar.mobile .quicklinks .hover .ab-item:before { 301 color: # 00b9eb;301 color: #72aee6; 302 302 } 303 303 … … 345 345 #wpadminbar .quicklinks .menupop ul.ab-sub-secondary, 346 346 #wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu { 347 background: # 464b50;347 background: #3c434a; 348 348 } 349 349 350 350 #wpadminbar .quicklinks .menupop .ab-sub-secondary > li > a:hover, 351 351 #wpadminbar .quicklinks .menupop .ab-sub-secondary > li .ab-item:focus a { 352 color: # 00b9eb;352 color: #72aee6; 353 353 } 354 354 355 355 #wpadminbar .quicklinks a span#ab-updates { 356 background: # eee;357 color: # 32373c;356 background: #f0f0f1; 357 color: #2c3338; 358 358 display: inline; 359 359 padding: 2px 5px; … … 382 382 #wpadminbar #wp-admin-bar-recovery-mode { 383 383 color: #fff; 384 background-color: # ca4a1f;384 background-color: #d63638; 385 385 } 386 386 … … 390 390 #wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus { 391 391 color: #fff; 392 background-color: # c0461e;392 background-color: #d63638; 393 393 } 394 394 … … 462 462 463 463 #wpadminbar #wp-admin-bar-user-info .username { 464 color: #a 0a5aa;464 color: #a7aaad; 465 465 font-size: 11px; 466 466 } … … 471 471 height: 16px; 472 472 padding: 0; 473 border: 1px solid #8 2878c;474 background: # eee;473 border: 1px solid #8c8f94; 474 background: #f0f0f1; 475 475 line-height: 1.84615384; 476 476 vertical-align: middle; … … 509 509 -webkit-font-smoothing: antialiased; 510 510 -moz-osx-font-smoothing: grayscale; 511 color: # eee;511 color: #f0f0f1; 512 512 } 513 513 … … 515 515 #wpadminbar .quicklinks li a:focus .blavatar, 516 516 #wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar { 517 color: # 00b9eb;517 color: #72aee6; 518 518 } 519 519 … … 632 632 padding: 0 3px 0 24px; 633 633 margin: 0; 634 color: #c cc;634 color: #c3c4c7; 635 635 background-color: rgba(255, 255, 255, 0); 636 636 border: none; … … 701 701 font-weight: 600; 702 702 padding: 15px 23px 14px; 703 background: #f 1f1f1;704 color: # 0073aa;703 background: #f0f0f1; 704 color: #2271b1; 705 705 z-index: 100000; 706 706 line-height: normal; … … 823 823 width: 52px; 824 824 padding: 0; 825 color: #a 0a5aa; /* @todo not needed? this text is hidden */825 color: #a7aaad; /* @todo not needed? this text is hidden */ 826 826 position: relative; 827 827 } … … 929 929 font-size: 16px; 930 930 line-height: 1.5; 931 color: # eee;931 color: #f0f0f1; 932 932 } 933 933 -
trunk/src/wp-includes/css/buttons.css
r48368 r50025 116 116 .wp-core-ui .button, 117 117 .wp-core-ui .button-secondary { 118 color: # 0071a1;119 border-color: # 0071a1;120 background: #f 3f5f6;118 color: #2271b1; 119 border-color: #2271b1; 120 background: #f6f7f7; 121 121 vertical-align: top; 122 122 } … … 129 129 .wp-core-ui .button:hover, 130 130 .wp-core-ui .button-secondary:hover{ 131 background: #f 1f1f1;132 border-color: #0 16087;133 color: #0 16087;131 background: #f0f0f1; 132 border-color: #0a4b78; 133 color: #0a4b78; 134 134 } 135 135 … … 137 137 .wp-core-ui .button:focus, 138 138 .wp-core-ui .button-secondary:focus { 139 background: #f 3f5f6;140 border-color: # 007cba;141 color: #0 16087;142 box-shadow: 0 0 0 1px # 007cba;139 background: #f6f7f7; 140 border-color: #3582c4; 141 color: #0a4b78; 142 box-shadow: 0 0 0 1px #3582c4; 143 143 /* Only visible in Windows High Contrast mode */ 144 144 outline: 2px solid transparent; … … 150 150 .wp-core-ui .button:active, 151 151 .wp-core-ui .button-secondary:active { 152 background: #f 3f5f6;153 border-color: # 7e8993;152 background: #f6f7f7; 153 border-color: #8c8f94; 154 154 box-shadow: none; 155 155 } … … 158 158 .wp-core-ui .button.active, 159 159 .wp-core-ui .button.active:hover { 160 background-color: # e2e4e7;161 color: # 00669b;162 border-color: #0 16087;163 box-shadow: inset 0 2px 5px -3px #0 16087;160 background-color: #dcdcde; 161 color: #135e96; 162 border-color: #0a4b78; 163 box-shadow: inset 0 2px 5px -3px #0a4b78; 164 164 } 165 165 166 166 .wp-core-ui .button.active:focus { 167 border-color: # 007cba;167 border-color: #3582c4; 168 168 box-shadow: 169 inset 0 2px 5px -3px #0 16087,170 0 0 0 1px # 007cba;169 inset 0 2px 5px -3px #0a4b78, 170 0 0 0 1px #3582c4; 171 171 } 172 172 … … 178 178 .wp-core-ui .button-secondary.disabled, 179 179 .wp-core-ui .button-disabled { 180 color: #a 0a5aa!important;181 border-color: #d dd!important;182 background: #f 7f7f7 !important;180 color: #a7aaad !important; 181 border-color: #dcdcde !important; 182 background: #f6f7f7 !important; 183 183 box-shadow: none !important; 184 184 cursor: default; … … 197 197 text-align: left; 198 198 /* Mimics the default link style in common.css */ 199 color: # 0073aa;199 color: #2271b1; 200 200 text-decoration: underline; 201 201 transition-property: border, background, color; … … 206 206 .wp-core-ui .button-link:hover, 207 207 .wp-core-ui .button-link:active { 208 color: # 006799;208 color: #135e96; 209 209 } 210 210 211 211 .wp-core-ui .button-link:focus { 212 color: # 124964;212 color: #043959; 213 213 box-shadow: 214 0 0 0 1px # 5b9dd9,215 0 0 2px 1px rgba( 30, 140, 190, 0.8);214 0 0 0 1px #4f94d4, 215 0 0 2px 1px rgba(79, 148, 212, 0.8); 216 216 /* Only visible in Windows High Contrast mode */ 217 217 outline: 1px solid transparent; … … 219 219 220 220 .wp-core-ui .button-link-delete { 221 color: # a00;221 color: #d63638; 222 222 } 223 223 224 224 .wp-core-ui .button-link-delete:hover, 225 225 .wp-core-ui .button-link-delete:focus { 226 color: #d c3232;226 color: #d63638; 227 227 background: transparent; 228 228 } … … 239 239 240 240 .wp-core-ui .button-primary { 241 background: # 007cba;242 border-color: # 007cba;241 background: #3582c4; 242 border-color: #3582c4; 243 243 color: #fff; 244 244 text-decoration: none; … … 250 250 .wp-core-ui .button-primary.focus, 251 251 .wp-core-ui .button-primary:focus { 252 background: # 0071a1;253 border-color: # 0071a1;252 background: #2271b1; 253 border-color: #2271b1; 254 254 color: #fff; 255 255 } … … 259 259 box-shadow: 260 260 0 0 0 1px #fff, 261 0 0 0 3px # 007cba;261 0 0 0 3px #3582c4; 262 262 } 263 263 … … 266 266 .wp-core-ui .button-primary.active:focus, 267 267 .wp-core-ui .button-primary:active { 268 background: # 00669b;269 border-color: # 00669b;268 background: #135e96; 269 border-color: #135e96; 270 270 box-shadow: none; 271 271 color: #fff; … … 276 276 .wp-core-ui .button-primary-disabled, 277 277 .wp-core-ui .button-primary.disabled { 278 color: #a 0a5aa!important;279 background: #f 7f7f7 !important;280 border-color: #d dd!important;278 color: #a7aaad !important; 279 background: #f6f7f7 !important; 280 border-color: #dcdcde !important; 281 281 box-shadow: none !important; 282 282 text-shadow: none !important; … … 321 321 /* pressed state e.g. a selected setting */ 322 322 .wp-core-ui .button-group > .button.active { 323 background-color: # e2e4e7;324 color: # 00669b;325 border-color: #0 16087;326 box-shadow: inset 0 2px 5px -3px #0 16087;323 background-color: #dcdcde; 324 color: #135e96; 325 border-color: #0a4b78; 326 box-shadow: inset 0 2px 5px -3px #0a4b78; 327 327 } 328 328 329 329 .wp-core-ui .button-group > .button.active:focus { 330 border-color: # 007cba;330 border-color: #3582c4; 331 331 box-shadow: 332 inset 0 2px 5px -3px #0 16087,333 0 0 0 1px # 007cba;332 inset 0 2px 5px -3px #0a4b78, 333 0 0 0 1px #3582c4; 334 334 } 335 335 -
trunk/src/wp-includes/css/customize-preview.css
r45470 r50025 45 45 font-size: 18px; 46 46 z-index: 5; 47 background: # 0085ba!important;47 background: #3582c4 !important; 48 48 border-radius: 50%; 49 49 border: 2px solid #fff; 50 box-shadow: 0 2px 1px rgba( 46, 68, 83, 0.15);50 box-shadow: 0 2px 1px rgba(60, 67, 74, 0.15); 51 51 text-align: center; 52 52 cursor: pointer; … … 58 58 pointer-events: none; 59 59 text-shadow: 60 0 -1px 1px # 006799,61 1px 0 1px # 006799,62 0 1px 1px # 006799,63 -1px 0 1px # 006799;60 0 -1px 1px #135e96, 61 1px 0 1px #135e96, 62 0 1px 1px #135e96, 63 -1px 0 1px #135e96; 64 64 } 65 65 .wp-custom-header .customize-partial-edit-shortcut button { … … 77 77 78 78 .customize-partial-edit-shortcut button:hover { 79 background: # 008ec2!important; /* matches primary buttons */79 background: #4f94d4 !important; /* matches primary buttons */ 80 80 } 81 81 82 82 .customize-partial-edit-shortcut button:focus { 83 box-shadow: 0 0 0 2px # 008ec2;83 box-shadow: 0 0 0 2px #4f94d4; 84 84 } 85 85 -
trunk/src/wp-includes/css/editor.css
r49991 r50025 45 45 46 46 .mce-window .mce-window-head { 47 background: #f cfcfc;48 border-bottom: 1px solid #d dd;47 background: #fff; 48 border-bottom: 1px solid #dcdcde; 49 49 padding: 0; 50 50 min-height: 36px; … … 52 52 53 53 .mce-window .mce-window-head .mce-title { 54 color: # 444;54 color: #3c434a; 55 55 font-size: 18px; 56 56 font-weight: 600; … … 75 75 font: normal 20px/36px dashicons; 76 76 text-align: center; 77 color: #6 66;77 color: #646970; 78 78 width: 36px; 79 79 height: 36px; … … 83 83 .mce-window-head .mce-close:hover .mce-i-remove:before, 84 84 .mce-window-head .mce-close:focus .mce-i-remove:before { 85 color: # 006799;85 color: #135e96; 86 86 } 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 # 5b9dd9,91 0 0 2px 1px rgba( 30, 140, 190, 0.8);90 box-shadow: 0 0 0 1px #4f94d4, 91 0 0 2px 1px rgba(79, 148, 212, 0.8); 92 92 } 93 93 … … 97 97 98 98 .mce-window .mce-foot { 99 border-top: 1px solid #d dd;99 border-top: 1px solid #dcdcde; 100 100 } 101 101 … … 103 103 .mce-checkbox i.mce-i-checkbox, 104 104 #wp-link .query-results { 105 border: 1px solid #d dd;105 border: 1px solid #dcdcde; 106 106 border-radius: 0; 107 107 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); … … 113 113 .mce-checkbox:focus i.mce-i-checkbox, 114 114 #wp-link .query-results:focus { 115 border-color: # 5b9dd9;116 box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8);115 border-color: #4f94d4; 116 box-shadow: 0 0 2px rgba(79, 148, 212, 0.8); 117 117 } 118 118 … … 189 189 font-weight: 600; 190 190 margin: 0; 191 background: # eaeaea;191 background: #f0f0f1; 192 192 background: rgba(0, 0, 0, 0.08); 193 193 } … … 236 236 237 237 .mce-panel.mce-menu { 238 border: 1px solid #d dd;238 border: 1px solid #dcdcde; 239 239 } 240 240 … … 245 245 /* TinyMCE toolbars */ 246 246 div.mce-toolbar-grp { 247 border-bottom: 1px solid #d dd;248 background: #f 5f5f5;247 border-bottom: 1px solid #dcdcde; 248 background: #f6f7f7; 249 249 padding: 0; 250 250 position: relative; … … 252 252 253 253 div.mce-inline-toolbar-grp { 254 border: 1px solid #a 0a5aa;254 border: 1px solid #a7aaad; 255 255 border-radius: 2px; 256 256 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); … … 288 288 div.mce-inline-toolbar-grp.mce-arrow-up:before { 289 289 top: -9px; 290 border-bottom-color: #a 0a5aa;290 border-bottom-color: #a7aaad; 291 291 border-width: 0 9px 9px; 292 292 margin-left: -9px; … … 295 295 div.mce-inline-toolbar-grp.mce-arrow-down:before { 296 296 bottom: -9px; 297 border-top-color: #a 0a5aa;297 border-top-color: #a7aaad; 298 298 border-width: 9px 9px 0; 299 299 margin-left: -9px; … … 302 302 div.mce-inline-toolbar-grp.mce-arrow-up:after { 303 303 top: -8px; 304 border-bottom-color: #f 5f5f5;304 border-bottom-color: #f6f7f7; 305 305 border-width: 0 8px 8px; 306 306 margin-left: -8px; … … 309 309 div.mce-inline-toolbar-grp.mce-arrow-down:after { 310 310 bottom: -8px; 311 border-top-color: #f 5f5f5;311 border-top-color: #f6f7f7; 312 312 border-width: 8px 8px 0; 313 313 margin-left: -8px; … … 371 371 372 372 div.mce-statusbar { 373 border-top: 1px solid # e5e5e5;373 border-top: 1px solid #dcdcde; 374 374 } 375 375 … … 410 410 .qt-dfw:hover, 411 411 .qt-dfw:focus { 412 background: #f afafa;413 border-color: #5 55d66;414 color: # 23282d;412 background: #f6f7f7; 413 border-color: #50575e; 414 color: #1d2327; 415 415 box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08); 416 416 outline: none; … … 420 420 .mce-toolbar .mce-btn-group .mce-btn:active, 421 421 .qt-dfw.active { 422 background: # ebebeb;423 border-color: #5 55d66;422 background: #f0f0f1; 423 border-color: #50575e; 424 424 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.3); 425 425 } … … 435 435 .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover, 436 436 .mce-toolbar .mce-btn-group .mce-btn.mce-active:focus { 437 border-color: # 23282d;437 border-color: #1d2327; 438 438 } 439 439 440 440 .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover, 441 441 .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus { 442 color: #a 0a5aa;442 color: #a7aaad; 443 443 background: none; 444 border-color: #d dd;444 border-color: #dcdcde; 445 445 text-shadow: 0 1px 0 #fff; 446 446 box-shadow: none; … … 448 448 449 449 .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus { 450 border-color: #5 55d66;450 border-color: #50575e; 451 451 } 452 452 … … 489 489 height: 3px; 490 490 width: 20px; 491 background: #5 55d66;491 background: #50575e; 492 492 } 493 493 494 494 .mce-toolbar .mce-btn-group .mce-btn.mce-primary { 495 495 min-width: 0; 496 background: # 0085ba;497 border-color: # 0073aa #006799 #006799;498 box-shadow: 0 1px 0 # 006799;496 background: #3582c4; 497 border-color: #2271b1 #135e96 #135e96; 498 box-shadow: 0 1px 0 #135e96; 499 499 color: #fff; 500 500 text-decoration: none; … … 513 513 .mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover, 514 514 .mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus { 515 background: # 008ec2;516 border-color: # 006799;515 background: #4f94d4; 516 border-color: #135e96; 517 517 color: #fff; 518 518 } 519 519 520 520 .mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus { 521 box-shadow: 0 0 1px 1px # 33b3db;521 box-shadow: 0 0 1px 1px #72aee6; 522 522 } 523 523 524 524 .mce-toolbar .mce-btn-group .mce-btn.mce-primary:active { 525 background: # 0073aa;526 border-color: # 006799;527 box-shadow: inset 0 2px 0 # 006799;525 background: #2271b1; 526 border-color: #135e96; 527 box-shadow: inset 0 2px 0 #135e96; 528 528 } 529 529 … … 533 533 direction: ltr; 534 534 background: #fff; 535 border: 1px solid #d dd;535 border: 1px solid #dcdcde; 536 536 box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.2); 537 537 } … … 539 539 .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover, 540 540 .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:focus { 541 border-color: # b4b9be;541 border-color: #c3c4c7; 542 542 } 543 543 544 544 .mce-panel .mce-btn i.mce-caret { 545 border-top: 6px solid #5 55d66;545 border-top: 6px solid #50575e; 546 546 margin-left: 2px; 547 547 margin-right: 2px; … … 554 554 .mce-panel .mce-btn:hover i.mce-caret, 555 555 .mce-panel .mce-btn:focus i.mce-caret { 556 border-top-color: # 23282d;556 border-top-color: #1d2327; 557 557 } 558 558 559 559 .mce-panel .mce-active i.mce-caret { 560 560 border-top: 0; 561 border-bottom: 6px solid # 23282d;561 border-bottom: 6px solid #1d2327; 562 562 margin-top: 7px; 563 563 } … … 581 581 .mce-menu .mce-menu-item.mce-active.mce-menu-item-normal, 582 582 .mce-menu .mce-menu-item.mce-active.mce-menu-item-preview { 583 background: # 0073aa; /* See color scheme. */583 background: #2271b1; /* See color scheme. */ 584 584 color: #fff; 585 585 } … … 618 618 619 619 .mce-menu .mce-menu-item.mce-disabled:hover { 620 background: #c cc;620 background: #c3c4c7; 621 621 } 622 622 623 623 /* Menubar */ 624 624 div.mce-menubar { 625 border-color: # e5e5e5;625 border-color: #dcdcde; 626 626 background: #fff; 627 627 border-width: 0px 0px 1px; … … 636 636 637 637 .mce-menubar .mce-menubtn:focus { 638 color: # 124964;638 color: #043959; 639 639 box-shadow: 640 0 0 0 1px # 5b9dd9,641 0 0 2px 1px rgba( 30, 140, 190, 0.8);640 0 0 0 1px #4f94d4, 641 0 0 2px 1px rgba(79, 148, 212, 0.8); 642 642 } 643 643 644 644 div.mce-menu .mce-menu-item-sep, 645 645 .mce-menu-item-sep:hover { 646 border-bottom: 1px solid #d dd;646 border-bottom: 1px solid #dcdcde; 647 647 height: 0px; 648 648 margin: 5px 0; … … 679 679 680 680 .mce-window .mce-btn { 681 color: #5 55;682 background: #f 7f7f7;681 color: #50575e; 682 background: #f6f7f7; 683 683 text-decoration: none; 684 684 font-size: 13px; … … 688 688 padding: 0; 689 689 cursor: pointer; 690 border: 1px solid #c ccccc;690 border: 1px solid #c3c4c7; 691 691 -webkit-appearance: none; 692 692 border-radius: 3px; 693 693 white-space: nowrap; 694 box-shadow: 0 1px 0 #c ccccc;694 box-shadow: 0 1px 0 #c3c4c7; 695 695 } 696 696 … … 704 704 .mce-window .mce-btn:hover, 705 705 .mce-window .mce-btn:focus { 706 background: #f afafa;707 border-color: # 999;708 color: # 23282d;706 background: #f6f7f7; 707 border-color: #8c8f94; 708 color: #1d2327; 709 709 } 710 710 711 711 .mce-window .mce-btn:focus { 712 border-color: # 5b9dd9;713 box-shadow: 0 0 3px rgba( 0, 115, 170, 0.8);712 border-color: #4f94d4; 713 box-shadow: 0 0 3px rgba(34, 113, 177, 0.8); 714 714 } 715 715 716 716 .mce-window .mce-btn:active { 717 background: # eee;718 border-color: # 999;717 background: #f0f0f1; 718 border-color: #8c8f94; 719 719 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); 720 720 transform: translateY(1px); … … 722 722 723 723 .mce-window .mce-btn.mce-disabled { 724 color: #a 0a5aa!important;725 border-color: #d dd!important;726 background: #f 7f7f7 !important;724 color: #a7aaad !important; 725 border-color: #dcdcde !important; 726 background: #f6f7f7 !important; 727 727 box-shadow: none !important; 728 728 text-shadow: 0 1px 0 #fff !important; … … 732 732 733 733 .mce-window .mce-btn.mce-primary { 734 background: # 0085ba;735 border-color: # 0073aa #006799 #006799;736 box-shadow: 0 1px 0 # 006799;734 background: #3582c4; 735 border-color: #2271b1 #135e96 #135e96; 736 box-shadow: 0 1px 0 #135e96; 737 737 color: #fff; 738 738 text-decoration: none; 739 text-shadow: 0 -1px 1px # 006799,740 1px 0 1px # 006799,741 0 1px 1px # 006799,742 -1px 0 1px # 006799;739 text-shadow: 0 -1px 1px #135e96, 740 1px 0 1px #135e96, 741 0 1px 1px #135e96, 742 -1px 0 1px #135e96; 743 743 } 744 744 745 745 .mce-window .mce-btn.mce-primary:hover, 746 746 .mce-window .mce-btn.mce-primary:focus { 747 background: # 008ec2;748 border-color: # 006799;747 background: #4f94d4; 748 border-color: #135e96; 749 749 color: #fff; 750 750 } 751 751 752 752 .mce-window .mce-btn.mce-primary:focus { 753 box-shadow: 0 1px 0 # 0073aa,754 0 0 2px 1px # 33b3db;753 box-shadow: 0 1px 0 #2271b1, 754 0 0 2px 1px #72aee6; 755 755 } 756 756 757 757 .mce-window .mce-btn.mce-primary:active { 758 background: # 0073aa;759 border-color: # 006799;760 box-shadow: inset 0 2px 0 # 006799;758 background: #2271b1; 759 border-color: #135e96; 760 box-shadow: inset 0 2px 0 #135e96; 761 761 vertical-align: top; 762 762 } 763 763 764 764 .mce-window .mce-btn.mce-primary.mce-disabled { 765 color: # 66c6e4!important;766 background: # 008ec2!important;767 border-color: # 007cb2!important;765 color: #9ec2e6 !important; 766 background: #4f94d4 !important; 767 border-color: #3582c4 !important; 768 768 box-shadow: none !important; 769 769 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important; … … 784 784 .mce-charmap td { 785 785 padding: 0; 786 border-color: #d dd;786 border-color: #dcdcde; 787 787 cursor: pointer; 788 788 } 789 789 790 790 .mce-charmap td:hover { 791 background: #f 3f3f3;791 background: #f6f7f7; 792 792 } 793 793 … … 820 820 821 821 .mce-toolbar .mce-ico { 822 color: #5 55d66;822 color: #50575e; 823 823 line-height: 1; 824 824 width: 20px; … … 831 831 832 832 .qt-dfw { 833 color: #5 55d66;833 color: #50575e; 834 834 line-height: 1; 835 835 width: 28px; … … 846 846 .mce-toolbar .mce-btn:focus .mce-open, 847 847 .mce-toolbar .mce-btn.mce-active .mce-open { 848 border-left-color: # 23282d;848 border-left-color: #1d2327; 849 849 } 850 850 … … 858 858 top: 3px; 859 859 font-weight: 400; 860 color: #5 55d66;860 color: #50575e; 861 861 } 862 862 … … 1082 1082 .wp-editor-container { 1083 1083 clear: both; 1084 border: 1px solid # e5e5e5;1084 border: 1px solid #dcdcde; 1085 1085 } 1086 1086 … … 1121 1121 position: relative; 1122 1122 top: 1px; 1123 background: # ebebeb;1124 color: #6 66;1123 background: #f0f0f1; 1124 color: #646970; 1125 1125 cursor: pointer; 1126 1126 font-size: 13px; … … 1129 1129 margin: 5px 0 0 5px; 1130 1130 padding: 3px 8px 4px; 1131 border: 1px solid # e5e5e5;1131 border: 1px solid #dcdcde; 1132 1132 } 1133 1133 1134 1134 .wp-switch-editor:focus { 1135 1135 box-shadow: 1136 0 0 0 1px # 5b9dd9,1137 0 0 2px 1px rgba( 30, 140, 190, 0.8);1136 0 0 0 1px #4f94d4, 1137 0 0 2px 1px rgba(79, 148, 212, 0.8); 1138 1138 outline: none; 1139 color: # 23282d;1139 color: #1d2327; 1140 1140 } 1141 1141 … … 1147 1147 1148 1148 .wp-switch-editor:active { 1149 background-color: #f 5f5f5;1149 background-color: #f6f7f7; 1150 1150 box-shadow: none; 1151 1151 } … … 1161 1161 .tmce-active .switch-tmce, 1162 1162 .html-active .switch-html { 1163 background: #f 5f5f5;1164 color: #5 55;1165 border-bottom-color: #f 5f5f5;1163 background: #f6f7f7; 1164 color: #50575e; 1165 border-bottom-color: #f6f7f7; 1166 1166 } 1167 1167 … … 1190 1190 .wp-media-buttons a { 1191 1191 text-decoration: none; 1192 color: # 444;1192 color: #3c434a; 1193 1193 font-size: 12px; 1194 1194 } … … 1231 1231 padding: 3px; 1232 1232 position: relative; 1233 border-bottom: 1px solid #d dd;1234 background: #f 5f5f5;1233 border-bottom: 1px solid #dcdcde; 1234 background: #f6f7f7; 1235 1235 min-height: 30px; 1236 1236 } … … 1340 1340 #wp_editgallery, 1341 1341 #wp_delgallery { 1342 border-color: # 999;1343 background-color: # eee;1342 border-color: #8c8f94; 1343 background-color: #f0f0f1; 1344 1344 margin: 2px; 1345 1345 padding: 2px; … … 1353 1353 #wp_editgallery:hover, 1354 1354 #wp_delgallery:hover { 1355 border-color: #5 55;1356 background-color: #c cc;1355 border-color: #50575e; 1356 background-color: #c3c4c7; 1357 1357 } 1358 1358 … … 1409 1409 1410 1410 #link-modal-title { 1411 background: #f cfcfc;1412 border-bottom: 1px solid #d dd;1411 background: #fff; 1412 border-bottom: 1px solid #dcdcde; 1413 1413 height: 36px; 1414 1414 font-size: 18px; … … 1420 1420 1421 1421 #wp-link-close { 1422 color: #6 66;1422 color: #646970; 1423 1423 padding: 0; 1424 1424 position: absolute; … … 1446 1446 #wp-link-close:hover, 1447 1447 #wp-link-close:focus { 1448 color: # 006799;1448 color: #135e96; 1449 1449 } 1450 1450 … … 1452 1452 outline: none; 1453 1453 box-shadow: 1454 0 0 0 1px # 5b9dd9,1455 0 0 2px 1px rgba( 30, 140, 190, 0.8);1454 0 0 0 1px #4f94d4, 1455 0 0 2px 1px rgba(79, 148, 212, 0.8); 1456 1456 /* Only visible in Windows High Contrast mode */ 1457 1457 outline: 2px solid transparent; … … 1537 1537 1538 1538 #wp-link .query-results { 1539 border: 1px #d fdfdfsolid;1539 border: 1px #dcdcde solid; 1540 1540 margin: 0 0 12px; 1541 1541 background: #fff; … … 1555 1555 clear: both; 1556 1556 margin-bottom: 0; 1557 border-bottom: 1px solid #f 1f1f1;1558 color: # 32373c;1557 border-bottom: 1px solid #f0f0f1; 1558 color: #2c3338; 1559 1559 padding: 4px 6px 4px 10px; 1560 1560 cursor: pointer; … … 1564 1564 #wp-link .query-notice { 1565 1565 padding: 0; 1566 border-bottom: 1px solid #d fdfdf;1567 background-color: #f 7fcfe;1566 border-bottom: 1px solid #dcdcde; 1567 background-color: #fff; 1568 1568 color: #000; 1569 1569 } … … 1573 1573 display: block; 1574 1574 padding: 6px; 1575 border-left: 4px solid # 00a0d2;1575 border-left: 4px solid #72aee6; 1576 1576 } 1577 1577 1578 1578 #wp-link .unselectable.no-matches-found { 1579 1579 padding: 0; 1580 border-bottom: 1px solid #d fdfdf;1581 background-color: #f ef7f1;1580 border-bottom: 1px solid #dcdcde; 1581 background-color: #f6f7f7; 1582 1582 } 1583 1583 … … 1585 1585 display: block; 1586 1586 padding: 6px; 1587 border-left: 4px solid #d 54e21;1587 border-left: 4px solid #d63638; 1588 1588 } 1589 1589 … … 1593 1593 1594 1594 #wp-link li:hover { 1595 background: # eaf2fa;1596 color: #1 51515;1595 background: #f0f6fc; 1596 color: #101517; 1597 1597 } 1598 1598 1599 1599 #wp-link li.unselectable { 1600 border-bottom: 1px solid #d fdfdf;1600 border-bottom: 1px solid #dcdcde; 1601 1601 } 1602 1602 … … 1604 1604 background: #fff; 1605 1605 cursor: auto; 1606 color: # 32373c;1606 color: #2c3338; 1607 1607 } 1608 1608 1609 1609 #wp-link li.selected { 1610 background: #d dd;1611 color: # 32373c;1610 background: #dcdcde; 1611 color: #2c3338; 1612 1612 } 1613 1613 … … 1629 1629 #wp-link .item-info { 1630 1630 text-transform: uppercase; 1631 color: #6 66;1631 color: #646970; 1632 1632 font-size: 11px; 1633 1633 position: absolute; … … 1643 1643 #wp-link .submitbox { 1644 1644 padding: 8px 16px; 1645 background: #f cfcfc;1646 border-top: 1px solid #d dd;1645 background: #fff; 1646 border-top: 1px solid #dcdcde; 1647 1647 position: absolute; 1648 1648 bottom: 0; … … 1755 1755 1756 1756 div.wp-link-preview a { 1757 color: # 0073aa;1757 color: #2271b1; 1758 1758 text-decoration: underline; 1759 1759 transition-property: border, background, color; … … 1764 1764 1765 1765 div.wp-link-preview a.wplink-url-error { 1766 color: #d c3232;1766 color: #d63638; 1767 1767 } 1768 1768 … … 1799 1799 list-style: none; 1800 1800 position: absolute; 1801 border: 1px solid # 5b9dd9;1802 box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8);1801 border: 1px solid #4f94d4; 1802 box-shadow: 0 1px 2px rgba(79, 148, 212, 0.8); 1803 1803 background-color: #fff; 1804 1804 } … … 1817 1817 1818 1818 .ui-autocomplete.wplink-autocomplete li.ui-state-focus { 1819 background-color: #d dd;1819 background-color: #dcdcde; 1820 1820 cursor: pointer; 1821 1821 } -
trunk/src/wp-includes/css/jquery-ui-dialog.css
r49704 r50025 194 194 white-space: nowrap; 195 195 box-sizing: border-box; 196 color: #5 55;197 border-color: #c ccccc;198 background: #f 7f7f7;199 box-shadow: 0 1px 0 #c ccccc;196 color: #50575e; 197 border-color: #c3c4c7; 198 background: #f6f7f7; 199 box-shadow: 0 1px 0 #c3c4c7; 200 200 vertical-align: top; 201 201 } … … 215 215 .ui-button:hover, 216 216 .ui-button:focus { 217 background: #f afafa;218 border-color: # 999;219 color: # 23282d;217 background: #f6f7f7; 218 border-color: #8c8f94; 219 color: #1d2327; 220 220 } 221 221 222 222 .ui-button:focus { 223 border-color: # 5b9dd9;224 box-shadow: 0 0 3px rgba( 0, 115, 170, 0.8);223 border-color: #4f94d4; 224 box-shadow: 0 0 3px rgba(34, 113, 177, 0.8); 225 225 } 226 226 227 227 .ui-button:active { 228 background: # eee;229 border-color: # 999;228 background: #f0f0f1; 229 border-color: #8c8f94; 230 230 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); 231 231 } … … 233 233 .ui-button[disabled], 234 234 .ui-button:disabled { 235 color: #a 0a5aa!important;236 border-color: #d dd!important;237 background: #f 7f7f7 !important;235 color: #a7aaad !important; 236 border-color: #dcdcde !important; 237 background: #f6f7f7 !important; 238 238 box-shadow: none !important; 239 239 text-shadow: 0 1px 0 #fff !important; … … 268 268 269 269 .ui-dialog-titlebar { 270 background: #f cfcfc;271 border-bottom: 1px solid #d fdfdf;270 background: #fff; 271 border-bottom: 1px solid #dcdcde; 272 272 height: 36px; 273 273 font-size: 18px; … … 281 281 border: none; 282 282 box-shadow: none; 283 color: #6 66;283 color: #646970; 284 284 cursor: pointer; 285 285 display: block; … … 309 309 .ui-button.ui-dialog-titlebar-close:hover, 310 310 .ui-button.ui-dialog-titlebar-close:focus { 311 color: # 006799;311 color: #135e96; 312 312 } 313 313 314 314 .ui-button.ui-dialog-titlebar-close:focus { 315 315 box-shadow: 316 0 0 0 1px # 5b9dd9,317 0 0 2px 1px rgba( 30, 140, 190, 0.8);316 0 0 0 1px #4f94d4, 317 0 0 2px 1px rgba(79, 148, 212, 0.8); 318 318 /* Only visible in Windows High Contrast mode */ 319 319 outline: 2px solid transparent; … … 327 327 328 328 .ui-dialog-buttonpane { 329 background: #f cfcfc;330 border-top: 1px solid #d fdfdf;329 background: #fff; 330 border-top: 1px solid #dcdcde; 331 331 padding: 16px; 332 332 } -
trunk/src/wp-includes/css/media-views.css
r49991 r50025 37 37 .media-frame a { 38 38 border-bottom: none; 39 color: # 0073aa;39 color: #2271b1; 40 40 } 41 41 42 42 .media-frame a:hover, 43 43 .media-frame a:active { 44 color: # 006799;44 color: #135e96; 45 45 } 46 46 47 47 .media-frame a:focus { 48 48 box-shadow: 49 0 0 0 1px # 5b9dd9,50 0 0 2px 1px rgba( 30, 140, 190, 0.8);51 color: # 124964;49 0 0 0 1px #4f94d4, 50 0 0 2px 1px rgba(79, 148, 212, 0.8); 51 color: #043959; 52 52 /* Only visible in Windows High Contrast mode */ 53 53 outline: 1px solid transparent; … … 55 55 56 56 .media-frame a.button { 57 color: # 32373c;57 color: #2c3338; 58 58 } 59 59 60 60 .media-frame a.button:hover { 61 color: # 23282d;61 color: #1d2327; 62 62 } 63 63 … … 96 96 box-shadow: 0 0 0 transparent; 97 97 border-radius: 4px; 98 border: 1px solid # 7e8993;98 border: 1px solid #8c8f94; 99 99 background-color: #fff; 100 color: # 32373c;100 color: #2c3338; 101 101 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 102 102 font-size: 13px; … … 135 135 .media-frame textarea:focus, 136 136 .media-frame select:focus { 137 border-color: # 007cba;138 box-shadow: 0 0 0 1px # 007cba;137 border-color: #3582c4; 138 box-shadow: 0 0 0 1px #3582c4; 139 139 outline: 2px solid transparent; 140 140 } … … 144 144 .media-frame input[readonly], 145 145 .media-frame textarea[readonly] { 146 background-color: # eee;146 background-color: #f0f0f1; 147 147 } 148 148 … … 152 152 153 153 .media-frame ::-webkit-input-placeholder { 154 color: #7 2777c;154 color: #787c82; 155 155 } 156 156 157 157 .media-frame ::-moz-placeholder { 158 color: #7 2777c;158 color: #787c82; 159 159 opacity: 1; 160 160 } 161 161 162 162 .media-frame :-ms-input-placeholder { 163 color: #7 2777c;163 color: #787c82; 164 164 } 165 165 … … 228 228 border: 1px solid transparent; 229 229 background: none; 230 color: #6 66;230 color: #646970; 231 231 z-index: 1000; 232 232 cursor: pointer; … … 237 237 .media-modal-close:hover, 238 238 .media-modal-close:active { 239 color: # 006799;239 color: #135e96; 240 240 } 241 241 242 242 .media-modal-close:focus { 243 color: # 006799;244 border-color: # 5b9dd9;245 box-shadow: 0 0 3px rgba( 0, 115, 170, 0.8);243 color: #135e96; 244 border-color: #4f94d4; 245 box-shadow: 0 0 3px rgba(34, 113, 177, 0.8); 246 246 /* Only visible in Windows High Contrast mode */ 247 247 outline: 2px solid transparent; … … 270 270 min-height: 300px; 271 271 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7); 272 background: #f cfcfc;272 background: #fff; 273 273 -webkit-font-smoothing: subpixel-antialiased; 274 274 } … … 302 302 height: 60px; 303 303 padding: 0 16px; 304 border: 0 solid #d dd;304 border: 0 solid #dcdcde; 305 305 overflow: hidden; 306 306 } … … 311 311 height: auto; 312 312 overflow: visible; 313 border-top: 1px solid #d dd;313 border-top: 1px solid #dcdcde; 314 314 } 315 315 … … 349 349 padding: 0 16px; 350 350 z-index: 75; 351 background: #f 3f3f3;352 border-left: 1px solid #d dd;351 background: #f6f7f7; 352 border-left: 1px solid #dcdcde; 353 353 overflow: auto; 354 354 -webkit-overflow-scrolling: touch; … … 376 376 text-transform: uppercase; 377 377 font-size: 12px; 378 color: #6 66;378 color: #646970; 379 379 margin: 24px 0 8px; 380 380 } … … 451 451 line-height: 1.33333333; 452 452 font-weight: 400; 453 color: #6 66;453 color: #646970; 454 454 } 455 455 … … 477 477 line-height: 2.18181818; 478 478 text-align: left; 479 color: # 40860a;479 color: #008a20; 480 480 } 481 481 … … 605 605 margin: 0; 606 606 padding: 50px 0 10px; 607 background: #f 3f3f3;607 background: #f6f7f7; 608 608 border-right-width: 1px; 609 609 border-right-style: solid; 610 border-right-color: #c cc;610 border-right-color: #c3c4c7; 611 611 -webkit-user-select: none; 612 612 -ms-user-select: none; … … 625 625 line-height: 1.28571428; 626 626 background: transparent; 627 color: # 0073aa;627 color: #2271b1; 628 628 text-align: left; 629 629 text-decoration: none; … … 636 636 637 637 .media-menu .media-menu-item:active { 638 color: # 0073aa;638 color: #2271b1; 639 639 outline: none; 640 640 } … … 642 642 .media-menu .active, 643 643 .media-menu .active:hover { 644 color: # 23282d;644 color: #1d2327; 645 645 font-weight: 600; 646 646 } … … 648 648 .media-menu .media-menu-item:focus { 649 649 box-shadow: 650 0 0 0 1px # 5b9dd9,651 0 0 2px 1px rgba( 30, 140, 190, 0.8);652 color: # 124964;650 0 0 0 1px #4f94d4, 651 0 0 2px 1px rgba(79, 148, 212, 0.8); 652 color: #043959; 653 653 /* Only visible in Windows High Contrast mode */ 654 654 outline: 1px solid transparent; … … 659 659 margin: 12px 20px; 660 660 padding: 0; 661 border-top: 1px solid #d dd;661 border-top: 1px solid #dcdcde; 662 662 } 663 663 … … 693 693 .media-router .media-menu-item:hover, 694 694 .media-router .media-menu-item:active { 695 color: # 0073aa;695 color: #2271b1; 696 696 } 697 697 698 698 .media-router .active, 699 699 .media-router .active:hover { 700 color: # 23282d;700 color: #1d2327; 701 701 } 702 702 703 703 .media-router .media-menu-item:focus { 704 704 box-shadow: 705 0 0 0 1px # 5b9dd9,706 0 0 2px 1px rgba( 30, 140, 190, 0.8);707 color: # 124964;705 0 0 0 1px #4f94d4, 706 0 0 2px 1px rgba(79, 148, 212, 0.8); 707 color: #043959; 708 708 /* Only visible in Windows High Contrast mode */ 709 709 outline: 1px solid transparent; … … 714 714 margin: -1px -1px 0; 715 715 background: #fff; 716 border: 1px solid #d dd;716 border: 1px solid #dcdcde; 717 717 border-bottom: none; 718 718 } … … 772 772 overflow: auto; 773 773 background: #fff; 774 border-top: 1px solid #d dd;774 border-top: 1px solid #dcdcde; 775 775 } 776 776 … … 911 911 padding: 4px; 912 912 font-size: 13px; 913 color: # 444;913 color: #3c434a; 914 914 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 915 915 -webkit-appearance: none; … … 944 944 padding: 8px; 945 945 margin: 0; 946 color: # 444;946 color: #3c434a; 947 947 cursor: pointer; 948 948 list-style: none; … … 960 960 box-shadow: 961 961 inset 0 0 2px 3px #fff, 962 inset 0 0 0 7px # 5b9dd9;962 inset 0 0 0 7px #4f94d4; 963 963 /* Only visible in Windows High Contrast mode */ 964 964 outline: 2px solid transparent; … … 969 969 box-shadow: 970 970 inset 0 0 0 5px #fff, 971 inset 0 0 0 7px #c cc;971 inset 0 0 0 7px #c3c4c7; 972 972 } 973 973 … … 975 975 box-shadow: 976 976 inset 0 0 0 3px #fff, 977 inset 0 0 0 7px # 0073aa;977 inset 0 0 0 7px #2271b1; 978 978 } 979 979 … … 983 983 inset 0 0 15px rgba(0, 0, 0, 0.1), 984 984 inset 0 0 0 1px rgba(0, 0, 0, 0.05); 985 background: # eee;985 background: #f0f0f1; 986 986 cursor: pointer; 987 987 } … … 1104 1104 right: 0; 1105 1105 outline: none; 1106 background: # eee;1106 background: #f0f0f1; 1107 1107 cursor: pointer; 1108 1108 box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.15); … … 1128 1128 .wp-core-ui .attachment.selected .check:focus, 1129 1129 .wp-core-ui .media-frame.mode-grid .attachment.selected .check { 1130 background-color: # 0073aa;1130 background-color: #2271b1; 1131 1131 box-shadow: 1132 1132 0 0 0 1px #fff, 1133 0 0 0 2px # 0073aa;1133 0 0 0 2px #2271b1; 1134 1134 } 1135 1135 … … 1240 1240 .uploader-inline .close:before { 1241 1241 font: normal 30px/1 dashicons !important; 1242 color: #5 55d66;1242 color: #50575e; 1243 1243 display: inline-block; 1244 1244 content: "\f335"; … … 1248 1248 1249 1249 .uploader-inline .close:focus { 1250 outline: 1px solid # 5b9dd9;1251 box-shadow: 0 0 3px rgba( 0, 115, 170, 0.8);1250 outline: 1px solid #4f94d4; 1251 box-shadow: 0 0 3px rgba(34, 113, 177, 0.8); 1252 1252 } 1253 1253 … … 1263 1263 line-height: 1.38461538; 1264 1264 font-size: 13px; 1265 color: #6 66;1265 color: #646970; 1266 1266 } 1267 1267 … … 1279 1279 margin: 10px auto; 1280 1280 border-radius: 10px; 1281 background: #d dd;1281 background: #dcdcde; 1282 1282 background: rgba(0, 0, 0, 0.1); 1283 1283 } … … 1287 1287 min-width: 20px; 1288 1288 width: 0; 1289 background: # 0073aa;1289 background: #2271b1; 1290 1290 border-radius: 10px; 1291 1291 transition: width 300ms; … … 1323 1323 display: none; 1324 1324 font-size: 12px; 1325 color: #6 66;1325 color: #646970; 1326 1326 } 1327 1327 … … 1335 1335 1336 1336 .media-uploader-status .upload-count { 1337 color: # 444;1337 color: #3c434a; 1338 1338 } 1339 1339 … … 1367 1367 display: block; 1368 1368 font: normal 16px/1 dashicons; 1369 color: #7 2777c;1369 color: #787c82; 1370 1370 } 1371 1371 1372 1372 .uploader-inline .errors.media-uploader-status .upload-dismiss-errors::before { 1373 color: #6 06a73;1373 color: #646970; 1374 1374 } 1375 1375 1376 1376 .errors.media-uploader-status .upload-dismiss-errors:hover::before, 1377 1377 .errors.media-uploader-status .upload-dismiss-errors:focus::before { 1378 color: # c00;1378 color: #d63638; 1379 1379 } 1380 1380 … … 1383 1383 margin-bottom: 12px; 1384 1384 background: #fff; 1385 border-left: 4px solid #d c3232;1385 border-left: 4px solid #d63638; 1386 1386 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); 1387 1387 } … … 1389 1389 .uploader-inline .upload-errors .upload-error { 1390 1390 padding: 12px 30px; 1391 background-color: #f beaea;1391 background-color: #fcf0f1; 1392 1392 box-shadow: none; 1393 1393 } … … 1426 1426 position: absolute; 1427 1427 z-index: 99998; /* under the toolbar */ 1428 background: rgba(1 50, 150, 150, 0.9);1428 background: rgba(140, 143, 148, 0.9); 1429 1429 } 1430 1430 1431 1431 .uploader-window, 1432 1432 .wp-editor-wrap .uploader-editor.droppable { 1433 background: rgba( 0, 86, 132, 0.9);1433 background: rgba(10, 75, 120, 0.9); 1434 1434 } 1435 1435 … … 1519 1519 .uploader-inline .has-upload-message .upload-instructions { 1520 1520 font-size: 14px; 1521 color: # 444;1521 color: #3c434a; 1522 1522 font-weight: 400; 1523 1523 } … … 1591 1591 margin: 1px 8px 1px -8px; 1592 1592 line-height: 1.4; 1593 border-right: 1px solid #d dd;1594 color: # 0073aa;1593 border-right: 1px solid #dcdcde; 1594 color: #2271b1; 1595 1595 text-decoration: none; 1596 1596 } … … 1598 1598 .media-selection .button-link:hover, 1599 1599 .media-selection .button-link:focus { 1600 color: # 006799;1600 color: #135e96; 1601 1601 } 1602 1602 … … 1607 1607 1608 1608 .selection-info .clear-selection { 1609 color: # bc0b0b;1609 color: #d63638; 1610 1610 } 1611 1611 1612 1612 .selection-info .clear-selection:hover, 1613 1613 .selection-info .clear-selection:focus { 1614 color: #d c3232;1614 color: #d63638; 1615 1615 } 1616 1616 … … 1656 1656 box-shadow: 1657 1657 0 0 0 1px #fff, 1658 0 0 2px 3px # 5b9dd9;1658 0 0 2px 3px #4f94d4; 1659 1659 /* Only visible in Windows High Contrast mode */ 1660 1660 outline: 2px solid transparent; … … 1668 1668 box-shadow: 1669 1669 0 0 0 1px #fff, 1670 0 0 0 3px # 0073aa;1670 0 0 0 3px #2271b1; 1671 1671 } 1672 1672 … … 1679 1679 bottom: 0; 1680 1680 width: 25px; 1681 background-image: linear-gradient(to left, rgba(255, 255, 255, 1),rgba(255, 255, 255, 0));1681 background-image: linear-gradient(to left,#fff,rgba(255, 255, 255, 0)); 1682 1682 } 1683 1683 … … 1759 1759 margin-bottom: 16px; 1760 1760 line-height: 1.5; 1761 color: #6 66;1762 border-bottom: 1px solid #d dd;1761 color: #646970; 1762 border-bottom: 1px solid #dcdcde; 1763 1763 padding-bottom: 11px; 1764 1764 } … … 1774 1774 .attachment-info .filename { 1775 1775 font-weight: 600; 1776 color: # 444;1776 color: #3c434a; 1777 1777 word-wrap: break-word; 1778 1778 } … … 1845 1845 display: inline; 1846 1846 padding: 0; 1847 color: # bc0b0b;1847 color: #d63638; 1848 1848 } 1849 1849 … … 1854 1854 .media-modal .untrash-attachment:hover, 1855 1855 .media-modal .untrash-attachment:focus { 1856 color: #d c3232;1856 color: #d63638; 1857 1857 } 1858 1858 … … 1906 1906 1907 1907 .media-modal .imgedit-wrap .imgedit-settings { 1908 background: #f 3f3f3;1909 border-left: 1px solid #d dd;1908 background: #f6f7f7; 1909 border-left: 1px solid #dcdcde; 1910 1910 padding: 20px 16px 0; 1911 1911 position: absolute; … … 1928 1928 background: none; 1929 1929 border: none; 1930 border-bottom: 1px solid #d dd;1930 border-bottom: 1px solid #dcdcde; 1931 1931 box-shadow: none; 1932 1932 margin: 0; … … 1952 1952 text-transform: uppercase; 1953 1953 font-size: 12px; 1954 color: #6 66;1954 color: #646970; 1955 1955 margin: 0; 1956 1956 margin-top: 3px; … … 1960 1960 .media-modal .imgedit-group-top h2 .button-link { 1961 1961 text-decoration: none; 1962 color: #6 66;1962 color: #646970; 1963 1963 } 1964 1964 … … 1971 1971 padding: 0; 1972 1972 background: transparent; 1973 color: # 0074a2;1973 color: #2271b1; 1974 1974 font-size: 20px; 1975 1975 line-height: 1; … … 1980 1980 1981 1981 .wp-core-ui.media-modal .image-editor .imgedit-help-toggle:focus { 1982 color: # 0074a2;1983 border-color: # 5b9dd9;1984 box-shadow: 0 0 3px rgba( 0, 115, 170, 0.8);1982 color: #2271b1; 1983 border-color: #4f94d4; 1984 box-shadow: 0 0 3px rgba(34, 113, 177, 0.8); 1985 1985 /* Only visible in Windows High Contrast mode */ 1986 1986 outline: 2px solid transparent; … … 2095 2095 2096 2096 .mejs-container:focus { 2097 outline: 1px solid # 5b9dd9;2098 box-shadow: 0 0 2px 1px rgba( 30, 140, 190, 0.8);2097 outline: 1px solid #4f94d4; 2098 box-shadow: 0 0 2px 1px rgba(79, 148, 212, 0.8); 2099 2099 } 2100 2100 … … 2126 2126 2127 2127 .image-details .column-settings { 2128 background: #f 3f3f3;2129 border-right: 1px solid #d dd;2128 background: #f6f7f7; 2129 border-right: 1px solid #dcdcde; 2130 2130 min-height: 100%; 2131 2131 width: 55%; … … 2138 2138 margin: 20px; 2139 2139 padding-top: 20px; 2140 border-top: 1px solid #d dd;2141 color: # 23282d;2140 border-top: 1px solid #dcdcde; 2141 color: #1d2327; 2142 2142 } 2143 2143 … … 2160 2160 .image-details .advanced-toggle { 2161 2161 padding: 0; 2162 color: #6 66;2162 color: #646970; 2163 2163 text-transform: uppercase; 2164 2164 text-decoration: none; … … 2167 2167 .image-details .advanced-toggle:hover, 2168 2168 .image-details .advanced-toggle:active { 2169 color: #6 66;2169 color: #646970; 2170 2170 } 2171 2171 … … 2327 2327 font-size: 13px; 2328 2328 line-height: 1.84615384; 2329 color: #6 66;2329 color: #646970; 2330 2330 } 2331 2331 … … 2464 2464 bottom: auto; 2465 2465 padding: 5px 0; 2466 border: 1px solid #c cc;2466 border: 1px solid #c3c4c7; 2467 2467 } 2468 2468 -
trunk/src/wp-includes/css/wp-auth-check.css
r49309 r50025 29 29 margin: 0 0 0 -190px; 30 30 padding: 30px 0 0; 31 background-color: #f 1f1f1;31 background-color: #f0f0f1; 32 32 z-index: 1000011; /* needs to appear above #wp-auth-check-bg */ 33 33 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); … … 89 89 height: 22px; 90 90 width: 22px; 91 color: #7 2777c;91 color: #787c82; 92 92 text-decoration: none; 93 93 text-align: center; … … 104 104 #wp-auth-check-wrap .wp-auth-check-close:hover, 105 105 #wp-auth-check-wrap .wp-auth-check-close:focus { 106 color: # 0073aa;106 color: #2271b1; 107 107 } 108 108 -
trunk/src/wp-includes/css/wp-embed-template.css
r46586 r50025 68 68 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 69 69 line-height: 1.5; 70 color: #8 2878c;70 color: #8c8f94; 71 71 background: #fff; 72 border: 1px solid # e5e5e5;72 border: 1px solid #dcdcde; 73 73 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); 74 74 /* Clearfix */ … … 78 78 79 79 .wp-embed a { 80 color: #8 2878c;80 color: #8c8f94; 81 81 text-decoration: none; 82 82 } … … 114 114 115 115 .wp-embed-heading a { 116 color: # 32373c;116 color: #2c3338; 117 117 } 118 118 119 119 .wp-embed .wp-embed-more { 120 color: # b4b9be;120 color: #c3c4c7; 121 121 } 122 122 … … 166 166 .wp-embed-meta a:hover { 167 167 text-decoration: none; 168 color: # 0073aa;168 color: #2271b1; 169 169 } 170 170 … … 184 184 right: 0; 185 185 bottom: 0; 186 background-color: # 222;187 background-color: rgba( 10, 10, 10, 0.9);186 background-color: #1d2327; 187 background-color: rgba(0, 0, 0, 0.9); 188 188 color: #fff; 189 189 opacity: 1; … … 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 # 5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);219 box-shadow: 0 0 0 1px #4f94d4, 0 0 2px 1px rgba(79, 148, 212, 0.8); 220 220 border-radius: 100%; 221 221 } … … 266 266 font-size: 16px; 267 267 line-height: 1.3; 268 color: #a aa;268 color: #a7aaad; 269 269 cursor: pointer; 270 270 transition: color .1s ease-in; … … 282 282 margin: 0 0 0 10px; 283 283 padding: 0 0 0 11px; 284 border-left: 1px solid #a aa;284 border-left: 1px solid #a7aaad; 285 285 } 286 286 … … 294 294 line-height: 1; 295 295 font-style: italic; 296 color: #a aa;296 color: #a7aaad; 297 297 } 298 298 … … 356 356 padding: 0 11px 0 0; 357 357 border-left: none; 358 border-right: 1px solid #a aa;359 } 358 border-right: 1px solid #a7aaad; 359 } -
trunk/src/wp-includes/css/wp-pointer.css
r49309 r50025 4 4 font-size: 13px; 5 5 background: #fff; 6 border: 1px solid #d dd;7 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0 75);6 border: 1px solid #dcdcde; 7 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); 8 8 } 9 9 … … 12 12 margin: -1px -1px 5px; 13 13 padding: 15px 18px 14px 60px; 14 border: 1px solid # 3592b6;14 border: 1px solid #72aee6; 15 15 border-bottom: none; 16 16 line-height: 1.4; 17 17 font-size: 14px; 18 18 color: #fff; 19 background: # 00a0d2;19 background: #72aee6; 20 20 } 21 21 … … 23 23 background: #fff; 24 24 border-radius: 50%; 25 color: # 00a0d2;25 color: #72aee6; 26 26 content: "\f227"; 27 27 font: normal 20px/1.6 dashicons; … … 65 65 .wp-pointer-buttons a.close:before { 66 66 background: none; 67 color: #7 2777c;67 color: #787c82; 68 68 content: "\f153"; 69 69 display: block !important; … … 81 81 82 82 .wp-pointer-buttons a.close:hover:before { 83 color: # c00;83 color: #d63638; 84 84 } 85 85 … … 142 142 top: 0; 143 143 border-width: 0 13px 13px 13px; 144 border-bottom-color: # 3592b6;144 border-bottom-color: #72aee6; 145 145 } 146 146 … … 151 151 margin-top: -13px; 152 152 border: 13px solid transparent; 153 border-bottom-color: # 00a0d2;153 border-bottom-color: #72aee6; 154 154 display: block; 155 155 content: " "; … … 159 159 bottom: 0; 160 160 border-width: 13px 13px 0 13px; 161 border-top-color: #c cc;161 border-top-color: #c3c4c7; 162 162 } 163 163 … … 176 176 left: 0; 177 177 border-width: 13px 13px 13px 0; 178 border-right-color: #c cc;178 border-right-color: #c3c4c7; 179 179 } 180 180 … … 194 194 right: 0; 195 195 border-width: 13px 0 13px 13px; 196 border-left-color: #c cc;196 border-left-color: #c3c4c7; 197 197 } 198 198 -
trunk/src/wp-includes/general-template.php
r49992 r50025 4393 4393 _x( 'Default', 'admin color scheme' ), 4394 4394 false, 4395 array( '# 222', '#333', '#0073aa', '#00a0d2' ),4395 array( '#1d2327', '#2c3338', '#3582c4', '#72aee6' ), 4396 4396 array( 4397 'base' => '#a 0a5aa',4398 'focus' => '# 00a0d2',4397 'base' => '#a7aaad', 4398 'focus' => '#72aee6', 4399 4399 'current' => '#fff', 4400 4400 )
Note: See TracChangeset
for help on using the changeset viewer.