Make WordPress Core

Changeset 27106


Ignore:
Timestamp:
02/06/2014 06:24:36 AM (11 years ago)
Author:
helen
Message:

Merge colors.css into wp-admin.css. Non-default color schemes became overloads rather than swaps in the 3.8 redesign. Benefits include:

  • No more border-width, border-style, border-color insanity.
  • Point releases are much less likely to require extra finagling to avoid rebuilding the color schemes.
  • Yours truly has a better overall vision of ~14,000 lines of admin CSS and where we go from here.

1,065 net lines of red, y'all.
props helen, jorbin. fixes #18380.

Location:
trunk/src
Files:
1 deleted
14 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/colors/_admin.scss

    r26809 r27106  
    2121}
    2222
    23 #rightnow a:hover,
    2423#media-upload a.del-link:hover,
    2524div.dashboard-widget-submit input:hover,
    2625.subsubsub a:hover,
    27 .subsubsub a.current:hover,
    28 .ui-tabs-nav a:hover {
     26.subsubsub a.current:hover {
    2927    color: $link-focus;
    3028}
  • trunk/src/wp-admin/css/colors/blue/colors.scss

    r26570 r27106  
    99$menu-submenu-background: #4796b3;
    1010
    11 @import "../../colors.css";
    1211@import "../_admin.scss";
  • trunk/src/wp-admin/css/colors/coffee/colors.scss

    r26773 r27106  
    55$form-checked: $base-color;
    66
    7 @import "../../colors.css";
    87@import "../_admin.scss";
  • trunk/src/wp-admin/css/colors/ectoplasm/colors.scss

    r26804 r27106  
    66$form-checked: $base-color;
    77
    8 @import "../../colors.css";
    98@import "../_admin.scss";
  • trunk/src/wp-admin/css/colors/light/colors.scss

    r26570 r27106  
    1818$menu-collapse-focus-icon: #555;
    1919
    20 @import "../../colors.css";
    2120@import "../_admin.scss";
    2221
  • trunk/src/wp-admin/css/colors/midnight/colors.scss

    r26570 r27106  
    33$notification-color: #69a8bb;
    44
    5 @import "../../colors.css";
    65@import "../_admin.scss";
  • trunk/src/wp-admin/css/colors/ocean/colors.scss

    r26773 r27106  
    66$form-checked: $base-color;
    77
    8 @import "../../colors.css";
    98@import "../_admin.scss";
  • trunk/src/wp-admin/css/colors/sunrise/colors.scss

    r26773 r27106  
    44$menu-submenu-focus-text: lighten( $highlight-color, 35% );
    55
    6 @import "../../colors.css";
    76@import "../_admin.scss";
  • trunk/src/wp-admin/css/wp-admin.css

    r27039 r27106  
    8686#adminmenu .wp-submenu {
    8787    width: 160px;
     88    background-color: #222;
    8889}
    8990
     
    243244}
    244245
     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,
     253table.widefat,
     254.stuffbox,
     255p.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
     266table.widefat,
     267.wp-editor-container,
     268.stuffbox,
     269p.popular-tags,
     270.widgets-holder-wrap,
     271.popular-tags,
     272.feature-filter,
     273.imgedit-group {
     274    background: #fff;
     275}
     276
     277input[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,
     282span.wp-media-buttons-icon:before {
     283    color: #888;
     284}
     285
    245286/* include margin and padding in the width calculation of input and textarea */
    246287input,
     
    260301input[type="checkbox"],
    261302input[type="radio"] {
    262     border-width: 1px;
    263     border-style: solid;
     303    border: 1px solid #bbb;
     304    background: #fff;
     305    color: #555;
    264306    clear: none;
    265307    cursor: pointer;
     
    277319    -webkit-box-sizing: border-box;
    278320    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;
    279328}
    280329
     
    297346    margin-right: 4px;
    298347    line-height: 10px;
     348}
     349
     350input:disabled,
     351input.disabled,
     352textarea:disabled,
     353textarea.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);
    299359}
    300360
     
    321381    content: '\f147';
    322382    margin: -3px 0 0 -4px;
     383    color: #1e8cbe;
    323384}
    324385
     
    332393    margin: 4px;
    333394    line-height: 16px;
     395    background-color: #1e8cbe;
     396}
     397
     398input.readonly, textarea.readonly {
     399    background-color: #ddd;
    334400}
    335401
     
    364430}
    365431
     432html {
     433    background: #f1f1f1;
     434}
     435
    366436body {
     437    color: #444;
    367438    font-family: "Open Sans", sans-serif;
    368439    font-size: 13px;
     
    377448
    378449body.login {
    379     background: #fbfbfb;
     450    background: #f1f1f1;
    380451    min-width: 0;
    381452}
     
    417488    padding: 2px 6px;
    418489    line-height: 1.4;
     490}
     491
     492a {
     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;
    419503}
    420504
     
    436520}
    437521
     522a:hover,
     523a:active {
     524    color: #2ea2cc;
     525}
     526
     527a:focus {
     528    color: #124964;
     529}
     530
    438531a:focus,
    439532a:active {
     
    502595
    503596h2 {
     597    color: #222;
    504598    font-size: 1.5em;
    505599    margin: .83em 0;
     
    508602
    509603h3 {
     604    color: #222;
    510605    font-size: 1.3em;
    511606    margin: 1em 0;
     
    585680    padding: 3px 5px 2px 5px;
    586681    margin: 0 1px;
     682    background: #eaeaea;
     683    background: rgba(0,0,0,0.07);
    587684    font-size: 13px;
    588685}
     
    594691    font-size: 13px;
    595692    float: left;
     693    color: #666;
    596694}
    597695
     
    618716    padding: 0;
    619717    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;
    648718}
    649719
     
    668738    padding: 8px 10px;
    669739}
     740
     741.widefat thead th {
     742    border-bottom: 1px solid #e1e1e1;
     743}
     744
    670745.widefat tfoot th {
     746    border-top: 1px solid #e1e1e1;
    671747    border-bottom: none;
    672748}
     
    802878.login .message,
    803879.press-this #message {
    804     border: none;
     880    border-left: 4px solid #7ad03a;
    805881    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);
    806886}
    807887
    808888div.error,
    809889.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);
    811895}
    812896
    813897div.error {
    814898    padding: 1px 12px;
     899}
     900
     901.attention {
     902    color: #2ea2cc;
    815903}
    816904
     
    829917
    830918.subtitle {
     919    color: #777;
    831920    font-size: 14px;
    832921    padding-left: 25px;
     
    842931    border: none;
    843932    border-radius: 2px;
     933    background: #e0e0e0;
    844934    text-shadow: none;
    845935    font-weight: 600;
     
    847937}
    848938
     939.wrap .add-new-h2:hover {
     940    background: #2ea2cc;
     941    color: #fff;
     942}
     943
    849944.wrap h2.long-header {
    850945    padding-right: 0;
    851946}
    852947
    853 html,
    854948.wp-dialog {
    855949    background-color: #fff;
     
    865959input[type="url"],
    866960select {
     961    border: 1px solid #ddd;
     962    box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
    867963    background-color: #fff;
    868964    color: #333;
     
    891987#widgets-left .widget-in-question .widget-top,
    892988#available-widgets .widget-top:hover,
    893 div#widgets-right .widget-top:hover {
     989div#widgets-right .widget-top:hover,
     990#widgets-left .widget-top:hover {
     991    border-color: #999;
    894992    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    895993    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
     
    9031001.wp-core-ui :-moz-placeholder {
    9041002   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,
     1038td.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;
    9051075}
    9061076
     
    9281098}
    9291099
     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
    9301112.quicktags,
    9311113.search {
     1114    background-color: #ccc;
     1115    color: #000;
    9321116    font-size: 12px;
    9331117}
     
    9481132
    9491133.icon16:before {
     1134    color: #999;
    9501135    font: normal 20px/1 'dashicons';
    9511136    speak: none;
     
    10721257
    10731258.howto {
     1259    color: #666;
    10741260    font-style: italic;
    10751261    display: block;
     
    11231309    border-bottom-left-radius: 3px;
    11241310    border-bottom-right-radius: 3px;
     1311    border: none;
    11251312}
    11261313
     
    11481335}
    11491336
    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,
     1337table.widefat span.delete a,
     1338table.widefat span.trash a,
     1339table.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
     1350abbr.required,
     1351.file-error,
     1352.widget-control-remove:hover,
     1353table.widefat .delete a:hover,
     1354table.widefat .trash a:hover,
     1355table.widefat .spam a:hover,
    11561356.plugins a.delete:hover,
    11571357#all-plugins-table .plugins a.delete:hover,
     
    11611361#media-items a.delete-permanently:hover,
    11621362#nav-menu-footer .menu-delete:hover {
     1363    color: #f00;
    11631364    text-decoration: none;
    11641365    border: none;
     
    12231424#timezone_string option {
    12241425    margin-left: 1em;
     1426}
     1427
     1428#upload-form label {
     1429    color: #777;
    12251430}
    12261431
     
    12571462
    12581463#pass-strength-result {
    1259     border-style: solid;
    1260     border-width: 1px;
     1464    background-color: #eee;
     1465    border: 1px solid #ddd;
    12611466    float: left;
    12621467    margin: 13px 5px 5px 1px;
     
    12661471    display: none;
    12671472}
     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
    12681494.indicator-hint {
    12691495    padding-top: 8px;
     
    13091535    border-bottom-right-radius: 3px;
    13101536    border-bottom-left-radius: 3px;
    1311     border-width: 1px;
    1312     border-style: solid;
     1537    border: 1px solid #aaa;
     1538    background-color: #efefef;
    13131539}
    13141540
     
    13231549    height: 100%;
    13241550    padding: 4px 10px;
     1551    color: #444;
    13251552}
    13261553
    13271554.ui-autocomplete li a.ui-state-focus {
     1555    background-color: #ddd;
    13281556    cursor: pointer;
    13291557}
     
    13651593}
    13661594
    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 
    13751595#minor-publishing-actions {
    13761596    padding: 10px 10px 0 10px;
     
    14001620    font-size: 14px;
    14011621    margin: 12px 2px 5px;
    1402     border-bottom-width: 1px;
    1403     border-bottom-style: solid;
     1622    border-bottom: 1px solid #dadada;
    14041623}
    14051624
     
    14081627    padding-left: 18px;
    14091628    list-style: square;
     1629    color: #666;
    14101630}
    14111631
     
    14391659    text-align: left;
    14401660    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;
    14501670}
    14511671
     
    15341754    margin: 0 20px -1px 0px;
    15351755    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);
    15361761}
    15371762
     
    15411766    height: 28px;
    15421767    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);
    15431773}
    15441774
     
    15461776    position: relative;
    15471777    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);
    15481794}
    15491795
     
    15701816    -moz-osx-font-smoothing: grayscale;
    15711817    text-decoration: none !important;
     1818    color: #bbb;
    15721819}
    15731820
     
    16411888    left: 150px;
    16421889    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;
    16451894}
    16461895
     
    16761925    line-height: 18px;
    16771926    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;
    16811934}
    16821935
     
    16841937    padding: 0;
    16851938    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;
    16881949}
    16891950
     
    17422003    line-height: 18px;
    17432004    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;
    17442012}
    17452013
     
    17642032    padding: 7px 0 8px;
    17652033    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;
    17662044}
    17672045
     
    17882066    -webkit-box-shadow: none;
    17892067    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;
    17902080}
    17912081
     
    18182108    margin: 0;
    18192109    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;
    18202119}
    18212120
     
    18962195}
    18972196
     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
    18982213.folded #adminmenu div.wp-menu-image {
    18992214    width: 35px;
     
    19402255ul#adminmenu > li.current > a.current:after {
    19412256    right: 0;
    1942     border: solid transparent;
     2257    border: solid 8px transparent;
    19432258    content: " ";
    19442259    height: 0;
     
    19462261    position: absolute;
    19472262    pointer-events: none;
    1948     border-width: 8px;
     2263    border-right-color: #f1f1f1;
    19492264    top: 50%;
    19502265    margin-top: -8px;
     
    19812296}
    19822297
     2298#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
     2299    border-right-color: #333;
     2300}
     2301
    19832302/* ensure that wp-submenu's box shadow doesn't appear on top of the focused menu item's background. */
    19842303#adminmenu li.menu-top:hover,
     
    19862305#adminmenu li > a.menu-top:focus {
    19872306    position: relative;
     2307    background-color: #111;
    19882308}
    19892309
     
    20012321
    20022322#adminmenu li.wp-menu-separator {
    2003     height: 3px;
     2323    height: 5px;
    20042324    padding: 0;
    20052325    margin: 0 0 6px 0;
    2006     border-width: 1px 0;
    2007     border-style: solid;
    20082326    cursor: inherit;
    20092327}
    20102328
     2329/* @todo: is this even needed given that it's nested beneath the above li.wp-menu-separator? */
    20112330#adminmenu div.separator {
    2012     height: 1px;
     2331    height: 2px;
    20132332    padding: 0;
    2014     border-width: 1px 0 0 0;
    2015     border-style: solid;
    20162333}
    20172334
    20182335#adminmenu .wp-submenu .wp-submenu-head {
     2336    color: #fff;
    20192337    font-weight: 400;
    20202338    font-size: 14px;
     
    20322350#sidemenu li a span.update-plugins {
    20332351    display: inline-block;
     2352    background-color: #d54e21;
     2353    color: #fff;
    20342354    font-size: 9px;
    20352355    line-height: 17px;
     
    20492369}
    20502370
     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
    20512377#adminmenu li span.count-0,
    20522378#sidemenu li a .count-0 {
     
    20582384    line-height: 34px;
    20592385    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;
    20602395}
    20612396
     
    20902425    left: -3px;
    20912426    top: -3px;
     2427    color: #aaa;
    20922428    font: normal 20px/1 'dashicons' !important;
    20932429    speak: none;
     
    22522588    background-position: center -80px;
    22532589    background-repeat: no-repeat;
     2590    color: #fff;
    22542591}
    22552592
     
    22602597    height: 0;
    22612598    margin-left: 8px;
    2262     border-top: 5px solid #bbbbbb;
     2599    border-top: 5px solid #bbb;
    22632600    border-right: 5px solid transparent;
    22642601}
     
    22742611    -webkit-border-radius: 5px;
    22752612    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;
    22762627}
    22772628
     
    22802631}
    22812632
    2282 .post-com-count:hover {
    2283     background-position: center -3px;
     2633strong .post-com-count span {
     2634    background-color: #0074a2;
     2635}
     2636
     2637strong .post-com-count:after {
     2638    border-top: 5px solid #0074a2;
    22842639}
    22852640
     
    23162671    -moz-osx-font-smoothing: grayscale;
    23172672    text-decoration: none !important;
     2673    color: #444;
    23182674}
    23192675
     
    23412697.widefat td {
    23422698    overflow: hidden;
     2699    color: #555;
    23432700}
    23442701
     
    23472704}
    23482705
     2706.widefat thead tr th,
     2707.widefat tfoot tr th {
     2708    color: #333;
     2709}
     2710
    23492711.widefat td p {
    23502712    margin: 2px 0 0.8em;
     2713}
     2714
     2715.widefat p,
     2716.widefat ol,
     2717.widefat ul {
     2718    color: #333;
    23512719}
    23522720
     
    26062974
    26072975.sortable-placeholder {
    2608     border-width: 1px;
    2609     border-style: dashed;
     2976    border: 1px dashed #bbb;
    26102977    margin-bottom: 20px;
    26112978}
     
    26623029}
    26633030
     3031.postbox table.widefat {
     3032    -webkit-box-shadow: none;
     3033    box-shadow: none;
     3034}
     3035
    26643036.temp-border {
    26653037    border: 1px dotted #ccc;
     
    26863058    margin: 0 8px;
    26873059    min-height: 100px;
     3060}
     3061
     3062h3.dashboard-widget-title,
     3063h3.dashboard-widget-title span,
     3064h3.dashboard-widget-title small {
     3065    color: #333;
     3066}
     3067
     3068h3.dashboard-widget-title small a {
     3069    color: #d7d7d7;
     3070}
     3071
     3072h3.dashboard-widget-title small a:hover {
     3073    color: #fff;
    26883074}
    26893075
     
    27163102    margin: 16px 0;
    27173103    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;
    27183108    font-size: 13px;
    27193109    line-height: 2.1em;
     
    27343124.welcome-panel li {
    27353125    font-size: 14px;
     3126}
     3127
     3128.welcome-panel p {
     3129    color: #777;
     3130}
     3131
     3132.welcome-panel a {
     3133    text-decoration: none;
    27363134}
    27373135
     
    27543152.tagchecklist span a:before,
    27553153#bulk-titles div a:before {
     3154    background: none;
     3155    color: #bbb;
    27563156    content: '\f153';
    27573157    display: block !important;
     
    27653165}
    27663166
     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
    27673173#welcome-panel.welcome-panel .welcome-panel-close::before {
    27683174    position: absolute;
     
    28093215.welcome-panel-column p {
    28103216    margin-top: 7px;
     3217    color: #464646;
    28113218}
    28123219
     
    28183225
    28193226.welcome-panel .welcome-icon:before {
     3227    color: #888;
    28203228    font: normal 20px/1 'dashicons';
    28213229    speak: none;
     
    28953303.dashboard-widget-control-form p {
    28963304    margin-top: 0;
     3305}
     3306
     3307/* @todo: are these actually used anywhere? no non-CSS results in plugin search */
     3308div.dashboard-widget-error {
     3309    background-color: #c43;
     3310}
     3311
     3312div.dashboard-widget-notice {
     3313    background-color: #cfe1ef;
    28973314}
    28983315
     
    32923709
    32933710/* Dashboard activity widget - Comments */
     3711/* @todo: needs serious de-duplication */
    32943712
    32953713#activity-widget #the-comment-list tr.undo,
     
    33353753#activity-widget #the-comment-list .comment-item:first-child {
    33363754    border-top: 1px solid #eeeeee;
     3755}
     3756
     3757#activity-widget #the-comment-list .unapproved {
     3758    background-color: #fefaf7;
    33373759}
    33383760
     
    34383860.fixed .column-icon {
    34393861    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;
    34403876}
    34413877
     
    35133949    -moz-osx-font-smoothing: grayscale;
    35143950    text-decoration: none !important;
     3951    color: #444;
    35153952}
    35163953
     
    35874024}
    35884025
     4026th.manage-column a,
     4027th.sortable a:hover,
     4028th.sortable a:active,
     4029th.sortable a:focus {
     4030    color: #333;
     4031}
     4032
     4033th.sortable a:focus {
     4034    background: #e1e1e1;
     4035}
     4036
    35894037.fixed .column-comments.sortable a,
    35904038.fixed .column-comments.sorted a {
     
    36454093    cursor: default;
    36464094    height: 30px;
     4095    color: #555;
    36474096    line-height: 30px;
    36484097    font-size: 12px;
     
    36624111.tablenav .tablenav-pages a {
    36634112    padding: 0 10px 3px;
     4113    background: #eee;
     4114    background: rgba( 0, 0, 0, 0.05 );
    36644115    font-size: 16px;
    36654116    font-weight: normal;
    36664117}
    36674118
    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,
    36694128.tablenav .tablenav-pages a.disabled:active {
    3670     cursor: default;
     4129    color: #aaa;
     4130    background: #eee;
     4131    background: rgba( 0, 0, 0, 0.05 );
    36714132}
    36724133
    36734134.tablenav .displaying-num {
    36744135    margin-right: 2px;
     4136    color: #777;
    36754137    font-size: 12px;
    36764138    font-style: italic;
     
    36844146.tablenav .delete {
    36854147    margin-right: 20px;
     4148}
     4149
     4150/* unclear if the following tablenav rules are actually used.
     4151classes 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;
    36864166}
    36874167
     
    37064186
    37074187.view-switch > a:before {
     4188    color: #bbb;
    37084189    content: '\f163';
    37094190    display: inline-block;
     
    37174198}
    37184199
     4200.view-switch a:hover:before {
     4201    color: #727272;
     4202}
     4203
     4204.view-switch a.current:before {
     4205    color: #0074a2;
     4206}
     4207
    37194208.view-switch > a + a:before {
    37204209    margin-left: 5px;
     
    39254414
    39264415/*  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 
    39334416.inline-edit-row fieldset .inline-edit-date {
    39344417    float: left;
     
    39534436ul.cat-checklist {
    39544437    height: 12em;
    3955     border-style: solid;
    3956     border-width: 1px;
     4438    border: solid 1px #ddd;
    39574439    overflow-y: scroll;
    39584440    padding: 0 5px;
    39594441    margin: 0;
     4442    background-color: #fff;
    39604443}
    39614444
     
    39634446    display: block;
    39644447    height: 12em;
    3965     border-style: solid;
    3966     border-width: 1px;
     4448    border: 1px solid #ddd;
    39674449    overflow-y: scroll;
    39684450    padding: 0 5px;
     
    40634545    outline: none;
    40644546    margin: 0;
     4547    background-color: #fff;
    40654548}
    40664549
     
    41024585    margin-top: 5px;
    41034586    padding: 0 10px;
     4587    color: #666;
    41044588}
    41054589
     
    41114595#editable-post-name-full {
    41124596    display: none;
     4597}
     4598
     4599#editable-post-name {
     4600    background-color: #fffbcc;
    41134601}
    41144602
     
    41284616    padding: 12px 10px 10px;
    41294617    font-size: 11px;
     4618    background-color: #464646;
     4619    color: #ccc;
    41304620}
    41314621
     
    41334623    text-decoration: none;
    41344624    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;
    41354632}
    41364633
     
    41614658    position: relative;
    41624659    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;
    41634664}
    41644665
     
    42054706}
    42064707
     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,
     4714body.press-this ul.category-tabs li.tabs a {
     4715    color: #333;
     4716}
     4717
    42074718.category-tabs {
    42084719    margin: 8px 0 5px;
     
    42424753
    42434754ul.category-tabs li {
    4244     border-style: solid;
    4245     border-width: 1px;
     4755    border: solid 1px transparent;
    42464756    position: relative;
     4757}
     4758
     4759ul.category-tabs li.tabs {
     4760    border-color: #dfdfdf #dfdfdf #fdfdfd;
     4761    background-color: #fdfdfd;
    42474762}
    42484763
    42494764ul.add-menu-item-tabs li.tabs,
    42504765.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;
    42534769}
    42544770
     
    43184834    width: 100%;
    43194835    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);
    43204841}
    43214842
     
    44795000#postcustomstuff thead th {
    44805001    padding: 5px 8px 8px;
     5002    background-color: #f1f1f1;
    44815003}
    44825004
     
    45055027    margin: 0;
    45065028    width: 100%;
    4507     border-width: 1px;
    4508     border-style: solid;
     5029    border: 1px solid #dfdfdf;
    45095030    border-spacing: 0;
     5031    background-color: #f9f9f9;
    45105032}
    45115033
     
    45805102    top: 0;
    45815103    height: 82px;
     5104    background: #fff;
     5105    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    45825106}
    45835107
     
    45915115    -webkit-box-sizing: border-box;
    45925116    box-sizing: border-box;
     5117    background-color: #fff;
    45935118}
    45945119
     
    45965121    position: absolute;
    45975122    height: 100%;
    4598     border-style: solid;
    4599     border-width: 0 1px 0 0;
     5123    border-left: 1px solid #aaa;
    46005124    -moz-box-sizing: border-box;
    46015125    -webkit-box-sizing: border-box;
     
    46765200.revisions-meta {
    46775201    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;
    46785208}
    46795209
     
    47325262.revisions-diff {
    47335263    padding: 15px;
     5264    background-color: #fff;
     5265    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    47345266}
    47355267
     
    47935325table.diff .diff-addedline ins {
    47945326    text-decoration: none;
     5327}
     5328
     5329table.diff .diff-deletedline {
     5330    background-color: #ffe9e9;
     5331}
     5332
     5333table.diff .diff-deletedline del {
     5334    background-color: #faa;
     5335}
     5336
     5337table.diff .diff-addedline {
     5338    background-color: #e9ffe9;
     5339}
     5340
     5341table.diff .diff-addedline ins {
     5342    background-color: #afa;
    47955343}
    47965344
     
    49195467.revisions-tooltip,
    49205468.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}
    49275472
    49285473.revisions-tooltip {
     
    49435488.arrow::after {
    49445489    z-index: 9999;
     5490    background-color: #fff;
     5491    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    49455492}
    49465493
     
    49855532.wp-slider.ui-slider {
    49865533    position: relative;
    4987     border-width: 1px;
    4988     border-style: solid;
     5534    border: 1px solid #d7d7d7;
    49895535    text-align: left;
    49905536    cursor: pointer;
     
    50015547}
    50025548
     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
    50035558.wp-slider .ui-slider-handle:before {
    50045559    background: none;
     
    50065561    top: 0;
    50075562    left: 0;
     5563    color: #fff;
    50085564    content: "\f229";
    50095565    font: normal 18px/1 'dashicons';
     
    51235679    -webkit-font-smoothing: antialiased;
    51245680    -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
     5691a.post-state-format:hover:before,
     5692a.post-format-icon:hover:before {
     5693    color: #2ea2cc;
    51255694}
    51265695
     
    52585827    overflow: auto;
    52595828    padding: 0 0.9em;
    5260     border-style: solid;
    5261     border-width: 1px;
     5829    border: solid 1px #dfdfdf;
     5830    background-color: #fdfdfd;
    52625831}
    52635832
     
    53175886.form-wrap p {
    53185887    margin: 2px 0 5px;
     5888    color: #666;
    53195889}
    53205890
     
    54125982    z-index: 10000;
    54135983    display: none;
    5414     border-width: 1px;
    5415     border-style: solid;
     5984    border: 1px solid #808080;
     5985    background-color: #fff;
    54165986}
    54175987
     
    54235993    padding: 2px 5px;
    54245994    white-space: nowrap;
     5995    color: #101010;
    54255996    text-align: left;
    54265997}
    54275998
    54285999.ac_over {
     6000    background-color: #f0f0b8;
    54296001    cursor: pointer;
    54306002}
     
    54746046    border-collapse: collapse;
    54756047    width: 100%;
    5476     border-top-style: solid;
    5477     border-top-width: 1px;
     6048    border-top: 1px solid #dfdfdf;
    54786049    clear: both;
    54796050    cursor: default;
     
    55546125.media-upload-form th.label label span {
    55556126    padding: 0 5px;
    5556 }
    5557 
    5558 abbr.required {
    5559     border: medium none;
    5560     text-decoration: none;
    55616127}
    55626128
     
    55896155
    55906156#media-items .media-item {
    5591     border-bottom-style: solid;
    5592     border-bottom-width: 1px;
     6157    border-bottom: 1px solid #dfdfdf;
    55936158    min-height: 36px;
    55946159    position: relative;
     
    57136278    position: absolute;
    57146279    z-index: 1000;
     6280    background-color: #444;
    57156281}
    57166282
    57176283.find-box-head {
    57186284    cursor: move;
     6285    color: #eee;
    57196286    font-weight: 600;
    57206287    height: 2em;
     
    57306297    padding: 6px;
    57316298    height: 100%;
    5732 }
    5733 
    5734 .find-box-search {
     6299    background-color: #fff;
     6300}
     6301
     6302.find-box-search,
     6303.find-box-buttons {
    57356304    overflow: hidden;
    5736     padding: 9px;
     6305    padding: 8px;
    57376306    position: relative;
     6307    background-color: #f7f7f7;
     6308    border-top: 1px solid #dfdfdf;
    57386309}
    57396310
     
    57686339    padding: 3px 0 0 8px;
    57696340    width: 15px;
    5770 }
    5771 
    5772 .find-box-buttons {
    5773     padding: 8px;
    5774     overflow: hidden;
    57756341}
    57766342
     
    58076373    margin: 5px 0 10px;
    58086374    padding: 8px;
    5809     border-width: 1px;
    5810     border-style: solid;
     6375    border: 1px solid #ddd;
    58116376    line-height: 1.8em;
    58126377    word-spacing: 3px;
     
    59646529    float: left;
    59656530    width: 32px;
    5966     background: none;
     6531    border: 1px solid #d5d5d5;
     6532    background: #f1f1f1;
    59676533    margin: 0 8px 0 0;
    59686534    height: 32px;
     
    59716537    text-align: center;
    59726538    line-height: 28px;
     6539    color: #777;
    59736540}
    59746541
     
    59776544    speak: none;
    59786545    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;
    59796559}
    59806560
     
    61196699.form-table th,
    61206700.form-wrap label {
     6701    color: #222;
    61216702    font-weight: normal;
    61226703    text-shadow: none;
     
    61706751    padding: 1em 1em .2em;
    61716752    margin: 0;
    6172     border-bottom-width: 1px;
    6173     border-bottom-style: solid;
     6753    border-bottom: 1px solid #ccc;
    61746754}
    61756755
     
    61846764}
    61856765
     6766#submitted-on,
     6767.submitted-on {
     6768    color: #777;
     6769}
     6770
    61866771/* reply to comments */
    6187 #replyrow input {
    6188     border-width: 1px;
    6189     border-style: solid;
    6190 }
    6191 
    61926772#replyrow td {
    61936773    padding: 2px;
     
    62466826    -webkit-box-shadow: none;
    62476827    box-shadow: none;
     6828}
     6829
     6830#replyerror {
     6831    border-color: #ddd;
     6832    background-color: #f9f9f9;
    62486833}
    62496834
     
    62976882}
    62986883
     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
    62996898#the-comment-list .unapproved th.check-column input {
    63006899    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;
    63016932}
    63026933
     
    73818012    height: 225px;
    73828013    display: block;
    7383     border-width: 1px;
    7384     border-style: solid;
     8014    border: 1px solid #ccc;
    73858015    margin-bottom: 10px;
    73868016    overflow: hidden;
     8017    background-color: #fff;
    73878018}
    73888019
     
    74928123}
    74938124
    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 {
    74978127    font-weight: 600;
    74988128    text-decoration: none;
     8129}
     8130
     8131#TB_window {
     8132    border: 1px solid #333;
    74998133}
    75008134
     
    75028136    background-color: #222;
    75038137    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;
    75048150}
    75058151
     
    75598205------------------------------------------------------------------------------*/
    75608206
     8207/* @todo: what is this doing here */
    75618208#dashboard_right_now .versions .b,
    75628209#post-status-display,
     
    75758222}
    75768223
     8224.plugins,
     8225.plugins th,
     8226.plugins td {
     8227    color: #000;
     8228}
     8229
     8230.plugins tr {
     8231    background: #fff;
     8232}
     8233
    75778234.plugins p {
    75788235    margin: 0 4px;
     
    76098266}
    76108267
     8268.plugins .active td,
     8269.plugins .active th {
     8270    background-color: #f7fcfe;
     8271}
     8272
    76118273.plugins .update th,
    76128274.plugins .update td {
    76138275    border-bottom: 0;
    76148276}
     8277
    76158278.plugin-update-tr td {
    76168279    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,
     8315tr.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;
    76178326}
    76188327
     
    76448353
    76458354.plugin-update-tr .update-message {
    7646     border: none;
    76478355    font-size: 13px;
    76488356    font-weight: normal;
    76498357    margin: 6px 12px 12px;
    76508358    padding: 6px 12px;
     8359    margin: 0 10px 8px 31px;
     8360    background-color: #f7f7f7;
     8361    background-color: rgba(0,0,0,0.03);
    76518362}
    76528363
    76538364.plugin-update-tr .update-message:before {
     8365    color: #d54e21;
    76548366    content: '\f463';
    76558367    display: inline-block;
     
    76608372    -moz-osx-font-smoothing: grayscale;
    76618373    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 */
     8384tr.active + tr.plugin-update-tr .plugin-update {
     8385    background-color: #f7fcfe;
     8386}
     8387
     8388tr.active + tr.plugin-update-tr .plugin-update .update-message {
     8389    background-color: #fcf3ef;
    76628390}
    76638391
     
    77948522
    77958523.pressthis a span:before {
     8524    color: #777;
    77968525    font: normal 20px/1 'dashicons';
    77978526    content:'\f157';
     
    78498578    padding: 10px 0;
    78508579    margin-right: 20px;
    7851     border-top-width: 1px;
    7852     border-top-style: solid;
     8580    color: #777;
    78538581}
    78548582
     
    79098637.about-wrap h1 {
    79108638    margin: 0.2em 200px 0 0;
     8639    color: #333;
    79118640    line-height: 1.2em;
    79128641    font-size: 2.8em;
    79138642    font-weight: 400;
     8643}
     8644
     8645.about-wrap h4 {
     8646    color: #222;
    79148647}
    79158648
     
    79298662    margin: 1em 200px 1em 0;
    79308663    min-height: 60px;
     8664    color: #777;
    79318665    font-size: 24px;
    79328666}
     
    79868720.about-wrap .point-releases {
    79878721    margin-top: 5px;
     8722    border-bottom: 1px solid #dfdfdf;
    79888723}
    79898724
     
    79928727}
    79938728
     8729/* @todo: what is this for? */
    79948730.about-wrap .changelog.point-releases h3:first-child {
    79958731    padding-top: 7px;
     
    79998735
    80008736.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;
    80038739    background-position: center 24px;
    80048740    background-size: 85px 85px;
     8741    color: #78c8e6;
    80058742    font-size: 14px;
    80068743    text-align: center;
     
    80128749    width: 150px;
    80138750    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);
    80148754}
    80158755
     
    80358775}
    80368776
    8037 .about-wrap h2 .nav-tab-active {
    8038     font-weight: bold;
    8039 }
    8040 
    80418777/* Changelog / Update screen */
    80428778
     
    81668902}
    81678903
     8904/* @todo: combine this */
    81688905.about-wrap li.wp-person {
    81698906    height: 70px;
     
    83389075    padding: 0;
    83399076    border-radius: 50%;
     9077    color: #777;
    83409078    text-decoration: none;
     9079}
     9080
     9081.wp-full-overlay a.collapse-sidebar:hover {
     9082    color: #0074a2;
    83419083}
    83429084
     
    83609102    float: left;
    83619103    content: "\f148";
     9104    background: #eee;
    83629105    font: normal 20px/1 'dashicons';
    83639106    speak: none;
     
    85629305
    85639306.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;
    85669311    font-size: 12px;
    85679312    line-height: 16px;
     
    85729317}
    85739318
     9319.nav-tab:hover {
     9320    background-color: #fff;
     9321    color: #464646;
     9322}
     9323
    85749324.nav-tab-active {
    8575     border-width: 1px;
     9325    color: #464646;
    85769326}
    85779327
    85789328.nav-tab-active,
    85799329.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;
    85829333}
    85839334
    85849335h2.nav-tab-wrapper,
    85859336h3.nav-tab-wrapper {
    8586     border-bottom-width: 1px;
    8587     border-bottom-style: solid;
     9337    border-bottom: 1px solid #ccc;
    85889338    padding-bottom: 0;
    85899339    padding-left: 10px;
     
    86419391
    86429392.row-actions {
     9393    color: #ddd;
    86439394    font-size: 13px;
    86449395    visibility: hidden;
     
    87269477}
    87279478
     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
    87289492.inline-edit-row #post_parent,
    87299493.inline-edit-row select[name="page_template"] {
     
    87779541    float: left;
    87789542    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;
    87839546    -webkit-transition: none;
    87849547    -moz-transition: none;
     
    87969559}
    87979560
     9561/* @todo: remove border radius */
    87989562#sidemenu a.current {
    87999563    font-weight: normal;
     
    88049568    border-top-left-radius: 3px;
    88059569    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;
    88089574}
    88099575
     
    90159781
    90169782#dashboard-widgets h4 {
     9783    color: #222;
    90179784    font-weight: normal;
    90189785    font-size: 14px;
     
    90299796#latest-comments #the-comment-list {
    90309797    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;
    90319807}
    90329808
     
    92139989    font-weight: normal;
    92149990    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);
    92159995}
    92169996
     
    929510075}
    929610076
     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
    929710089.login form .input,
    929810090.login input[type="text"] {
     
    930410096}
    930510097
     10098.login form .input,
     10099.login input[type="text"],
     10100.login form input[type="checkbox"] {
     10101    background: #fbfbfb;
     10102}
     10103
    930610104.login #pass-strength-result {
    930710105    width: 250px;
    930810106    font-weight: 600;
    9309     border-style: solid;
    9310     border-width: 1px;
    931110107    margin: 12px 0 6px;
    931210108    padding: 6px 5px;
     
    944410240
    944510241.is-submenu {
     10242    color: #999;
    944610243    font-style: italic;
    944710244    font-weight: normal;
     
    945310250    padding: 10px;
    945410251    overflow: hidden;
     10252    background: #fbfbfb;
    945510253}
    945610254
     
    947910277
    948010278.menu-settings {
    9481     border-top-width: 1px;
    9482     border-top-style: solid;
     10279    border-top: 1px solid #eee;
    948310280    margin-top: 2em;
    948410281}
     
    951310310
    951410311.theme-location-set {
     10312    color: #999;
    951510313    font-size: 11px;
    951610314}
     
    952810326    margin-top: -3px;
    952910327    width: 100%;
     10328    background: #f5f5f5;
    953010329}
    953110330
     
    953610335.nav-menus-php #post-body {
    953710336    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;
    954010340}
    954110341
     
    954610346
    954710347#nav-menu-header {
    9548     border-bottom: 1px solid;
     10348    border-bottom: 1px solid #dfdfdf;
    954910349    margin-bottom: 0;
    955010350}
     
    962610426
    962710427.js .input-with-default-title {
     10428    color: #aaa;
    962810429    font-style: italic;
    962910430}
     
    968910490}
    969010491
     10492/* @todo: is this actually used? */
    969110493#cancel-save {
    969210494    text-decoration: underline;
     
    977310575    clear: both;
    977410576    margin-bottom: 10px;
    9775 }
    9776 
    9777 .nav-menus-php .list-container {
    9778     max-height: 200px;
    9779     overflow-y: auto;
    9780     padding: 10px 10px 5px;
    978110577}
    978210578
     
    984810644}
    984910645
     10646.menu-item-bar .menu-item-handle:hover {
     10647    border-color: #999;
     10648}
     10649
    985010650#menu-to-edit .menu-item-invalid .menu-item-handle {
    985110651    background: #f6c9cc;
     
    986310663.menu li.deleting .menu-item-handle {
    986410664    background-image: none;
     10665    background-color: #f66;
    986510666}
    986610667
     
    993010731/* Menu item controls */
    993110732.item-type {
     10733    color: #777;
    993210734    font-size: 12px;
    993310735    padding: 12px 10px;
     
    998010782    position: relative;
    998110783    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);
    998210788}
    998310789
     
    1000410810    margin: 0 0 10px;
    1000510811    padding: 3px 5px 5px;
     10812    border: 1px solid #dfdfdf;
     10813    color: #777;
    1000610814    font-size: 12px;
    1000710815    font-style: italic;
     
    1006310871
    1006410872.nav-menus-php .submitbox .submitcancel {
    10065     border-bottom: 1px solid;
     10873    border-bottom: 1px solid #0074a2;
    1006610874    padding: 1px 2px;
     10875    color: #0074a2;
    1006710876    text-decoration: none;
     10877}
     10878
     10879.nav-menus-php .submitbox .submitcancel:hover {
     10880    background: #0074a2;
     10881    color: #fff;
    1006810882}
    1006910883
     
    1007110885    padding-left: 4px;
    1007210886    margin-left: -4px;
    10073     border: 0 none;
    1007410887}
    1007510888
     
    1016310976    font-weight: 600;
    1016410977    position: relative;
    10165     border-bottom-width: 1px;
    10166     border-bottom-style: solid;
     10978    border-bottom: 1px solid #dfdfdf;
    1016710979    height: 2.5em;
     10980    background-color: #f9f9f9;
    1016810981}
    1016910982#plugin-information ul#sidemenu {
     
    1019211005
    1019311006#plugin-information .action-button a {
     11007    background-color: #2ea2cc;
     11008    color: #fff;
    1019411009    text-align: center;
    1019511010    font-weight: 600;
     
    1021911034    -webkit-border-top-left-radius: 3px;
    1022011035    border-top-left-radius: 3px;
     11036    background-color: #cee1ef;
    1022111037}
    1022211038
     
    1022711043    -webkit-border-bottom-left-radius: 3px;
    1022811044    border-bottom-left-radius: 3px;
     11045    background-color: #eaf3fa;
    1022911046}
    1023011047
     
    1027111088    padding: 7px;
    1027211089    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;
    1027511096}
    1027611097
     
    1028411105
    1028511106/* Header */
     11107/* @todo: are these also specific to Press This? */
    1028611108#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;
    1028911114}
    1029011115
     
    1044411269    font-size: 12px;
    1044511270    margin-left: 5px;
    10446 }
    10447 
    10448 #TB_window {
    10449     border: 1px solid #333;
    1045011271}
    1045111272
     
    1050311324    outline: none;
    1050411325    padding: 3px 4px;
    10505     border-color: #dfdfdf;
     11326    border: 1px solid #dfdfdf;
    1050611327}
    1050711328
     
    1074311564
    1074411565.nonessential {
     11566    color: #666;
    1074511567    font-size: 11px;
    1074611568    font-style: italic;
     
    1081911641}
    1082011642
     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
    1082111654/* Widget Dragging Helpers */
    1082211655.widget.ui-draggable-dragging {
     
    1085011683/* Widget Sidebars */
    1085111684.sidebar-name {
    10852     border: none;
    1085311685    position: relative;
    1085411686    -webkit-box-sizing: border-box;
     
    1092111753}
    1092211754
     11755#widgets-left #available-widgets,
    1092311756div#widgets-left .widget-holder {
    1092411757    background: transparent;
    1092511758    border: none;
     11759}
     11760
     11761#widgets-left .widgets-holder-wrap {
     11762    border: none;
     11763    -webkit-box-shadow: none;
     11764    box-shadow: none;
    1092611765}
    1092711766
     
    1112611965}
    1112711966
     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
    1112811983.widget-top a.widget-action:after {
    1112911984    padding: 12px 12px 0;
     
    1115112006.widget-description {
    1115212007    display: none;
     12008}
     12009
     12010.widget-inside {
     12011    background: #fff;
    1115312012}
    1115412013
     
    1116012019    font-size: 12px;
    1116112020    line-height: 1;
     12021    color: black;
     12022}
     12023
     12024.js #removing-widget {
     12025    color: #2ea2cc;
    1116212026}
    1116312027
     
    1132412188    overflow: hidden;
    1132512189    background: #fff;
    11326     border-left: 1px solid #dfdfdf;
    11327     border-right: 1px solid #dfdfdf;
    1132812190}
    1132912191
     
    1139112253    /* When expanded */
    1139212254    border-bottom: 1px solid #dfdfdf;
     12255}
     12256
     12257.sticky-menu #TB_window {
     12258    background: #f1f1f1;
    1139312259}
    1139412260
     
    1159612462    #theme-installer .wp-full-overlay-main {
    1159712463        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;
    1159812479    }
    1159912480
  • trunk/src/wp-admin/includes/update-core.php

    r27047 r27106  
    604604'wp-admin/images/wp-logo-vs-2x.png',
    605605'wp-admin/images/about-updates-2x.png',
     606// 3.9
     607'wp-admin/css/colors.css',
     608'wp-admin/css/colors.min.css',
    606609);
    607610
  • trunk/src/wp-includes/css/editor.css

    r27078 r27106  
    10881088    padding-left: 12px;
    10891089}
     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}
    10901118*/
    10911119/* Distraction Free Writing mode
  • trunk/src/wp-includes/css/media-views.css

    r27050 r27106  
    458458}
    459459
     460.media-router a {
     461    -moz-transition:    none;
     462    -webkit-transition: none;
     463    transition:         none;
     464}
     465
    460466.media-router > a {
    461467    position: relative;
  • trunk/src/wp-includes/css/wp-pointer.css

    r26970 r27106  
    6060
    6161.wp-pointer-buttons a.close:before {
     62    background: none;
     63    color: #bbb;
    6264    content: '\f153';
    6365    display: block !important;
     
    7476}
    7577
     78.wp-pointer-buttons a.close:hover:before {
     79    color: #c00;
     80}
     81
    7682/* The arrow base class must take up no space, even with transparent borders. */
    7783.wp-pointer-arrow,
  • trunk/src/wp-includes/script-loader.php

    r27038 r27106  
    550550    $suffix = SCRIPT_DEBUG ? '' : '.min';
    551551
    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' );
    553553
    554554    $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array( 'open-sans', 'dashicons' ) );
     
    591591
    592592    // 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' ) );
    594594
    595595    $styles->add( 'media', "/wp-admin/css/media$suffix.css" );
Note: See TracChangeset for help on using the changeset viewer.