Changeset 27106
- Timestamp:
- 02/06/2014 06:24:36 AM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 1 deleted
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/colors/_admin.scss
r26809 r27106 21 21 } 22 22 23 #rightnow a:hover,24 23 #media-upload a.del-link:hover, 25 24 div.dashboard-widget-submit input:hover, 26 25 .subsubsub a:hover, 27 .subsubsub a.current:hover, 28 .ui-tabs-nav a:hover { 26 .subsubsub a.current:hover { 29 27 color: $link-focus; 30 28 } -
trunk/src/wp-admin/css/colors/blue/colors.scss
r26570 r27106 9 9 $menu-submenu-background: #4796b3; 10 10 11 @import "../../colors.css";12 11 @import "../_admin.scss"; -
trunk/src/wp-admin/css/colors/coffee/colors.scss
r26773 r27106 5 5 $form-checked: $base-color; 6 6 7 @import "../../colors.css";8 7 @import "../_admin.scss"; -
trunk/src/wp-admin/css/colors/ectoplasm/colors.scss
r26804 r27106 6 6 $form-checked: $base-color; 7 7 8 @import "../../colors.css";9 8 @import "../_admin.scss"; -
trunk/src/wp-admin/css/colors/light/colors.scss
r26570 r27106 18 18 $menu-collapse-focus-icon: #555; 19 19 20 @import "../../colors.css";21 20 @import "../_admin.scss"; 22 21 -
trunk/src/wp-admin/css/colors/midnight/colors.scss
r26570 r27106 3 3 $notification-color: #69a8bb; 4 4 5 @import "../../colors.css";6 5 @import "../_admin.scss"; -
trunk/src/wp-admin/css/colors/ocean/colors.scss
r26773 r27106 6 6 $form-checked: $base-color; 7 7 8 @import "../../colors.css";9 8 @import "../_admin.scss"; -
trunk/src/wp-admin/css/colors/sunrise/colors.scss
r26773 r27106 4 4 $menu-submenu-focus-text: lighten( $highlight-color, 35% ); 5 5 6 @import "../../colors.css";7 6 @import "../_admin.scss"; -
trunk/src/wp-admin/css/wp-admin.css
r27039 r27106 86 86 #adminmenu .wp-submenu { 87 87 width: 160px; 88 background-color: #222; 88 89 } 89 90 … … 243 244 } 244 245 246 /* Large chunks of shared color, from the colors.css merge */ 247 .widget-top, 248 .menu-item-handle, 249 .widget-inside, 250 #menu-settings-column .accordion-container, 251 #menu-management .menu-edit, 252 .manage-menus, 253 table.widefat, 254 .stuffbox, 255 p.popular-tags, 256 .widgets-holder-wrap, 257 .wp-editor-container, 258 .popular-tags, 259 .feature-filter, 260 .imgedit-group { 261 border: 1px solid #e5e5e5; 262 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04); 263 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 264 } 265 266 table.widefat, 267 .wp-editor-container, 268 .stuffbox, 269 p.popular-tags, 270 .widgets-holder-wrap, 271 .popular-tags, 272 .feature-filter, 273 .imgedit-group { 274 background: #fff; 275 } 276 277 input[type="radio"]:checked + label:before, 278 #misc-publishing-actions label[for="post_status"]:before, 279 #post-body #visibility:before, 280 .curtime #timestamp:before, 281 #post-body .misc-pub-revisions:before, 282 span.wp-media-buttons-icon:before { 283 color: #888; 284 } 285 245 286 /* include margin and padding in the width calculation of input and textarea */ 246 287 input, … … 260 301 input[type="checkbox"], 261 302 input[type="radio"] { 262 border-width: 1px; 263 border-style: solid; 303 border: 1px solid #bbb; 304 background: #fff; 305 color: #555; 264 306 clear: none; 265 307 cursor: pointer; … … 277 319 -webkit-box-sizing: border-box; 278 320 box-sizing: border-box; 321 -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); 322 box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); 323 } 324 325 .wp-core-ui input[type="reset"]:hover, 326 .wp-core-ui input[type="reset"]:active { 327 color: #2ea2cc; 279 328 } 280 329 … … 297 346 margin-right: 4px; 298 347 line-height: 10px; 348 } 349 350 input:disabled, 351 input.disabled, 352 textarea:disabled, 353 textarea.disabled { 354 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.04); 355 box-shadow: inset 0 1px 2px rgba(0,0,0,0.04); 356 border-color: rgba(222, 222, 222, .75); 357 background: rgba(255, 255, 255, .5); 358 color: rgba(51, 51, 51, .5); 299 359 } 300 360 … … 321 381 content: '\f147'; 322 382 margin: -3px 0 0 -4px; 383 color: #1e8cbe; 323 384 } 324 385 … … 332 393 margin: 4px; 333 394 line-height: 16px; 395 background-color: #1e8cbe; 396 } 397 398 input.readonly, textarea.readonly { 399 background-color: #ddd; 334 400 } 335 401 … … 364 430 } 365 431 432 html { 433 background: #f1f1f1; 434 } 435 366 436 body { 437 color: #444; 367 438 font-family: "Open Sans", sans-serif; 368 439 font-size: 13px; … … 377 448 378 449 body.login { 379 background: #f bfbfb;450 background: #f1f1f1; 380 451 min-width: 0; 381 452 } … … 417 488 padding: 2px 6px; 418 489 line-height: 1.4; 490 } 491 492 a { 493 color: #0074a2; 494 -webkit-transition-property: border, background, color; 495 -moz-transition-property: border, background, color; 496 transition-property: border, background, color; 497 -webkit-transition-duration: .05s; 498 -moz-transition-duration: .05s; 499 transition-duration: .05s; 500 -webkit-transition-timing-function: ease-in-out; 501 -moz-transition-timing-function: ease-in-out; 502 transition-timing-function: ease-in-out; 419 503 } 420 504 … … 436 520 } 437 521 522 a:hover, 523 a:active { 524 color: #2ea2cc; 525 } 526 527 a:focus { 528 color: #124964; 529 } 530 438 531 a:focus, 439 532 a:active { … … 502 595 503 596 h2 { 597 color: #222; 504 598 font-size: 1.5em; 505 599 margin: .83em 0; … … 508 602 509 603 h3 { 604 color: #222; 510 605 font-size: 1.3em; 511 606 margin: 1em 0; … … 585 680 padding: 3px 5px 2px 5px; 586 681 margin: 0 1px; 682 background: #eaeaea; 683 background: rgba(0,0,0,0.07); 587 684 font-size: 13px; 588 685 } … … 594 691 font-size: 13px; 595 692 float: left; 693 color: #666; 596 694 } 597 695 … … 618 716 padding: 0; 619 717 white-space: nowrap; 620 }621 622 textarea,623 input[type="text"],624 input[type="password"],625 input[type="email"],626 input[type="number"],627 input[type="search"],628 input[type="tel"],629 input[type="url"],630 select,631 .tablenav-pages span.current,632 #titlediv #title,633 #postcustomstuff table,634 #postcustomstuff input,635 #postcustomstuff textarea,636 .imgedit-menu div,637 .plugin-update-tr .update-message,638 #poststuff .inside .the-tagcloud,639 .nav-menus-php .list-container,640 .menu-item-handle,641 .link-to-original,642 .nav-menus-php .major-publishing-actions .form-invalid,643 #TB_window,644 .tbtitle,645 .highlight {646 border-width: 1px;647 border-style: solid;648 718 } 649 719 … … 668 738 padding: 8px 10px; 669 739 } 740 741 .widefat thead th { 742 border-bottom: 1px solid #e1e1e1; 743 } 744 670 745 .widefat tfoot th { 746 border-top: 1px solid #e1e1e1; 671 747 border-bottom: none; 672 748 } … … 802 878 .login .message, 803 879 .press-this #message { 804 border : none;880 border-left: 4px solid #7ad03a; 805 881 padding: 1px 12px; 882 background-color: #fff; 883 884 -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1); 885 box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1); 806 886 } 807 887 808 888 div.error, 809 889 .login #login_error { 810 border: none; 890 border-left: 4px solid #dd3d36; 891 background: #fff; 892 893 -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1); 894 box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1); 811 895 } 812 896 813 897 div.error { 814 898 padding: 1px 12px; 899 } 900 901 .attention { 902 color: #2ea2cc; 815 903 } 816 904 … … 829 917 830 918 .subtitle { 919 color: #777; 831 920 font-size: 14px; 832 921 padding-left: 25px; … … 842 931 border: none; 843 932 border-radius: 2px; 933 background: #e0e0e0; 844 934 text-shadow: none; 845 935 font-weight: 600; … … 847 937 } 848 938 939 .wrap .add-new-h2:hover { 940 background: #2ea2cc; 941 color: #fff; 942 } 943 849 944 .wrap h2.long-header { 850 945 padding-right: 0; 851 946 } 852 947 853 html,854 948 .wp-dialog { 855 949 background-color: #fff; … … 865 959 input[type="url"], 866 960 select { 961 border: 1px solid #ddd; 962 box-shadow: inset 0 1px 2px rgba(0,0,0,0.07); 867 963 background-color: #fff; 868 964 color: #333; … … 891 987 #widgets-left .widget-in-question .widget-top, 892 988 #available-widgets .widget-top:hover, 893 div#widgets-right .widget-top:hover { 989 div#widgets-right .widget-top:hover, 990 #widgets-left .widget-top:hover { 991 border-color: #999; 894 992 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1); 895 993 box-shadow: 0 1px 2px rgba(0,0,0,0.1); … … 903 1001 .wp-core-ui :-moz-placeholder { 904 1002 color: #a9a9a9; 1003 } 1004 1005 .sorthelper { 1006 background-color: #ccf3fa; 1007 } 1008 1009 .ac_match, 1010 .subsubsub a.current { 1011 color: #000; 1012 } 1013 1014 .alternate, 1015 .alt { 1016 background-color: #f9f9f9; 1017 } 1018 1019 .bar { 1020 background-color: #e8e8e8; 1021 border-right-color: #99d; 1022 } 1023 1024 .form-invalid { 1025 background-color: #ffebe8 !important; 1026 } 1027 1028 .form-invalid input, 1029 .form-invalid select { 1030 border-color: #c00 !important; 1031 } 1032 1033 .form-input-tip { 1034 color: #666; 1035 } 1036 1037 .media-upload-form label.form-help, 1038 td.help { 1039 color: #9a9a9a; 1040 } 1041 1042 /* Helper classes for plugins to leverage the active WordPress color scheme */ 1043 1044 .highlight { 1045 background-color: #e4f2fd; 1046 color: #000; 1047 } 1048 1049 .wp-ui-primary { 1050 color: #fff; 1051 background-color: #333; 1052 } 1053 .wp-ui-text-primary { 1054 color: #333; 1055 } 1056 1057 .wp-ui-highlight { 1058 color: white; 1059 background-color: #1e8cbe; 1060 } 1061 .wp-ui-text-highlight { 1062 color: #1e8cbe; 1063 } 1064 1065 .wp-ui-notification { 1066 color: #fff; 1067 background-color: #d54e21; 1068 } 1069 .wp-ui-text-notification { 1070 color: #d54e21; 1071 } 1072 1073 .wp-ui-text-icon { 1074 color: #999; 905 1075 } 906 1076 … … 928 1098 } 929 1099 1100 .widget .widget-top, 1101 .menu-item-handle { 1102 background: #fafafa; 1103 color: #222; 1104 } 1105 1106 .postbox h3, 1107 #namediv h3, 1108 #submitdiv h3 { 1109 border-bottom: 1px solid #eee; 1110 } 1111 930 1112 .quicktags, 931 1113 .search { 1114 background-color: #ccc; 1115 color: #000; 932 1116 font-size: 12px; 933 1117 } … … 948 1132 949 1133 .icon16:before { 1134 color: #999; 950 1135 font: normal 20px/1 'dashicons'; 951 1136 speak: none; … … 1072 1257 1073 1258 .howto { 1259 color: #666; 1074 1260 font-style: italic; 1075 1261 display: block; … … 1123 1309 border-bottom-left-radius: 3px; 1124 1310 border-bottom-right-radius: 3px; 1311 border: none; 1125 1312 } 1126 1313 … … 1148 1335 } 1149 1336 1150 table.widefat span.delete a:hover, 1151 table.widefat span.trash a:hover, 1152 table.widefat span.spam a:hover, 1153 #dashboard_recent_comments .delete a:hover, 1154 #dashboard_recent_comments .trash a:hover, 1155 #dashboard_recent_comments .spam a:hover, 1337 table.widefat span.delete a, 1338 table.widefat span.trash a, 1339 table.widefat span.spam a, 1340 .plugins a.delete, 1341 #all-plugins-table .plugins a.delete, 1342 #search-plugins-table .plugins a.delete, 1343 .submitbox .submitdelete, 1344 #media-items a.delete, 1345 #media-items a.delete-permanently, 1346 #nav-menu-footer .menu-delete { 1347 color: #a00; 1348 } 1349 1350 abbr.required, 1351 .file-error, 1352 .widget-control-remove:hover, 1353 table.widefat .delete a:hover, 1354 table.widefat .trash a:hover, 1355 table.widefat .spam a:hover, 1156 1356 .plugins a.delete:hover, 1157 1357 #all-plugins-table .plugins a.delete:hover, … … 1161 1361 #media-items a.delete-permanently:hover, 1162 1362 #nav-menu-footer .menu-delete:hover { 1363 color: #f00; 1163 1364 text-decoration: none; 1164 1365 border: none; … … 1223 1424 #timezone_string option { 1224 1425 margin-left: 1em; 1426 } 1427 1428 #upload-form label { 1429 color: #777; 1225 1430 } 1226 1431 … … 1257 1462 1258 1463 #pass-strength-result { 1259 b order-style: solid;1260 border -width: 1px;1464 background-color: #eee; 1465 border: 1px solid #ddd; 1261 1466 float: left; 1262 1467 margin: 13px 5px 5px 1px; … … 1266 1471 display: none; 1267 1472 } 1473 1474 #pass-strength-result.short { 1475 background-color: #ffa0a0; 1476 border-color: #f04040; 1477 } 1478 1479 #pass-strength-result.bad { 1480 background-color: #ffb78c; 1481 border-color: #ff853c; 1482 } 1483 1484 #pass-strength-result.good { 1485 background-color: #ffec8b; 1486 border-color: #fc0; 1487 } 1488 1489 #pass-strength-result.strong { 1490 background-color: #c3ff88; 1491 border-color: #8dff1c; 1492 } 1493 1268 1494 .indicator-hint { 1269 1495 padding-top: 8px; … … 1309 1535 border-bottom-right-radius: 3px; 1310 1536 border-bottom-left-radius: 3px; 1311 border -width: 1px;1312 b order-style: solid;1537 border: 1px solid #aaa; 1538 background-color: #efefef; 1313 1539 } 1314 1540 … … 1323 1549 height: 100%; 1324 1550 padding: 4px 10px; 1551 color: #444; 1325 1552 } 1326 1553 1327 1554 .ui-autocomplete li a.ui-state-focus { 1555 background-color: #ddd; 1328 1556 cursor: pointer; 1329 1557 } … … 1365 1593 } 1366 1594 1367 .misc-pub-section:first-child {1368 border-top-width: 0;1369 }1370 1371 .misc-pub-section-last {1372 border-bottom-width: 0;1373 }1374 1375 1595 #minor-publishing-actions { 1376 1596 padding: 10px 10px 0 10px; … … 1400 1620 font-size: 14px; 1401 1621 margin: 12px 2px 5px; 1402 border-bottom-width: 1px; 1403 border-bottom-style: solid; 1622 border-bottom: 1px solid #dadada; 1404 1623 } 1405 1624 … … 1408 1627 padding-left: 18px; 1409 1628 list-style: square; 1629 color: #666; 1410 1630 } 1411 1631 … … 1439 1659 text-align: left; 1440 1660 margin: 25px 20px 0 2px; 1441 } 1442 1443 .plugins .plugin-update { 1444 padding: 0;1445 } 1446 1447 .plugin-update .update-message { 1448 margin: 0 10px 8px 31px; 1449 font-weight: 600;1661 background-color: #fff; 1662 border-left: 4px solid #ffba00; 1663 1664 -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1); 1665 box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1); 1666 } 1667 1668 .update-message { 1669 color: #000; 1450 1670 } 1451 1671 … … 1534 1754 margin: 0 20px -1px 0px; 1535 1755 position: relative; 1756 background-color: #fff; 1757 border: 1px solid #ddd; 1758 border-top: none; 1759 -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.025); 1760 box-shadow: 0 1px 0 rgba(0,0,0,.025); 1536 1761 } 1537 1762 … … 1541 1766 height: 28px; 1542 1767 margin: 0 0 0 6px; 1768 border: 1px solid #ddd; 1769 border-top: none; 1770 background: #fff; 1771 -webkit-box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.1); 1772 box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.1); 1543 1773 } 1544 1774 … … 1546 1776 position: relative; 1547 1777 top: 0; 1778 } 1779 1780 #screen-meta-links a { 1781 color: #777; 1782 } 1783 1784 #screen-meta-links a:hover, 1785 #screen-meta-links a:active, 1786 #screen-meta-links a:focus { 1787 color: #333; 1788 } 1789 1790 #screen-meta-links a:focus { 1791 border-color: #aaa; 1792 -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15); 1793 box-shadow: 0 2px 3px rgba(0,0,0,0.15); 1548 1794 } 1549 1795 … … 1570 1816 -moz-osx-font-smoothing: grayscale; 1571 1817 text-decoration: none !important; 1818 color: #bbb; 1572 1819 } 1573 1820 … … 1641 1888 left: 150px; 1642 1889 right: 170px; 1643 border-width: 0 1px; 1644 border-style: solid; 1890 border: 1px solid #e1e1e1; 1891 border-top: none; 1892 border-bottom: none; 1893 background: #f6fbfd; 1645 1894 } 1646 1895 … … 1676 1925 line-height: 18px; 1677 1926 text-decoration: none; 1678 border-style: solid; 1679 border-width: 1px 0 1px 0; 1680 border-color: transparent; 1927 border: 1px solid transparent; 1928 border-right: none; 1929 border-left: none; 1930 } 1931 1932 .contextual-help-tabs a:hover { 1933 color: #333; 1681 1934 } 1682 1935 … … 1684 1937 padding: 0; 1685 1938 margin: 0 -1px 0 0; 1686 border-width: 0 0 0 2px; 1687 border-style: solid; 1939 border-left: 2px solid #2ea2cc; 1940 background: #f6fbfd; 1941 1942 -webkit-box-shadow: 0px 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02); 1943 box-shadow: 0px 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02); 1944 } 1945 1946 .contextual-help-tabs .active a { 1947 border-color: #e1e1e1; 1948 color: #333; 1688 1949 } 1689 1950 … … 1742 2003 line-height: 18px; 1743 2004 padding: 2px 5px; 2005 color: #eee; 2006 } 2007 2008 #adminmenu a:hover, 2009 #adminmenu li.menu-top > a:focus, 2010 #adminmenu .wp-submenu a:hover { 2011 color: #2ea2cc; 1744 2012 } 1745 2013 … … 1764 2032 padding: 7px 0 8px; 1765 2033 z-index: 9999; 2034 background-color: #333; 2035 2036 -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2); 2037 box-shadow: 0 3px 5px rgba(0,0,0,0.2); 2038 } 2039 2040 #adminmenu .wp-submenu a, 2041 .folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a, 2042 .folded #adminmenu .wp-has-current-submenu .wp-submenu a { 2043 color: #bbb; 1766 2044 } 1767 2045 … … 1788 2066 -webkit-box-shadow: none; 1789 2067 box-shadow: none; 2068 background-color: #333; 2069 } 2070 2071 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, 2072 #adminmenu li.current a.menu-top, 2073 .folded #adminmenu li.wp-has-current-submenu, 2074 .folded #adminmenu li.current.menu-top, 2075 #adminmenu .wp-menu-arrow, 2076 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head, 2077 #adminmenu .wp-menu-arrow div { 2078 background: #0074a2; 2079 color: #fff; 1790 2080 } 1791 2081 … … 1818 2108 margin: 0; 1819 2109 padding: 6px 0; 2110 } 2111 2112 #adminmenu .wp-submenu li.current, 2113 #adminmenu .wp-submenu li.current a, 2114 #adminmenu .opensub .wp-submenu li.current a, 2115 #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a, 2116 #adminmenu .wp-submenu li.current a:hover, 2117 #adminmenu .wp-submenu li.current a:focus { 2118 color: #fff; 1820 2119 } 1821 2120 … … 1896 2195 } 1897 2196 2197 #adminmenu div.wp-menu-image:before { 2198 color: #999; 2199 } 2200 2201 #adminmenu li.wp-has-current-submenu:hover div.wp-menu-image:before, 2202 #adminmenu .wp-has-current-submenu div.wp-menu-image:before, 2203 #adminmenu .current div.wp-menu-image:before, 2204 #adminmenu a.wp-has-current-submenu:hover div.wp-menu-image:before, 2205 #adminmenu a.current:hover div.wp-menu-image:before { 2206 color: #fff; 2207 } 2208 2209 #adminmenu li:hover div.wp-menu-image:before { 2210 color: #2ea2cc; 2211 } 2212 1898 2213 .folded #adminmenu div.wp-menu-image { 1899 2214 width: 35px; … … 1940 2255 ul#adminmenu > li.current > a.current:after { 1941 2256 right: 0; 1942 border: solid transparent;2257 border: solid 8px transparent; 1943 2258 content: " "; 1944 2259 height: 0; … … 1946 2261 position: absolute; 1947 2262 pointer-events: none; 1948 border- width: 8px;2263 border-right-color: #f1f1f1; 1949 2264 top: 50%; 1950 2265 margin-top: -8px; … … 1981 2296 } 1982 2297 2298 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after { 2299 border-right-color: #333; 2300 } 2301 1983 2302 /* ensure that wp-submenu's box shadow doesn't appear on top of the focused menu item's background. */ 1984 2303 #adminmenu li.menu-top:hover, … … 1986 2305 #adminmenu li > a.menu-top:focus { 1987 2306 position: relative; 2307 background-color: #111; 1988 2308 } 1989 2309 … … 2001 2321 2002 2322 #adminmenu li.wp-menu-separator { 2003 height: 3px;2323 height: 5px; 2004 2324 padding: 0; 2005 2325 margin: 0 0 6px 0; 2006 border-width: 1px 0;2007 border-style: solid;2008 2326 cursor: inherit; 2009 2327 } 2010 2328 2329 /* @todo: is this even needed given that it's nested beneath the above li.wp-menu-separator? */ 2011 2330 #adminmenu div.separator { 2012 height: 1px;2331 height: 2px; 2013 2332 padding: 0; 2014 border-width: 1px 0 0 0;2015 border-style: solid;2016 2333 } 2017 2334 2018 2335 #adminmenu .wp-submenu .wp-submenu-head { 2336 color: #fff; 2019 2337 font-weight: 400; 2020 2338 font-size: 14px; … … 2032 2350 #sidemenu li a span.update-plugins { 2033 2351 display: inline-block; 2352 background-color: #d54e21; 2353 color: #fff; 2034 2354 font-size: 9px; 2035 2355 line-height: 17px; … … 2049 2369 } 2050 2370 2371 #adminmenu li.current a .awaiting-mod, 2372 #adminmenu li a.wp-has-current-submenu .update-plugins { 2373 background-color: #2ea2cc; 2374 color: #fff; 2375 } 2376 2051 2377 #adminmenu li span.count-0, 2052 2378 #sidemenu li a .count-0 { … … 2058 2384 line-height: 34px; 2059 2385 margin-top: 10px; 2386 color: #aaa; 2387 -webkit-transition: all .1s ease-in-out; 2388 -moz-transition: all .1s ease-in-out; 2389 transition: all .1s ease-in-out; 2390 } 2391 2392 #adminmenu #collapse-menu:hover, 2393 #collapse-menu:hover #collapse-button div:after { 2394 color: #2ea2cc; 2060 2395 } 2061 2396 … … 2090 2425 left: -3px; 2091 2426 top: -3px; 2427 color: #aaa; 2092 2428 font: normal 20px/1 'dashicons' !important; 2093 2429 speak: none; … … 2252 2588 background-position: center -80px; 2253 2589 background-repeat: no-repeat; 2590 color: #fff; 2254 2591 } 2255 2592 … … 2260 2597 height: 0; 2261 2598 margin-left: 8px; 2262 border-top: 5px solid #bbb bbb;2599 border-top: 5px solid #bbb; 2263 2600 border-right: 5px solid transparent; 2264 2601 } … … 2274 2611 -webkit-border-radius: 5px; 2275 2612 border-radius: 5px; 2613 background-color: #bbb; 2614 color: #fff; 2615 } 2616 2617 .post-com-count:hover { 2618 background-position: center -3px; 2619 } 2620 2621 .post-com-count:hover span { 2622 background-color: #2ea2cc; 2623 } 2624 2625 .post-com-count:hover:after { 2626 border-top: 5px solid #2ea2cc; 2276 2627 } 2277 2628 … … 2280 2631 } 2281 2632 2282 .post-com-count:hover { 2283 background-position: center -3px; 2633 strong .post-com-count span { 2634 background-color: #0074a2; 2635 } 2636 2637 strong .post-com-count:after { 2638 border-top: 5px solid #0074a2; 2284 2639 } 2285 2640 … … 2316 2671 -moz-osx-font-smoothing: grayscale; 2317 2672 text-decoration: none !important; 2673 color: #444; 2318 2674 } 2319 2675 … … 2341 2697 .widefat td { 2342 2698 overflow: hidden; 2699 color: #555; 2343 2700 } 2344 2701 … … 2347 2704 } 2348 2705 2706 .widefat thead tr th, 2707 .widefat tfoot tr th { 2708 color: #333; 2709 } 2710 2349 2711 .widefat td p { 2350 2712 margin: 2px 0 0.8em; 2713 } 2714 2715 .widefat p, 2716 .widefat ol, 2717 .widefat ul { 2718 color: #333; 2351 2719 } 2352 2720 … … 2606 2974 2607 2975 .sortable-placeholder { 2608 border-width: 1px; 2609 border-style: dashed; 2976 border: 1px dashed #bbb; 2610 2977 margin-bottom: 20px; 2611 2978 } … … 2662 3029 } 2663 3030 3031 .postbox table.widefat { 3032 -webkit-box-shadow: none; 3033 box-shadow: none; 3034 } 3035 2664 3036 .temp-border { 2665 3037 border: 1px dotted #ccc; … … 2686 3058 margin: 0 8px; 2687 3059 min-height: 100px; 3060 } 3061 3062 h3.dashboard-widget-title, 3063 h3.dashboard-widget-title span, 3064 h3.dashboard-widget-title small { 3065 color: #333; 3066 } 3067 3068 h3.dashboard-widget-title small a { 3069 color: #d7d7d7; 3070 } 3071 3072 h3.dashboard-widget-title small a:hover { 3073 color: #fff; 2688 3074 } 2689 3075 … … 2716 3102 margin: 16px 0; 2717 3103 padding: 23px 10px 0; 3104 border: 1px solid #e5e5e5; 3105 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04); 3106 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 3107 background: #fff; 2718 3108 font-size: 13px; 2719 3109 line-height: 2.1em; … … 2734 3124 .welcome-panel li { 2735 3125 font-size: 14px; 3126 } 3127 3128 .welcome-panel p { 3129 color: #777; 3130 } 3131 3132 .welcome-panel a { 3133 text-decoration: none; 2736 3134 } 2737 3135 … … 2754 3152 .tagchecklist span a:before, 2755 3153 #bulk-titles div a:before { 3154 background: none; 3155 color: #bbb; 2756 3156 content: '\f153'; 2757 3157 display: block !important; … … 2765 3165 } 2766 3166 3167 #welcome-panel.welcome-panel .welcome-panel-close:hover:before, 3168 .tagchecklist span a:hover:before, 3169 #bulk-titles div a:hover:before { 3170 color: #c00; 3171 } 3172 2767 3173 #welcome-panel.welcome-panel .welcome-panel-close::before { 2768 3174 position: absolute; … … 2809 3215 .welcome-panel-column p { 2810 3216 margin-top: 7px; 3217 color: #464646; 2811 3218 } 2812 3219 … … 2818 3225 2819 3226 .welcome-panel .welcome-icon:before { 3227 color: #888; 2820 3228 font: normal 20px/1 'dashicons'; 2821 3229 speak: none; … … 2895 3303 .dashboard-widget-control-form p { 2896 3304 margin-top: 0; 3305 } 3306 3307 /* @todo: are these actually used anywhere? no non-CSS results in plugin search */ 3308 div.dashboard-widget-error { 3309 background-color: #c43; 3310 } 3311 3312 div.dashboard-widget-notice { 3313 background-color: #cfe1ef; 2897 3314 } 2898 3315 … … 3292 3709 3293 3710 /* Dashboard activity widget - Comments */ 3711 /* @todo: needs serious de-duplication */ 3294 3712 3295 3713 #activity-widget #the-comment-list tr.undo, … … 3335 3753 #activity-widget #the-comment-list .comment-item:first-child { 3336 3754 border-top: 1px solid #eeeeee; 3755 } 3756 3757 #activity-widget #the-comment-list .unapproved { 3758 background-color: #fefaf7; 3337 3759 } 3338 3760 … … 3438 3860 .fixed .column-icon { 3439 3861 width: 80px; 3862 } 3863 3864 /* @todo: pick a consistent list table selector */ 3865 .wp-list-table a { 3866 -moz-transition: none; 3867 -webkit-transition: none; 3868 transition: none; 3869 } 3870 3871 #the-list tr:last-child td, 3872 #the-list tr:last-child th { 3873 border-bottom: none !important; 3874 -webkit-box-shadow: none; 3875 box-shadow: none; 3440 3876 } 3441 3877 … … 3513 3949 -moz-osx-font-smoothing: grayscale; 3514 3950 text-decoration: none !important; 3951 color: #444; 3515 3952 } 3516 3953 … … 3587 4024 } 3588 4025 4026 th.manage-column a, 4027 th.sortable a:hover, 4028 th.sortable a:active, 4029 th.sortable a:focus { 4030 color: #333; 4031 } 4032 4033 th.sortable a:focus { 4034 background: #e1e1e1; 4035 } 4036 3589 4037 .fixed .column-comments.sortable a, 3590 4038 .fixed .column-comments.sorted a { … … 3645 4093 cursor: default; 3646 4094 height: 30px; 4095 color: #555; 3647 4096 line-height: 30px; 3648 4097 font-size: 12px; … … 3662 4111 .tablenav .tablenav-pages a { 3663 4112 padding: 0 10px 3px; 4113 background: #eee; 4114 background: rgba( 0, 0, 0, 0.05 ); 3664 4115 font-size: 16px; 3665 4116 font-weight: normal; 3666 4117 } 3667 4118 3668 .tablenav .tablenav-pages a.disabled:hover , 4119 .tablenav .tablenav-pages a:hover, 4120 .tablenav .tablenav-pages a:focus { 4121 color: #fff; 4122 background: #2ea2cc; 4123 } 4124 4125 .tablenav .tablenav-pages a.disabled, 4126 .tablenav .tablenav-pages a.disabled:hover, 4127 .tablenav .tablenav-pages a.disabled:focus, 3669 4128 .tablenav .tablenav-pages a.disabled:active { 3670 cursor: default; 4129 color: #aaa; 4130 background: #eee; 4131 background: rgba( 0, 0, 0, 0.05 ); 3671 4132 } 3672 4133 3673 4134 .tablenav .displaying-num { 3674 4135 margin-right: 2px; 4136 color: #777; 3675 4137 font-size: 12px; 3676 4138 font-style: italic; … … 3684 4146 .tablenav .delete { 3685 4147 margin-right: 20px; 4148 } 4149 4150 /* unclear if the following tablenav rules are actually used. 4151 classes exist in paginate_links() but not seen in list table output. */ 4152 .tablenav .dots { 4153 border-color: transparent; 4154 } 4155 4156 .tablenav .next, 4157 .tablenav .prev { 4158 border-color: transparent; 4159 color: #0074a2; 4160 } 4161 4162 .tablenav .next:hover, 4163 .tablenav .prev:hover { 4164 border-color: transparent; 4165 color: #2ea2cc; 3686 4166 } 3687 4167 … … 3706 4186 3707 4187 .view-switch > a:before { 4188 color: #bbb; 3708 4189 content: '\f163'; 3709 4190 display: inline-block; … … 3717 4198 } 3718 4199 4200 .view-switch a:hover:before { 4201 color: #727272; 4202 } 4203 4204 .view-switch a.current:before { 4205 color: #0074a2; 4206 } 4207 3719 4208 .view-switch > a + a:before { 3720 4209 margin-left: 5px; … … 3925 4414 3926 4415 /* Specific Elements */ 3927 .inline-edit-row fieldset input[type="text"],3928 .inline-edit-row fieldset textarea {3929 border-style: solid;3930 border-width: 1px;3931 }3932 3933 4416 .inline-edit-row fieldset .inline-edit-date { 3934 4417 float: left; … … 3953 4436 ul.cat-checklist { 3954 4437 height: 12em; 3955 border-style: solid; 3956 border-width: 1px; 4438 border: solid 1px #ddd; 3957 4439 overflow-y: scroll; 3958 4440 padding: 0 5px; 3959 4441 margin: 0; 4442 background-color: #fff; 3960 4443 } 3961 4444 … … 3963 4446 display: block; 3964 4447 height: 12em; 3965 border-style: solid; 3966 border-width: 1px; 4448 border: 1px solid #ddd; 3967 4449 overflow-y: scroll; 3968 4450 padding: 0 5px; … … 4063 4545 outline: none; 4064 4546 margin: 0; 4547 background-color: #fff; 4065 4548 } 4066 4549 … … 4102 4585 margin-top: 5px; 4103 4586 padding: 0 10px; 4587 color: #666; 4104 4588 } 4105 4589 … … 4111 4595 #editable-post-name-full { 4112 4596 display: none; 4597 } 4598 4599 #editable-post-name { 4600 background-color: #fffbcc; 4113 4601 } 4114 4602 … … 4128 4616 padding: 12px 10px 10px; 4129 4617 font-size: 11px; 4618 background-color: #464646; 4619 color: #ccc; 4130 4620 } 4131 4621 … … 4133 4623 text-decoration: none; 4134 4624 padding: 1px 2px; 4625 } 4626 4627 /* @todo: do we really need this? */ 4628 #normal-sortables .submitbox .submitdelete:hover { 4629 color: #000; 4630 background-color: #f00; 4631 border-bottom-color: #f00; 4135 4632 } 4136 4633 … … 4161 4658 position: relative; 4162 4659 min-width: 255px; 4660 border: 1px solid #e5e5e5; 4661 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04); 4662 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 4663 background: #fff; 4163 4664 } 4164 4665 … … 4205 4706 } 4206 4707 4708 /* @todo: do these really need to be so specific? */ 4709 #side-sortables .category-tabs .tabs a, 4710 #side-sortables .add-menu-item-tabs .tabs a, 4711 .wp-tab-bar .wp-tab-active a, 4712 #post-body ul.category-tabs li.tabs a, 4713 #post-body ul.add-menu-item-tabs li.tabs a, 4714 body.press-this ul.category-tabs li.tabs a { 4715 color: #333; 4716 } 4717 4207 4718 .category-tabs { 4208 4719 margin: 8px 0 5px; … … 4242 4753 4243 4754 ul.category-tabs li { 4244 border-style: solid; 4245 border-width: 1px; 4755 border: solid 1px transparent; 4246 4756 position: relative; 4757 } 4758 4759 ul.category-tabs li.tabs { 4760 border-color: #dfdfdf #dfdfdf #fdfdfd; 4761 background-color: #fdfdfd; 4247 4762 } 4248 4763 4249 4764 ul.add-menu-item-tabs li.tabs, 4250 4765 .wp-tab-active { 4251 border-style: solid solid none; 4252 border-width: 1px 1px 0; 4766 border: 1px solid #dfdfdf; 4767 border-bottom: none; 4768 background-color: #fdfdfd; 4253 4769 } 4254 4770 … … 4318 4834 width: 100%; 4319 4835 border-spacing: 0; 4836 border: 1px solid #e5e5e5; 4837 border-top: none; 4838 background-color: #f7f7f7; 4839 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04); 4840 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 4320 4841 } 4321 4842 … … 4479 5000 #postcustomstuff thead th { 4480 5001 padding: 5px 8px 8px; 5002 background-color: #f1f1f1; 4481 5003 } 4482 5004 … … 4505 5027 margin: 0; 4506 5028 width: 100%; 4507 border-width: 1px; 4508 border-style: solid; 5029 border: 1px solid #dfdfdf; 4509 5030 border-spacing: 0; 5031 background-color: #f9f9f9; 4510 5032 } 4511 5033 … … 4580 5102 top: 0; 4581 5103 height: 82px; 5104 background: #fff; 5105 box-shadow: 0 1px 3px rgba(0,0,0,0.1); 4582 5106 } 4583 5107 … … 4591 5115 -webkit-box-sizing: border-box; 4592 5116 box-sizing: border-box; 5117 background-color: #fff; 4593 5118 } 4594 5119 … … 4596 5121 position: absolute; 4597 5122 height: 100%; 4598 border-style: solid; 4599 border-width: 0 1px 0 0; 5123 border-left: 1px solid #aaa; 4600 5124 -moz-box-sizing: border-box; 4601 5125 -webkit-box-sizing: border-box; … … 4676 5200 .revisions-meta { 4677 5201 margin-top: 20px; 5202 background-color: #fff; 5203 box-shadow: 0 1px 3px rgba(0,0,0,0.1); 5204 } 5205 5206 .revisions.pinned .revisions-meta { 5207 box-shadow: none; 4678 5208 } 4679 5209 … … 4732 5262 .revisions-diff { 4733 5263 padding: 15px; 5264 background-color: #fff; 5265 box-shadow: 0 1px 3px rgba(0,0,0,0.1); 4734 5266 } 4735 5267 … … 4793 5325 table.diff .diff-addedline ins { 4794 5326 text-decoration: none; 5327 } 5328 5329 table.diff .diff-deletedline { 5330 background-color: #ffe9e9; 5331 } 5332 5333 table.diff .diff-deletedline del { 5334 background-color: #faa; 5335 } 5336 5337 table.diff .diff-addedline { 5338 background-color: #e9ffe9; 5339 } 5340 5341 table.diff .diff-addedline ins { 5342 background-color: #afa; 4795 5343 } 4796 5344 … … 4919 5467 .revisions-tooltip, 4920 5468 .revisions-tooltip-arrow > span { 4921 border-width: 1px; 4922 border-style: solid; 4923 } 4924 4925 4926 5469 border: 1px solid #d7d7d7; 5470 background-color: #fff; 5471 } 4927 5472 4928 5473 .revisions-tooltip { … … 4943 5488 .arrow::after { 4944 5489 z-index: 9999; 5490 background-color: #fff; 5491 box-shadow: 0 1px 3px rgba(0,0,0,0.1); 4945 5492 } 4946 5493 … … 4985 5532 .wp-slider.ui-slider { 4986 5533 position: relative; 4987 border-width: 1px; 4988 border-style: solid; 5534 border: 1px solid #d7d7d7; 4989 5535 text-align: left; 4990 5536 cursor: pointer; … … 5001 5547 } 5002 5548 5549 .wp-slider .ui-slider-handle, 5550 .wp-slider .ui-slider-handle.ui-state-hover, 5551 .wp-slider .ui-slider-handle.focus { 5552 background: #2ea2cc; 5553 border: 1px solid #0074a2; 5554 -webkit-box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15); 5555 box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15); 5556 } 5557 5003 5558 .wp-slider .ui-slider-handle:before { 5004 5559 background: none; … … 5006 5561 top: 0; 5007 5562 left: 0; 5563 color: #fff; 5008 5564 content: "\f229"; 5009 5565 font: normal 18px/1 'dashicons'; … … 5123 5679 -webkit-font-smoothing: antialiased; 5124 5680 -moz-osx-font-smoothing: grayscale; 5681 } 5682 5683 .post-state-format:before, 5684 .post-format-icon:before { 5685 color: #ddd; 5686 -webkit-transition: all .1s ease-in-out; 5687 -moz-transition: all .1s ease-in-out; 5688 transition: all .1s ease-in-out; 5689 } 5690 5691 a.post-state-format:hover:before, 5692 a.post-format-icon:hover:before { 5693 color: #2ea2cc; 5125 5694 } 5126 5695 … … 5258 5827 overflow: auto; 5259 5828 padding: 0 0.9em; 5260 border -style: solid;5261 b order-width: 1px;5829 border: solid 1px #dfdfdf; 5830 background-color: #fdfdfd; 5262 5831 } 5263 5832 … … 5317 5886 .form-wrap p { 5318 5887 margin: 2px 0 5px; 5888 color: #666; 5319 5889 } 5320 5890 … … 5412 5982 z-index: 10000; 5413 5983 display: none; 5414 border -width: 1px;5415 b order-style: solid;5984 border: 1px solid #808080; 5985 background-color: #fff; 5416 5986 } 5417 5987 … … 5423 5993 padding: 2px 5px; 5424 5994 white-space: nowrap; 5995 color: #101010; 5425 5996 text-align: left; 5426 5997 } 5427 5998 5428 5999 .ac_over { 6000 background-color: #f0f0b8; 5429 6001 cursor: pointer; 5430 6002 } … … 5474 6046 border-collapse: collapse; 5475 6047 width: 100%; 5476 border-top-style: solid; 5477 border-top-width: 1px; 6048 border-top: 1px solid #dfdfdf; 5478 6049 clear: both; 5479 6050 cursor: default; … … 5554 6125 .media-upload-form th.label label span { 5555 6126 padding: 0 5px; 5556 }5557 5558 abbr.required {5559 border: medium none;5560 text-decoration: none;5561 6127 } 5562 6128 … … 5589 6155 5590 6156 #media-items .media-item { 5591 border-bottom-style: solid; 5592 border-bottom-width: 1px; 6157 border-bottom: 1px solid #dfdfdf; 5593 6158 min-height: 36px; 5594 6159 position: relative; … … 5713 6278 position: absolute; 5714 6279 z-index: 1000; 6280 background-color: #444; 5715 6281 } 5716 6282 5717 6283 .find-box-head { 5718 6284 cursor: move; 6285 color: #eee; 5719 6286 font-weight: 600; 5720 6287 height: 2em; … … 5730 6297 padding: 6px; 5731 6298 height: 100%; 5732 } 5733 5734 .find-box-search { 6299 background-color: #fff; 6300 } 6301 6302 .find-box-search, 6303 .find-box-buttons { 5735 6304 overflow: hidden; 5736 padding: 9px;6305 padding: 8px; 5737 6306 position: relative; 6307 background-color: #f7f7f7; 6308 border-top: 1px solid #dfdfdf; 5738 6309 } 5739 6310 … … 5768 6339 padding: 3px 0 0 8px; 5769 6340 width: 15px; 5770 }5771 5772 .find-box-buttons {5773 padding: 8px;5774 overflow: hidden;5775 6341 } 5776 6342 … … 5807 6373 margin: 5px 0 10px; 5808 6374 padding: 8px; 5809 border-width: 1px; 5810 border-style: solid; 6375 border: 1px solid #ddd; 5811 6376 line-height: 1.8em; 5812 6377 word-spacing: 3px; … … 5964 6529 float: left; 5965 6530 width: 32px; 5966 background: none; 6531 border: 1px solid #d5d5d5; 6532 background: #f1f1f1; 5967 6533 margin: 0 8px 0 0; 5968 6534 height: 32px; … … 5971 6537 text-align: center; 5972 6538 line-height: 28px; 6539 color: #777; 5973 6540 } 5974 6541 … … 5977 6544 speak: none; 5978 6545 vertical-align: middle; 6546 } 6547 6548 .imgedit-menu div:hover { 6549 border-color: #c1c1c1; 6550 background-color: #eaeaea; 6551 color: #333; 6552 } 6553 6554 .imgedit-menu div.disabled { 6555 border-color: #ccc; 6556 background-color: #ddd; 6557 filter: alpha(opacity=50); 6558 opacity: 0.5; 5979 6559 } 5980 6560 … … 6119 6699 .form-table th, 6120 6700 .form-wrap label { 6701 color: #222; 6121 6702 font-weight: normal; 6122 6703 text-shadow: none; … … 6170 6751 padding: 1em 1em .2em; 6171 6752 margin: 0; 6172 border-bottom-width: 1px; 6173 border-bottom-style: solid; 6753 border-bottom: 1px solid #ccc; 6174 6754 } 6175 6755 … … 6184 6764 } 6185 6765 6766 #submitted-on, 6767 .submitted-on { 6768 color: #777; 6769 } 6770 6186 6771 /* reply to comments */ 6187 #replyrow input {6188 border-width: 1px;6189 border-style: solid;6190 }6191 6192 6772 #replyrow td { 6193 6773 padding: 2px; … … 6246 6826 -webkit-box-shadow: none; 6247 6827 box-shadow: none; 6828 } 6829 6830 #replyerror { 6831 border-color: #ddd; 6832 background-color: #f9f9f9; 6248 6833 } 6249 6834 … … 6297 6882 } 6298 6883 6884 #the-comment-list tr.undo, 6885 #the-comment-list div.undo { 6886 background-color: #f4f4f4; 6887 } 6888 6889 #the-comment-list .unapproved th, 6890 #the-comment-list .unapproved td { 6891 background-color: #fefaf7; 6892 } 6893 6894 #the-comment-list .unapproved th.check-column { 6895 border-left: 4px solid #d54e21; 6896 } 6897 6299 6898 #the-comment-list .unapproved th.check-column input { 6300 6899 margin-left: 4px; 6900 } 6901 6902 #the-comment-list .approve a { 6903 color: #006505; 6904 } 6905 6906 #the-comment-list .unapprove a { 6907 color: #d98500; 6908 } 6909 6910 #the-comment-list th, 6911 #the-comment-list td { 6912 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); 6913 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); 6914 } 6915 6916 #the-comment-list tr:last-child th, 6917 #the-comment-list tr:last-child td { 6918 -webkit-box-shadow: none; 6919 box-shadow: none; 6920 } 6921 6922 #the-comment-list tr.unapproved + tr.approved th, 6923 #the-comment-list tr.unapproved + tr.approved td { 6924 border-top: 1px solid rgba(0, 0, 0, 0.03); 6925 } 6926 6927 /* table vim shortcuts */ 6928 .vim-current, 6929 .vim-current th, 6930 .vim-current td { 6931 background-color: #e4f2fd !important; 6301 6932 } 6302 6933 … … 7381 8012 height: 225px; 7382 8013 display: block; 7383 border-width: 1px; 7384 border-style: solid; 8014 border: 1px solid #ccc; 7385 8015 margin-bottom: 10px; 7386 8016 overflow: hidden; 8017 background-color: #fff; 7387 8018 } 7388 8019 … … 7492 8123 } 7493 8124 7494 #post-body ul.add-menu-item-tabs li.tabs a, 7495 #TB_window #TB_title a.tb-theme-preview-link, 7496 #TB_window #TB_title a.tb-theme-preview-link:visited { 8125 /* @todo: surely this belongs elsewhere */ 8126 #post-body ul.add-menu-item-tabs li.tabs a { 7497 8127 font-weight: 600; 7498 8128 text-decoration: none; 8129 } 8130 8131 #TB_window { 8132 border: 1px solid #333; 7499 8133 } 7500 8134 … … 7502 8136 background-color: #222; 7503 8137 color: #cfcfcf; 8138 } 8139 8140 #TB_window #TB_title a.tb-theme-preview-link, 8141 #TB_window #TB_title a.tb-theme-preview-link:visited { 8142 color: #999; 8143 font-weight: 600; 8144 text-decoration: none; 8145 } 8146 8147 #TB_window #TB_title a.tb-theme-preview-link:hover, 8148 #TB_window #TB_title a.tb-theme-preview-link:focus { 8149 color: #ccc; 7504 8150 } 7505 8151 … … 7559 8205 ------------------------------------------------------------------------------*/ 7560 8206 8207 /* @todo: what is this doing here */ 7561 8208 #dashboard_right_now .versions .b, 7562 8209 #post-status-display, … … 7575 8222 } 7576 8223 8224 .plugins, 8225 .plugins th, 8226 .plugins td { 8227 color: #000; 8228 } 8229 8230 .plugins tr { 8231 background: #fff; 8232 } 8233 7577 8234 .plugins p { 7578 8235 margin: 0 4px; … … 7609 8266 } 7610 8267 8268 .plugins .active td, 8269 .plugins .active th { 8270 background-color: #f7fcfe; 8271 } 8272 7611 8273 .plugins .update th, 7612 8274 .plugins .update td { 7613 8275 border-bottom: 0; 7614 8276 } 8277 7615 8278 .plugin-update-tr td { 7616 8279 border-top: 0; 8280 } 8281 8282 .plugins .inactive td, 8283 .plugins .inactive th, 8284 .plugins .active td, 8285 .plugins .active th, 8286 .plugin-install #the-list td, 8287 .upgrade .plugins td, 8288 .upgrade .plugins th { 8289 -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); 8290 box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); 8291 } 8292 8293 .plugins tr.active.plugin-update-tr + tr.inactive th, 8294 .plugins tr.active.plugin-update-tr + tr.inactive td, 8295 .plugins tr.active + tr.inactive th, 8296 .plugins tr.active + tr.inactive td { 8297 border-top: 1px solid rgba(0,0,0,0.03); 8298 8299 -webkit-box-shadow: inset 0px 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e1e1e1; 8300 box-shadow: inset 0px 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e1e1e1; 8301 } 8302 8303 .plugins .update td, 8304 .plugins .update th, 8305 .upgrade .plugins tr:last-of-type td, 8306 .upgrade .plugins tr:last-of-type th, 8307 .plugins tr.active + tr.inactive.update th, 8308 .plugins tr.active + tr.inactive.update td { 8309 -webkit-box-shadow: none; 8310 box-shadow: none; 8311 } 8312 8313 .plugins .active.update td, 8314 .plugins .active.update th, 8315 tr.active.update + tr.plugin-update-tr .plugin-update { 8316 background-color: #fefaf7; 8317 } 8318 8319 .plugins .active th.check-column { 8320 border-left: 4px solid #2ea2cc; 8321 } 8322 8323 .plugins .active.update th.check-column, 8324 .plugins .active.update + .plugin-update-tr .plugin-update { 8325 border-left: 4px solid #d54e21; 7617 8326 } 7618 8327 … … 7644 8353 7645 8354 .plugin-update-tr .update-message { 7646 border: none;7647 8355 font-size: 13px; 7648 8356 font-weight: normal; 7649 8357 margin: 6px 12px 12px; 7650 8358 padding: 6px 12px; 8359 margin: 0 10px 8px 31px; 8360 background-color: #f7f7f7; 8361 background-color: rgba(0,0,0,0.03); 7651 8362 } 7652 8363 7653 8364 .plugin-update-tr .update-message:before { 8365 color: #d54e21; 7654 8366 content: '\f463'; 7655 8367 display: inline-block; … … 7660 8372 -moz-osx-font-smoothing: grayscale; 7661 8373 vertical-align: top; 8374 } 8375 8376 .plugins .plugin-update { 8377 padding: 0; 8378 border: none; 8379 -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); 8380 box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); 8381 } 8382 8383 /* update notices for active plugins */ 8384 tr.active + tr.plugin-update-tr .plugin-update { 8385 background-color: #f7fcfe; 8386 } 8387 8388 tr.active + tr.plugin-update-tr .plugin-update .update-message { 8389 background-color: #fcf3ef; 7662 8390 } 7663 8391 … … 7794 8522 7795 8523 .pressthis a span:before { 8524 color: #777; 7796 8525 font: normal 20px/1 'dashicons'; 7797 8526 content:'\f157'; … … 7849 8578 padding: 10px 0; 7850 8579 margin-right: 20px; 7851 border-top-width: 1px; 7852 border-top-style: solid; 8580 color: #777; 7853 8581 } 7854 8582 … … 7909 8637 .about-wrap h1 { 7910 8638 margin: 0.2em 200px 0 0; 8639 color: #333; 7911 8640 line-height: 1.2em; 7912 8641 font-size: 2.8em; 7913 8642 font-weight: 400; 8643 } 8644 8645 .about-wrap h4 { 8646 color: #222; 7914 8647 } 7915 8648 … … 7929 8662 margin: 1em 200px 1em 0; 7930 8663 min-height: 60px; 8664 color: #777; 7931 8665 font-size: 24px; 7932 8666 } … … 7986 8720 .about-wrap .point-releases { 7987 8721 margin-top: 5px; 8722 border-bottom: 1px solid #dfdfdf; 7988 8723 } 7989 8724 … … 7992 8727 } 7993 8728 8729 /* @todo: what is this for? */ 7994 8730 .about-wrap .changelog.point-releases h3:first-child { 7995 8731 padding-top: 7px; … … 7999 8735 8000 8736 .wp-badge { 8001 background: url('../images/w-logo-white.png?ver=20131202') no-repeat;8002 background: none,url('../images/wordpress-logo-white.svg?ver=20131110') no-repeat;8737 background: #0074a2 url('../images/w-logo-white.png?ver=20131202') no-repeat; 8738 background: #0074a2 url('../images/wordpress-logo-white.svg?ver=20131110') no-repeat; 8003 8739 background-position: center 24px; 8004 8740 background-size: 85px 85px; 8741 color: #78c8e6; 8005 8742 font-size: 14px; 8006 8743 text-align: center; … … 8012 8749 width: 150px; 8013 8750 text-rendering: optimizeLegibility; 8751 8752 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2); 8753 box-shadow: 0 1px 3px rgba(0,0,0,0.2); 8014 8754 } 8015 8755 … … 8035 8775 } 8036 8776 8037 .about-wrap h2 .nav-tab-active {8038 font-weight: bold;8039 }8040 8041 8777 /* Changelog / Update screen */ 8042 8778 … … 8166 8902 } 8167 8903 8904 /* @todo: combine this */ 8168 8905 .about-wrap li.wp-person { 8169 8906 height: 70px; … … 8338 9075 padding: 0; 8339 9076 border-radius: 50%; 9077 color: #777; 8340 9078 text-decoration: none; 9079 } 9080 9081 .wp-full-overlay a.collapse-sidebar:hover { 9082 color: #0074a2; 8341 9083 } 8342 9084 … … 8360 9102 float: left; 8361 9103 content: "\f148"; 9104 background: #eee; 8362 9105 font: normal 20px/1 'dashicons'; 8363 9106 speak: none; … … 8562 9305 8563 9306 .nav-tab { 8564 border-style: solid; 8565 border-width: 1px 1px 0; 9307 border: 1px solid #ccc; 9308 border-bottom: none; 9309 background: #e4e4e4; 9310 color: #555; 8566 9311 font-size: 12px; 8567 9312 line-height: 16px; … … 8572 9317 } 8573 9318 9319 .nav-tab:hover { 9320 background-color: #fff; 9321 color: #464646; 9322 } 9323 8574 9324 .nav-tab-active { 8575 border-width: 1px;9325 color: #464646; 8576 9326 } 8577 9327 8578 9328 .nav-tab-active, 8579 9329 .nav-tab-active:hover { 8580 border-bottom-width: 1px; 8581 border-bottom-style: solid; 9330 border-bottom: 1px solid #f1f1f1; 9331 background: none; 9332 color: #000; 8582 9333 } 8583 9334 8584 9335 h2.nav-tab-wrapper, 8585 9336 h3.nav-tab-wrapper { 8586 border-bottom-width: 1px; 8587 border-bottom-style: solid; 9337 border-bottom: 1px solid #ccc; 8588 9338 padding-bottom: 0; 8589 9339 padding-left: 10px; … … 8641 9391 8642 9392 .row-actions { 9393 color: #ddd; 8643 9394 font-size: 13px; 8644 9395 visibility: hidden; … … 8726 9477 } 8727 9478 9479 #poststuff .inside label.spam, 9480 #poststuff .inside label.deleted { 9481 color: red; 9482 } 9483 9484 #poststuff .inside label.waiting { 9485 color: orange; 9486 } 9487 9488 #poststuff .inside label.approved { 9489 color: green; 9490 } 9491 8728 9492 .inline-edit-row #post_parent, 8729 9493 .inline-edit-row select[name="page_template"] { … … 8777 9541 float: left; 8778 9542 line-height: 28px; 8779 border-top-width: 1px; 8780 border-top-style: solid; 8781 border-bottom-width: 1px; 8782 border-bottom-style: solid; 9543 border-top: 1px solid #f9f9f9; 9544 border-bottom: 1px solid #dfdfdf; 9545 background-color: #f9f9f9; 8783 9546 -webkit-transition: none; 8784 9547 -moz-transition: none; … … 8796 9559 } 8797 9560 9561 /* @todo: remove border radius */ 8798 9562 #sidemenu a.current { 8799 9563 font-weight: normal; … … 8804 9568 border-top-left-radius: 3px; 8805 9569 border-top-right-radius: 3px; 8806 border-width: 1px; 8807 border-style: solid; 9570 border: 1px solid #dfdfdf; 9571 border-bottom-color: #f1f1f1; 9572 background-color: #f1f1f1; 9573 color: #000; 8808 9574 } 8809 9575 … … 9015 9781 9016 9782 #dashboard-widgets h4 { 9783 color: #222; 9017 9784 font-weight: normal; 9018 9785 font-size: 14px; … … 9029 9796 #latest-comments #the-comment-list { 9030 9797 position: relative; 9798 } 9799 9800 #activity-widget #the-comment-list .comment { 9801 -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06); 9802 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06); 9803 } 9804 9805 #activity-widget .comments #the-comment-list .alt { 9806 background-color: transparent; 9031 9807 } 9032 9808 … … 9213 9989 font-weight: normal; 9214 9990 overflow: hidden; 9991 background: #fff; 9992 9993 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13); 9994 box-shadow: 0 1px 3px rgba(0,0,0,0.13); 9215 9995 } 9216 9996 … … 9295 10075 } 9296 10076 10077 .login #nav a, 10078 .login #backtoblog a { 10079 text-decoration: none; 10080 color: #999; 10081 } 10082 10083 .login #nav a:hover, 10084 .login #backtoblog a:hover, 10085 .login h1 a:hover { 10086 color: #2ea2cc; 10087 } 10088 9297 10089 .login form .input, 9298 10090 .login input[type="text"] { … … 9304 10096 } 9305 10097 10098 .login form .input, 10099 .login input[type="text"], 10100 .login form input[type="checkbox"] { 10101 background: #fbfbfb; 10102 } 10103 9306 10104 .login #pass-strength-result { 9307 10105 width: 250px; 9308 10106 font-weight: 600; 9309 border-style: solid;9310 border-width: 1px;9311 10107 margin: 12px 0 6px; 9312 10108 padding: 6px 5px; … … 9444 10240 9445 10241 .is-submenu { 10242 color: #999; 9446 10243 font-style: italic; 9447 10244 font-weight: normal; … … 9453 10250 padding: 10px; 9454 10251 overflow: hidden; 10252 background: #fbfbfb; 9455 10253 } 9456 10254 … … 9479 10277 9480 10278 .menu-settings { 9481 border-top-width: 1px; 9482 border-top-style: solid; 10279 border-top: 1px solid #eee; 9483 10280 margin-top: 2em; 9484 10281 } … … 9513 10310 9514 10311 .theme-location-set { 10312 color: #999; 9515 10313 font-size: 11px; 9516 10314 } … … 9528 10326 margin-top: -3px; 9529 10327 width: 100%; 10328 background: #f5f5f5; 9530 10329 } 9531 10330 … … 9536 10335 .nav-menus-php #post-body { 9537 10336 padding: 0 10px 10px; 9538 border-width: 1px 0; 9539 border-style: solid; 10337 border-top: 1px solid #fff; 10338 border-bottom: 1px solid #dfdfdf; 10339 background: #fff; 9540 10340 } 9541 10341 … … 9546 10346 9547 10347 #nav-menu-header { 9548 border-bottom: 1px solid ;10348 border-bottom: 1px solid #dfdfdf; 9549 10349 margin-bottom: 0; 9550 10350 } … … 9626 10426 9627 10427 .js .input-with-default-title { 10428 color: #aaa; 9628 10429 font-style: italic; 9629 10430 } … … 9689 10490 } 9690 10491 10492 /* @todo: is this actually used? */ 9691 10493 #cancel-save { 9692 10494 text-decoration: underline; … … 9773 10575 clear: both; 9774 10576 margin-bottom: 10px; 9775 }9776 9777 .nav-menus-php .list-container {9778 max-height: 200px;9779 overflow-y: auto;9780 padding: 10px 10px 5px;9781 10577 } 9782 10578 … … 9848 10644 } 9849 10645 10646 .menu-item-bar .menu-item-handle:hover { 10647 border-color: #999; 10648 } 10649 9850 10650 #menu-to-edit .menu-item-invalid .menu-item-handle { 9851 10651 background: #f6c9cc; … … 9863 10663 .menu li.deleting .menu-item-handle { 9864 10664 background-image: none; 10665 background-color: #f66; 9865 10666 } 9866 10667 … … 9930 10731 /* Menu item controls */ 9931 10732 .item-type { 10733 color: #777; 9932 10734 font-size: 12px; 9933 10735 padding: 12px 10px; … … 9980 10782 position: relative; 9981 10783 z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */ 10784 border: 1px solid #e5e5e5; 10785 border-top: none; 10786 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04); 10787 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 9982 10788 } 9983 10789 … … 10004 10810 margin: 0 0 10px; 10005 10811 padding: 3px 5px 5px; 10812 border: 1px solid #dfdfdf; 10813 color: #777; 10006 10814 font-size: 12px; 10007 10815 font-style: italic; … … 10063 10871 10064 10872 .nav-menus-php .submitbox .submitcancel { 10065 border-bottom: 1px solid ;10873 border-bottom: 1px solid #0074a2; 10066 10874 padding: 1px 2px; 10875 color: #0074a2; 10067 10876 text-decoration: none; 10877 } 10878 10879 .nav-menus-php .submitbox .submitcancel:hover { 10880 background: #0074a2; 10881 color: #fff; 10068 10882 } 10069 10883 … … 10071 10885 padding-left: 4px; 10072 10886 margin-left: -4px; 10073 border: 0 none;10074 10887 } 10075 10888 … … 10163 10976 font-weight: 600; 10164 10977 position: relative; 10165 border-bottom-width: 1px; 10166 border-bottom-style: solid; 10978 border-bottom: 1px solid #dfdfdf; 10167 10979 height: 2.5em; 10980 background-color: #f9f9f9; 10168 10981 } 10169 10982 #plugin-information ul#sidemenu { … … 10192 11005 10193 11006 #plugin-information .action-button a { 11007 background-color: #2ea2cc; 11008 color: #fff; 10194 11009 text-align: center; 10195 11010 font-weight: 600; … … 10219 11034 -webkit-border-top-left-radius: 3px; 10220 11035 border-top-left-radius: 3px; 11036 background-color: #cee1ef; 10221 11037 } 10222 11038 … … 10227 11043 -webkit-border-bottom-left-radius: 3px; 10228 11044 border-bottom-left-radius: 3px; 11045 background-color: #eaf3fa; 10229 11046 } 10230 11047 … … 10271 11088 padding: 7px; 10272 11089 overflow: auto; 10273 border-width: 1px; 10274 border-style: solid; 11090 border: 1px solid #ccc; 11091 } 11092 11093 #plugin-information pre, 11094 #plugin-information code { 11095 background-color: #ededff; 10275 11096 } 10276 11097 … … 10284 11105 10285 11106 /* Header */ 11107 /* @todo: are these also specific to Press This? */ 10286 11108 #wphead { 10287 border-bottom-width: 1px; 10288 border-bottom-style: solid; 11109 border-bottom: 1px solid #dfdfdf; 11110 } 11111 11112 #wphead h1 a { 11113 color: #464646; 10289 11114 } 10290 11115 … … 10444 11269 font-size: 12px; 10445 11270 margin-left: 5px; 10446 }10447 10448 #TB_window {10449 border: 1px solid #333;10450 11271 } 10451 11272 … … 10503 11324 outline: none; 10504 11325 padding: 3px 4px; 10505 border -color:#dfdfdf;11326 border: 1px solid #dfdfdf; 10506 11327 } 10507 11328 … … 10743 11564 10744 11565 .nonessential { 11566 color: #666; 10745 11567 font-size: 11px; 10746 11568 font-style: italic; … … 10819 11641 } 10820 11642 11643 .in-widget-title, 11644 #widgets-right a.widget-control-edit, 11645 #available-widgets .widget-description { 11646 color: #666; 11647 } 11648 11649 .deleting .widget-title, 11650 .deleting .widget-top a.widget-action:after { 11651 color: #aaa; 11652 } 11653 10821 11654 /* Widget Dragging Helpers */ 10822 11655 .widget.ui-draggable-dragging { … … 10850 11683 /* Widget Sidebars */ 10851 11684 .sidebar-name { 10852 border: none;10853 11685 position: relative; 10854 11686 -webkit-box-sizing: border-box; … … 10921 11753 } 10922 11754 11755 #widgets-left #available-widgets, 10923 11756 div#widgets-left .widget-holder { 10924 11757 background: transparent; 10925 11758 border: none; 11759 } 11760 11761 #widgets-left .widgets-holder-wrap { 11762 border: none; 11763 -webkit-box-shadow: none; 11764 box-shadow: none; 10926 11765 } 10927 11766 … … 11126 11965 } 11127 11966 11967 .widget-action, 11968 .handlediv, 11969 .item-edit, 11970 .sidebar-name-arrow, 11971 .accordion-section-title:after { 11972 color: #aaa; 11973 } 11974 11975 .widget-action:hover, 11976 .handlediv:hover, 11977 .item-edit:hover, 11978 .sidebar-name:hover .sidebar-name-arrow, 11979 .accordion-section-title:hover:after { 11980 color: #777; 11981 } 11982 11128 11983 .widget-top a.widget-action:after { 11129 11984 padding: 12px 12px 0; … … 11151 12006 .widget-description { 11152 12007 display: none; 12008 } 12009 12010 .widget-inside { 12011 background: #fff; 11153 12012 } 11154 12013 … … 11160 12019 font-size: 12px; 11161 12020 line-height: 1; 12021 color: black; 12022 } 12023 12024 .js #removing-widget { 12025 color: #2ea2cc; 11162 12026 } 11163 12027 … … 11324 12188 overflow: hidden; 11325 12189 background: #fff; 11326 border-left: 1px solid #dfdfdf;11327 border-right: 1px solid #dfdfdf;11328 12190 } 11329 12191 … … 11391 12253 /* When expanded */ 11392 12254 border-bottom: 1px solid #dfdfdf; 12255 } 12256 12257 .sticky-menu #TB_window { 12258 background: #f1f1f1; 11393 12259 } 11394 12260 … … 11596 12462 #theme-installer .wp-full-overlay-main { 11597 12463 background-image: url('../images/spinner-2x.gif'); 12464 } 12465 12466 /* @todo: evaluate - most of these were likely replaced by dashicons */ 12467 .curtime #timestamp, 12468 #screen-meta-links a.show-settings, 12469 .widget-top a.widget-action, 12470 .widget-top a.widget-action:hover, 12471 .sidebar-name-arrow, 12472 .sidebar-name:hover .sidebar-name-arrow, 12473 .meta-box-sortables .postbox:hover .handlediv, 12474 .tagchecklist span a, 12475 #bulk-titles div a, 12476 .tagchecklist span a:hover, 12477 #bulk-titles div a:hover { 12478 background: none !important; 11598 12479 } 11599 12480 -
trunk/src/wp-admin/includes/update-core.php
r27047 r27106 604 604 'wp-admin/images/wp-logo-vs-2x.png', 605 605 'wp-admin/images/about-updates-2x.png', 606 // 3.9 607 'wp-admin/css/colors.css', 608 'wp-admin/css/colors.min.css', 606 609 ); 607 610 -
trunk/src/wp-includes/css/editor.css
r27078 r27106 1088 1088 padding-left: 12px; 1089 1089 } 1090 1091 /* from colors.css 1092 .clearlooks2 { 1093 box-shadow: 0 5px 15px rgba(0,0,0,0.7); 1094 } 1095 1096 .clearlooks2 .mceMiddle span, 1097 .clearlooks2 .mceMiddle .mceLeft, 1098 .clearlooks2 .mceMiddle .mceRight, 1099 .clearlooks2 .mceBottom, 1100 .clearlooks2 .mceBottom .mceLeft, 1101 .clearlooks2 .mceBottom .mceCenter, 1102 .clearlooks2 .mceBottom .mceRight { 1103 background-color: #fcfcfc; 1104 } 1105 1106 .clearlooks2 .mceTop span, 1107 .clearlooks2 .mceFocus .mceTop span { 1108 color: #222; 1109 } 1110 1111 .clearlooks2 .mceClose:before { 1112 color: #999; 1113 } 1114 1115 .clearlooks2 .mceClose:hover:before { 1116 color: #2ea2cc; 1117 } 1090 1118 */ 1091 1119 /* Distraction Free Writing mode -
trunk/src/wp-includes/css/media-views.css
r27050 r27106 458 458 } 459 459 460 .media-router a { 461 -moz-transition: none; 462 -webkit-transition: none; 463 transition: none; 464 } 465 460 466 .media-router > a { 461 467 position: relative; -
trunk/src/wp-includes/css/wp-pointer.css
r26970 r27106 60 60 61 61 .wp-pointer-buttons a.close:before { 62 background: none; 63 color: #bbb; 62 64 content: '\f153'; 63 65 display: block !important; … … 74 76 } 75 77 78 .wp-pointer-buttons a.close:hover:before { 79 color: #c00; 80 } 81 76 82 /* The arrow base class must take up no space, even with transparent borders. */ 77 83 .wp-pointer-arrow, -
trunk/src/wp-includes/script-loader.php
r27038 r27106 550 550 $suffix = SCRIPT_DEBUG ? '' : '.min'; 551 551 552 $rtl_styles = array( 'wp-admin', 'ie', 'media', 'admin-bar', 'customize-controls', 'media-views', 'wp-color-picker', 'wp-pointer', 'editor-buttons', 'farbtastic', 'wp-auth-check', 'wp-jquery-ui-dialog', 'media-views', 'buttons', 'install' , 'colors-fresh');552 $rtl_styles = array( 'wp-admin', 'ie', 'media', 'admin-bar', 'customize-controls', 'media-views', 'wp-color-picker', 'wp-pointer', 'editor-buttons', 'farbtastic', 'wp-auth-check', 'wp-jquery-ui-dialog', 'media-views', 'buttons', 'install' ); 553 553 554 554 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array( 'open-sans', 'dashicons' ) ); … … 591 591 592 592 // do not refer to this directly, the right one is queued by the above "meta" colors handle 593 $styles->add( 'colors-fresh', "/wp-admin/css/colors$suffix.css", array( 'wp-admin', 'buttons' ) );593 $styles->add( 'colors-fresh', false, array( 'wp-admin', 'buttons' ) ); 594 594 595 595 $styles->add( 'media', "/wp-admin/css/media$suffix.css" );
Note: See TracChangeset
for help on using the changeset viewer.