Make WordPress Core

Ticket #18380: 18380.6.diff

File 18380.6.diff, 98.8 KB (added by helen, 11 years ago)
  • src/wp-admin/css/colors/_admin.scss

     
    2020        }
    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}
    3129
  • src/wp-admin/css/colors/blue/colors.scss

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

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

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

     
    1717$menu-collapse-text: #777;
    1818$menu-collapse-focus-icon: #555;
    1919
    20 @import "../../colors.css";
    2120@import "../_admin.scss";
    2221
    2322/* temporary fix for admin-bar hover color */
  • src/wp-admin/css/colors/midnight/colors.scss

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

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

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

     
    1 /*------------------------------------------------------------------------------
    2 
    3 Howdy! This is the CSS file that controls the
    4 fresh color style on the WordPress Dashboard.
    5 
    6 
    7 TABLE OF CONTENTS:
    8 ------------------
    9  1.0 - General
    10 
    11 
    12 ------------------------------------------------------------------------------*/
    13 
    14 
    15 /*------------------------------------------------------------------------------
    16   1.0 - General
    17 ------------------------------------------------------------------------------*/
    18 
    19 html {
    20         background: #f1f1f1;
    21 }
    22 
    23 /* Checkbooms */
    24 
    25 input[type=checkbox],
    26 input[type=radio] {
    27         background: #fff;
    28         border-color: #bbb;
    29         color: #555;
    30 
    31         -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
    32         box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
    33 }
    34 
    35 input[type=checkbox]:checked:before {
    36         color: #1e8cbe;
    37 }
    38 
    39 input[type=radio]:checked:before {
    40         background-color: #1e8cbe;
    41 }
    42 
    43 .wp-core-ui input[type="reset"]:hover,
    44 .wp-core-ui input[type="reset"]:active {
    45         color: #2ea2cc;
    46 }
    47 
    48 
    49 /* Helper classes for plugins to leverage the active WordPress color scheme */
    50 
    51 .wp-ui-primary {
    52         color: #fff;
    53         background-color: #333;
    54 }
    55 .wp-ui-text-primary {
    56         color: #333;
    57 }
    58 
    59 .wp-ui-highlight {
    60         color: white;
    61         background-color: #1e8cbe;
    62 }
    63 .wp-ui-text-highlight {
    64         color: #1e8cbe;
    65 }
    66 
    67 .wp-ui-notification {
    68         color: #fff;
    69         background-color: #D54E21;
    70 }
    71 .wp-ui-text-notification {
    72         color: #D54E21;
    73 }
    74 
    75 .wp-ui-text-icon {
    76         color: #999;
    77 }
    78 
    79 
    80 #adminmenu .wp-has-current-submenu .wp-submenu,
    81 .no-js li.wp-has-current-submenu:hover .wp-submenu,
    82 #adminmenu a.wp-has-current-submenu:focus + .wp-submenu,
    83 #adminmenu .wp-has-current-submenu .wp-submenu.sub-open,
    84 #adminmenu .wp-has-current-submenu.opensub .wp-submenu {
    85         background-color: #333;
    86 }
    87 
    88 #adminmenu .wp-has-current-submenu .wp-submenu a,
    89 .no-js li.wp-has-current-submenu:hover .wp-submenu a,
    90 #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
    91 #adminmenu .wp-has-current-submenu .wp-submenu.sub-open a,
    92 #adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
    93         color: #bbb;
    94 }
    95 
    96 #adminmenu .wp-submenu a:hover,
    97 #adminmenu .wp-submenu a:focus,
    98 #adminmenu .wp-has-current-submenu .wp-submenu a:hover,
    99 #adminmenu .wp-has-current-submenu .wp-submenu a:focus,
    100 #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
    101 #adminmenu .wp-has-current-submenu .wp-submenu.sub-open a:hover,
    102 #adminmenu .wp-has-current-submenu .wp-submenu.sub-open a:focus,
    103 #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover,
    104 #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
    105 .no-js li.wp-has-current-submenu:hover .wp-submenu a:hover,
    106 .no-js li.wp-has-current-submenu:hover .wp-submenu a:focus,
    107 .folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
    108 .folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
    109 .folded #adminmenu .wp-has-current-submenu .wp-submenu a:hover,
    110 .folded #adminmenu .wp-has-current-submenu .wp-submenu a:focus {
    111         background: none;
    112         color: #2ea2cc;
    113 }
    114 
    115 ul#adminmenu a.wp-has-current-submenu:after,
    116 ul#adminmenu > li.current > a.current:after {
    117         border-right-color: #f1f1f1;
    118 }
    119 
    120 .row-actions {
    121         color: #ddd;
    122 }
    123 
    124 .find-box-search,
    125 .find-box-buttons {
    126         background-color: #f7f7f7;
    127         border-top: 1px solid #dfdfdf;
    128 }
    129 
    130 .find-box {
    131         background-color: #444;
    132 }
    133 
    134 .find-box-head {
    135         color: #eee;
    136 }
    137 
    138 .find-box-inside {
    139         background-color: #fff;
    140 }
    141 
    142 a.page-numbers:hover {
    143         border-color: #999;
    144 }
    145 
    146 body,
    147 #wpbody,
    148 .form-table .pre,
    149 .ui-autocomplete li a {
    150         color: #444;
    151 }
    152 
    153 body > #upload-menu {
    154         border-bottom-color: #fff;
    155 }
    156 
    157 #postcustomstuff table,
    158 #your-profile fieldset,
    159 #rightnow,
    160 div.dashboard-widget,
    161 #dashboard-widgets p.dashboard-widget-links {
    162         border-color: #ccc;
    163 }
    164 
    165 #dashboard-widgets h4 {
    166         color: #222;
    167 }
    168 
    169 #poststuff .inside label.spam,
    170 #poststuff .inside label.deleted {
    171         color: red;
    172 }
    173 
    174 #poststuff .inside label.waiting {
    175         color: orange;
    176 }
    177 
    178 #poststuff .inside label.approved {
    179         color: green;
    180 }
    181 
    182 #postcustomstuff table {
    183         border-color: #dfdfdf;
    184         background-color: #f9f9f9;
    185 }
    186 
    187 #postcustomstuff thead th {
    188         background-color: #f1f1f1;
    189 }
    190 
    191 table.widefat {
    192         border-color: #fff;
    193         background-color: #fff;
    194 }
    195 
    196 th .comment-grey-bubble:before {
    197         color: #444;
    198 }
    199 
    200 .sorting-indicator:before {
    201         color: #444;
    202 }
    203 
    204 div.dashboard-widget-error {
    205         background-color: #c43;
    206 }
    207 
    208 div.dashboard-widget-notice {
    209         background-color: #cfe1ef;
    210 }
    211 
    212 div.dashboard-widget-submit {
    213         border-top-color: #ccc;
    214 }
    215 
    216 ul.category-tabs li {
    217         border-color: transparent;
    218 }
    219 
    220 div.tabs-panel,
    221 .wp-tab-panel,
    222 ul.add-menu-item-tabs li.tabs,
    223 .wp-tab-active {
    224         border-color: #dfdfdf;
    225         background-color: #fdfdfd;
    226 }
    227 
    228 ul.category-tabs li.tabs {
    229         border-color: #dfdfdf #dfdfdf #fdfdfd;
    230 }
    231 
    232 ul.category-tabs li.tabs,
    233 ul.add-menu-item-tabs li.tabs,
    234 .wp-tab-active {
    235         background-color: #fdfdfd;
    236 }
    237 
    238 kbd,
    239 code {
    240         background: #eaeaea;
    241         background: rgba(0,0,0,0.07);
    242 }
    243 
    244 textarea,
    245 input[type="text"],
    246 input[type="password"],
    247 input[type="email"],
    248 input[type="number"],
    249 input[type="search"],
    250 input[type="tel"],
    251 input[type="url"],
    252 .titlewrap input,
    253 select {
    254         border-color: #ddd;
    255         box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
    256 }
    257 
    258 textarea:focus,
    259 input[type="text"]:focus,
    260 input[type="password"]:focus,
    261 input[type="email"]:focus,
    262 input[type="number"]:focus,
    263 input[type="search"]:focus,
    264 input[type="tel"]:focus,
    265 input[type="url"]:focus,
    266 input[type="checkbox"]:focus,
    267 input[type="radio"]:focus,
    268 select:focus,
    269 #widgets-left .widget-in-question .widget-top,
    270 #available-widgets .widget-top:hover,
    271 #widgets-right .widget-top:hover,
    272 #widgets-left .widget-top:hover,
    273 .menu-item-bar .menu-item-handle:hover {
    274         border-color: #999;
    275 }
    276 
    277 input:disabled,
    278 input.disabled,
    279 textarea:disabled,
    280 textarea.disabled {
    281         -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);
    282         box-shadow:         inset 0 1px 2px rgba(0,0,0,0.04);
    283         border-color: rgba(222, 222, 222, .75);
    284         background: rgba(255, 255, 255, .5);
    285         color: rgba(51, 51, 51, .5);
    286 }
    287 
    288 #plugin-information .action-button a,
    289 #plugin-information .action-button a:hover,
    290 #plugin-information .action-button a:visited {
    291         color: #fff;
    292 }
    293 
    294 /*
    295 .widget .widget-top,
    296 .postbox h3,
    297 .stuffbox h3,
    298 .control-section .accordion-section-title,
    299 h3.dashboard-widget-title,
    300 h3.dashboard-widget-title span,
    301 h3.dashboard-widget-title small,
    302 .sidebar-name,
    303 #nav-menu-header,
    304 #nav-menu-footer,
    305 .menu-item-handle,
    306 .checkbox,
    307 .side-info,
    308 .widefat thead th,
    309 .widefat tfoot th {
    310         background: #fcfcfc;
    311         border-top: none;
    312         border-bottom: 1px solid #e1e1e1;
    313 }
    314 */
    315 
    316 .accordion-section-content {
    317         border-left: none;
    318         border-right: none;
    319 }
    320 
    321 /*
    322 .js .control-section:hover .accordion-section-title,
    323 .js .control-section .accordion-section-title:hover,
    324 .js .control-section.open .accordion-section-title,
    325 .js .control-section .accordion-section-title:focus {
    326         background: #0074a2;
    327         border-color: #0074a2 !important;
    328 }
    329 */
    330 
    331 .widefat tfoot th {
    332         border-bottom: none;
    333         border-top: 1px solid #e1e1e1;
    334 }
    335 
    336 .widefat thead th {
    337         border-bottom: 1px solid #e1e1e1;
    338 }
    339 
    340 .form-table th,
    341 .form-wrap label {
    342         color: #222;
    343 }
    344 
    345 .form-table.editcomment td {
    346         border-bottom: none;
    347 }
    348 
    349 .description,
    350 .form-wrap p {
    351         color: #666;
    352 }
    353 
    354 strong .post-com-count span {
    355         background-color: #0074a2;
    356 }
    357 
    358 .post-com-count:after {         /* draw bubble connector using CSS! */
    359         border-top: 5px solid #bbbbbb;
    360         border-right: 5px solid transparent;
    361 }
    362 
    363 strong .post-com-count:after {
    364         border-top: 5px solid #0076a0;
    365 }
    366 
    367 .post-com-count:hover:after {
    368         border-top: 5px solid #2ea2cc;
    369 }
    370 
    371 .sorthelper {
    372         background-color: #ccf3fa;
    373 }
    374 
    375 .ac_match,
    376 .subsubsub a.current {
    377         color: #000;
    378 }
    379 
    380 h2,
    381 h3 {
    382         color: #222;
    383 }
    384 
    385 .wrap .add-new-h2,
    386 .wrap .add-new-h2:active {
    387         background: #e0e0e0;
    388 }
    389 
    390 .wrap .add-new-h2:hover {
    391         background: #2ea2cc;
    392         color: #fff;
    393 }
    394 
    395 .subtitle {
    396         color: #777;
    397 }
    398 
    399 .ac_over {
    400         background-color: #f0f0b8;
    401 }
    402 
    403 .ac_results {
    404         background-color: #fff;
    405         border-color: #808080;
    406 }
    407 
    408 .ac_results li {
    409         color: #101010;
    410 }
    411 
    412 .alternate,
    413 .alt {
    414         background-color: #f9f9f9;
    415 }
    416 
    417 .available-theme a.screenshot {
    418         background-color: #fff;
    419         border-color: #ccc;
    420 }
    421 
    422 #current-theme {
    423         border-bottom-color: #dfdfdf;
    424 }
    425 
    426 .bar {
    427         background-color: #e8e8e8;
    428         border-right-color: #99d;
    429 }
    430 
    431 .form-invalid {
    432         background-color: #ffebe8 !important;
    433 }
    434 
    435 .form-invalid input,
    436 .form-invalid select {
    437         border-color: #c00 !important;
    438 }
    439 
    440 .submit {
    441         border: none;
    442 }
    443 
    444 .highlight {
    445         background-color: #e4f2fd;
    446         color: #000;
    447 }
    448 
    449 .howto,
    450 .nonessential,
    451 #edit-slug-box,
    452 .form-input-tip,
    453 .subsubsub {
    454         color: #666;
    455 }
    456 
    457 .media-upload-form label.form-help,
    458 td.help {
    459         color: #9a9a9a;
    460 }
    461 
    462 .ui-autocomplete {
    463         border-color: #aaa;
    464         background-color: #efefef;
    465 }
    466 
    467 .ui-autocomplete li a.ui-state-focus {
    468         background-color: #ddd;
    469 }
    470 
    471 .post-com-count {
    472         color: #fff;
    473 }
    474 
    475 .post-com-count span {
    476         background-color: #bbb;
    477         color: #fff;
    478 }
    479 
    480 .post-com-count:hover span {
    481         background-color: #2ea2cc;
    482 }
    483 
    484 .quicktags, .search {
    485         background-color: #ccc;
    486         color: #000;
    487 }
    488 
    489 .side-info h5 {
    490         border-bottom-color: #dadada;
    491 }
    492 
    493 .side-info ul {
    494         color: #666;
    495 }
    496 
    497 a:hover,
    498 a:active {
    499         color: #2ea2cc;
    500 }
    501 
    502 a:focus {
    503         color: #124964;
    504 }
    505 
    506 #adminmenu a:hover,
    507 #adminmenu li.menu-top > a:focus,
    508 #adminmenu .wp-submenu a:hover,
    509 #rightnow a:hover,
    510 #media-upload a.del-link:hover,
    511 div.dashboard-widget-submit input:hover,
    512 .subsubsub a:hover,
    513 .subsubsub a.current:hover,
    514 .ui-tabs-nav a:hover {
    515         color: #2ea2cc;
    516 }
    517 
    518 #the-comment-list .comment-item {
    519         border: none;
    520 }
    521 
    522 #side-sortables .category-tabs .tabs a,
    523 #side-sortables .add-menu-item-tabs .tabs a,
    524 .wp-tab-bar .wp-tab-active a {
    525         color: #333;
    526 }
    527 
    528 #rightnow .rbutton {
    529         background-color: #ebebeb;
    530         color: #264761;
    531 }
    532 
    533 p.submit {
    534         border-top-color: #dfdfdf;
    535 }
    536 
    537 .submitbox .submit {
    538         background-color: #464646;
    539         color: #ccc;
    540 }
    541 
    542 table.widefat span.delete a,
    543 table.widefat span.trash a,
    544 table.widefat span.spam a,
    545 .plugins a.delete,
    546 #all-plugins-table .plugins a.delete,
    547 #search-plugins-table .plugins a.delete,
    548 .submitbox .submitdelete,
    549 #media-items a.delete,
    550 #media-items a.delete-permanently,
    551 #nav-menu-footer .menu-delete {
    552         color: #a00;
    553 }
    554 
    555 table.widefat span.delete a:hover,
    556 table.widefat span.trash a:hover,
    557 table.widefat span.spam a:hover,
    558 .plugins a.delete:hover,
    559 #all-plugins-table .plugins a.delete:hover,
    560 #search-plugins-table .plugins a.delete:hover,
    561 .submitbox .submitdelete:hover,
    562 #media-items a.delete:hover,
    563 #media-items a.delete-permanently:hover,
    564 #nav-menu-footer .menu-delete:hover {
    565         color: #f00;
    566 }
    567 
    568 #normal-sortables .submitbox .submitdelete:hover {
    569         color: #000;
    570         background-color: #f00;
    571         border-bottom-color: #f00;
    572 }
    573 
    574 .tablenav .dots {
    575         border-color: transparent;
    576 }
    577 
    578 .tablenav .next,
    579 .tablenav .prev {
    580         border-color: transparent;
    581         color: #0074a2;
    582 }
    583 
    584 .tablenav .next:hover,
    585 .tablenav .prev:hover {
    586         border-color: transparent;
    587         color: #2ea2cc;
    588 }
    589 
    590 div.updated,
    591 .login .message,
    592 .press-this #message {
    593         background-color: #fff;
    594         border-left: 4px solid #7ad03a;
    595 
    596         -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    597         box-shadow:         0px 1px 1px 0px rgba(0,0,0,0.1);
    598 }
    599 
    600 #update-nag,
    601 .update-nag {
    602         background-color: #fff;
    603         border-left: 4px solid #ffba00;
    604 
    605         -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    606         box-shadow:         0px 1px 1px 0px rgba(0,0,0,0.1);
    607 }
    608 
    609 div.error,
    610 .login #login_error {
    611         background: #fff;
    612         border-left: 4px solid #dd3d36;
    613 
    614         -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    615         box-shadow:         0px 1px 1px 0px rgba(0,0,0,0.1);
    616 }
    617 
    618 .update-message {
    619         color: #000;
    620 }
    621 
    622 a.page-numbers {
    623         border-bottom-color: #b8d3e2;
    624 }
    625 
    626 .commentlist li {
    627         border-bottom-color: #ccc;
    628 }
    629 
    630 .widefat td,
    631 .widefat th {
    632         color: #555;
    633 }
    634 
    635 .widefat p,
    636 .widefat ol,
    637 .widefat ul {
    638         color: #333;
    639 }
    640 
    641 .widefat thead tr th,
    642 .widefat tfoot tr th,
    643 h3.dashboard-widget-title,
    644 h3.dashboard-widget-title span,
    645 h3.dashboard-widget-title small {
    646         color: #333;
    647 }
    648 
    649 th.manage-column a,
    650 th.sortable a:hover,
    651 th.sortable a:active,
    652 th.sortable a:focus {
    653         color: #333;
    654 }
    655 
    656 th.sortable a:focus {
    657         background: #e1e1e1;
    658 }
    659 
    660 h3.dashboard-widget-title small a {
    661         color: #d7d7d7;
    662 }
    663 
    664 h3.dashboard-widget-title small a:hover {
    665         color: #fff;
    666 }
    667 
    668 a,
    669 #the-comment-list p.comment-author strong a,
    670 #media-upload a.del-link,
    671 #media-items a.delete,
    672 #media-items a.delete-permanently,
    673 .plugins a.delete,
    674 .ui-tabs-nav a,
    675 .plugins .inactive a {
    676         color: #0074a2;
    677         -webkit-transition-property: border, background, color;
    678         -moz-transition-property:    border, background, color;
    679         transition-property:         border, background, color;
    680         -webkit-transition-duration: .05s;
    681         -moz-transition-duration:    .05s;
    682         transition-duration:         .05s;
    683         -webkit-transition-timing-function: ease-in-out;
    684         -moz-transition-timing-function:    ease-in-out;
    685         transition-timing-function:         ease-in-out;
    686 }
    687 
    688 .wp-list-table a,
    689 .media-router a {
    690         -moz-transition: none;
    691         -webkit-transition: none;
    692         transition: none;
    693 }
    694 
    695 #adminmenu a {
    696         color: #eee;
    697 }
    698 
    699 #adminmenu .awaiting-mod,
    700 #adminmenu .update-plugins,
    701 #sidemenu a .update-plugins,
    702 #rightnow .reallynow {
    703         background-color: #d54e21;
    704         color: #fff;
    705 }
    706 #plugin-information .action-button {
    707         background-color: #2ea2cc;
    708         color: #fff;
    709 }
    710 
    711 #adminmenu li.current a .awaiting-mod,
    712 #adminmenu      li a.wp-has-current-submenu .update-plugins {
    713         background-color: #2ea2cc;
    714         color: #fff;
    715 }
    716 
    717 div#media-upload-header,
    718 div#plugin-information-header {
    719         background-color: #f9f9f9;
    720         border-bottom-color: #dfdfdf;
    721 }
    722 
    723 #currenttheme img {
    724         border-color: #666;
    725 }
    726 
    727 input.readonly, textarea.readonly {
    728         background-color: #ddd;
    729 }
    730 
    731 #editable-post-name {
    732         background-color: #fffbcc;
    733 }
    734 
    735 #edit-slug-box strong,
    736 .tablenav .displaying-num,
    737 #submitted-on,
    738 .submitted-on {
    739         color: #777;
    740 }
    741 
    742 .plugins .inactive a:hover {
    743         color: #2ea2cc;
    744 }
    745 
    746 #wpfooter {
    747         color: #777;
    748         border-color: transparent;
    749 }
    750 
    751 .imgedit-group,
    752 #media-items .media-item,
    753 .media-item .describe {
    754         border-color: #dfdfdf;
    755 }
    756 
    757 .plugins .plugin-description p,
    758 .plugins .plugin-version-author-uri {
    759         color: #333;
    760 }
    761 
    762 .plugins .inactive .plugin-title strong {
    763         color: #333;
    764 }
    765 
    766 .plugin-update-tr .plugin-update {
    767         border: none;
    768         -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    769         box-shadow:         inset 0 -1px 0 rgba(0,0,0,0.1);
    770 }
    771 
    772 .plugin-update-tr .update-message {
    773         background-color: #f7f7f7;
    774         background-color: rgba(0,0,0,0.03);
    775 }
    776 
    777 tr.active.update + tr.plugin-update-tr .plugin-update .update-message {
    778         background-color: #fcf3ef;
    779 }
    780 
    781 .plugin-update-tr .update-message:before {
    782         color: #d54e21;
    783 }
    784 
    785 .plugins,
    786 .plugins th,
    787 .plugins td {
    788         color: #000;
    789 }
    790 
    791 .plugins .inactive a {
    792         color: #579;
    793 }
    794 
    795 .plugins tr {
    796         background: #fff;
    797 }
    798 
    799 .plugins .inactive td,
    800 .plugins .inactive th,
    801 .plugins .active td,
    802 .plugins .active th,
    803 .plugin-install #the-list td,
    804 .upgrade .plugins td,
    805 .upgrade .plugins th {
    806         -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    807         box-shadow:         inset 0 -1px 0 rgba(0,0,0,0.1);
    808 }
    809 
    810 .plugins .update td,
    811 .plugins .update th,
    812 .upgrade .plugins tr:last-of-type td,
    813 .upgrade .plugins tr:last-of-type th {
    814         -webkit-box-shadow: none;
    815         box-shadow: none;
    816 }
    817 
    818 .plugins .active td,
    819 .plugins .active th,
    820 tr.active + tr.plugin-update-tr .plugin-update {
    821         background-color: #f7fcfe;
    822 }
    823 
    824 .plugins .active.update td,
    825 .plugins .active.update th,
    826 tr.active.update + tr.plugin-update-tr .plugin-update,
    827 #activity-widget #the-comment-list .unapproved {
    828         background-color: #fefaf7;
    829 }
    830 
    831 .plugins tr.active.plugin-update-tr + tr.inactive th,
    832 .plugins tr.active.plugin-update-tr + tr.inactive td,
    833 .plugins tr.active + tr.inactive th,
    834 .plugins tr.active + tr.inactive td {
    835         border-top: 1px solid rgba(0,0,0,0.03);
    836 
    837         -webkit-box-shadow: inset 0px 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e1e1e1;
    838         box-shadow:         inset 0px 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e1e1e1;
    839 }
    840 
    841 .plugins tr.active + tr.inactive.update th,
    842 .plugins tr.active + tr.inactive.update td {
    843         -webkit-box-shadow: none;
    844         box-shadow: none;
    845 }
    846 
    847 .plugins .active th.check-column {
    848         border-left: 4px solid #2ea2cc;
    849 }
    850 
    851 .plugins .active.update th.check-column,
    852 .plugins .active.update + .plugin-update-tr .plugin-update {
    853         border-left: 4px solid #d54e21;
    854 }
    855 
    856 .post-state-format:before,
    857 .post-format-icon:before {
    858         color: #ddd;
    859         -webkit-transition: all .1s ease-in-out;
    860         -moz-transition:    all .1s ease-in-out;
    861         transition:         all .1s ease-in-out;
    862 }
    863 
    864 input[type="radio"]:checked+label:before {
    865         color: #888888;
    866 }
    867 
    868 a.post-state-format:hover:before,
    869 a.post-format-icon:hover:before {
    870         color: #2ea2cc;
    871 }
    872 
    873 #the-list tr:last-child td,
    874 #the-list tr:last-child th {
    875         border-bottom: none !important;
    876         -webkit-box-shadow: none;
    877         box-shadow: none;
    878 }
    879 
    880 #the-comment-list tr.undo,
    881 #the-comment-list div.undo {
    882         background-color: #f4f4f4;
    883 }
    884 
    885 #the-comment-list .unapproved th,
    886 #the-comment-list .unapproved td {
    887         background-color: #fefaf7;
    888 }
    889 
    890 #the-comment-list .unapproved th.check-column {
    891         border-left: 4px solid #d54e21;
    892 }
    893 
    894 #the-comment-list .approve a {
    895         color: #006505;
    896 }
    897 
    898 #the-comment-list .unapprove a {
    899         color: #d98500;
    900 }
    901 
    902 #the-comment-list th,
    903 #the-comment-list td {
    904         -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    905         box-shadow:         inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    906 }
    907 
    908 #activity-widget #the-comment-list .comment {
    909         -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);
    910         box-shadow:         inset 0 1px 0 rgba(0, 0, 0, 0.06);
    911 }
    912 
    913 #the-comment-list tr:last-child th,
    914 #the-comment-list tr:last-child td {
    915     -webkit-box-shadow: none;
    916     box-shadow: none;
    917 }
    918 
    919 #the-comment-list tr.unapproved + tr.approved th,
    920 #the-comment-list tr.unapproved + tr.approved td {
    921     border-top: 1px solid rgba(0, 0, 0, 0.03);
    922 }
    923 
    924 #activity-widget .comments #the-comment-list .alt {
    925         background-color: transparent;
    926 }
    927 
    928 .welcome-panel p {
    929         color: #777;
    930 }
    931 
    932 .welcome-panel a {
    933         text-decoration: none;
    934 }
    935 
    936 .welcome-panel-column p {
    937         color: #464646;
    938 }
    939 
    940 .welcome-panel .welcome-icon:before {
    941         color: #888;
    942 }
    943 
    944 .widget-top,
    945 .menu-item-handle,
    946 .menu-item-settings,
    947 .widget-inside,
    948 .postbox,
    949 #menu-settings-column .accordion-container,
    950 #menu-management .menu-edit,
    951 .manage-menus,
    952 table.widefat,
    953 .stuffbox,
    954 p.popular-tags,
    955 .widgets-holder-wrap,
    956 .welcome-panel,
    957 .wp-editor-container,
    958 #post-status-info,
    959 .popular-tags,
    960 .feature-filter,
    961 .imgedit-group {
    962         border: 1px solid #e5e5e5;
    963         -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    964         box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    965 }
    966 
    967 #post-status-info {
    968         border-top: none;
    969 }
    970 
    971 .postbox table.widefat {
    972         -webkit-box-shadow: none;
    973         box-shadow: none;
    974 }
    975 
    976 .welcome-panel,
    977 .postbox,
    978 table.widefat,
    979 .wp-editor-container,
    980 .stuffbox,
    981 p.popular-tags,
    982 .widgets-holder-wrap,
    983 .popular-tags,
    984 .feature-filter,
    985 .imgedit-group {
    986         background: #fff;
    987 }
    988 
    989 .postbox h3,
    990 #namediv h3,
    991 #submitdiv h3 {
    992         border-bottom: 1px solid #eeeeee;
    993 }
    994 
    995 .widget .widget-top,
    996 .menu-item-handle {
    997         background: #fafafa;
    998         color: #222;
    999 }
    1000 
    1001 #misc-publishing-actions label[for="post_status"]:before,
    1002 #post-body #visibility:before,
    1003 .curtime #timestamp:before,
    1004 #post-body .misc-pub-revisions:before,
    1005 span.wp-media-buttons-icon:before {
    1006         color: #888;
    1007 }
    1008 
    1009 #rightnow .youhave {
    1010         background-color: #f0f6fb;
    1011 }
    1012 
    1013 #rightnow a {
    1014         color: #448abd;
    1015 }
    1016 
    1017 #welcome-panel.welcome-panel .welcome-panel-close::before,
    1018 .tagchecklist span a:before,
    1019 #bulk-titles div a:before,
    1020 .wp-pointer-buttons a.close:before {
    1021         background: none;
    1022         color: #bbb;
    1023 }
    1024 
    1025 #welcome-panel.welcome-panel .welcome-panel-close:hover:before,
    1026 .tagchecklist span a:hover:before,
    1027 #bulk-titles div a:hover:before,
    1028 .wp-pointer-buttons a.close:hover:before {
    1029         color: #c00;
    1030 }
    1031 
    1032 #screen-meta {
    1033         background-color: #fff;
    1034         border: 1px solid #ddd;
    1035         border-top: none;
    1036         -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.025);
    1037         box-shadow:         0 1px 0 rgba(0,0,0,.025);
    1038 }
    1039 
    1040 #contextual-help-back {
    1041         background: #f6fbfd;
    1042 }
    1043 
    1044 .contextual-help-tabs a:hover {
    1045         color: #333;
    1046 }
    1047 
    1048 #contextual-help-back,
    1049 .contextual-help-tabs .active a {
    1050         border-color: #e1e1e1;
    1051 }
    1052 
    1053 .contextual-help-tabs .active {
    1054         border-color: #2ea2cc;
    1055 
    1056         -webkit-box-shadow: 0px 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);
    1057         box-shadow:         0px 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);
    1058 }
    1059 
    1060 .contextual-help-tabs .active,
    1061 .contextual-help-tabs .active a,
    1062 .contextual-help-tabs .active a:hover {
    1063         background: #f6fbfd;
    1064         color: #333;
    1065 }
    1066 
    1067 /* screen options and help tabs */
    1068 #screen-options-link-wrap,
    1069 #contextual-help-link-wrap {
    1070         border: 1px solid #ddd;
    1071         border-top: none;
    1072         background: #fff;
    1073         -webkit-box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.1);
    1074         box-shadow:         0px 1px 1px -1px rgba(0,0,0,0.1);
    1075 }
    1076 
    1077 #screen-meta-links a {
    1078         color: #777;
    1079 }
    1080 
    1081 #screen-meta-links a:after {
    1082         color: #bbb;
    1083 }
    1084 
    1085 #screen-meta-links a:hover,
    1086 #screen-meta-links a:active {
    1087         color: #333;
    1088 }
    1089 
    1090 #screen-meta-links a:focus {
    1091         border-color: #aaa;
    1092         color: #333;
    1093         -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    1094         box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    1095 }
    1096 /* end screen options and help tabs */
    1097 
    1098 #wphead {
    1099         border-bottom-color: #dfdfdf;
    1100 }
    1101 
    1102 #wphead h1 a {
    1103         color: #464646;
    1104 }
    1105 
    1106 .file-error,
    1107 abbr.required,
    1108 .widget-control-remove:hover,
    1109 table.widefat .delete a:hover,
    1110 table.widefat .trash a:hover,
    1111 table.widefat .spam a:hover {
    1112         color: #f00;
    1113 }
    1114 
    1115 #pass-strength-result {
    1116         background-color: #eee;
    1117         border-color: #ddd !important;
    1118 }
    1119 
    1120 #pass-strength-result.bad {
    1121         background-color: #ffb78c;
    1122         border-color: #ff853c !important;
    1123 }
    1124 
    1125 #pass-strength-result.good {
    1126         background-color: #ffec8b;
    1127         border-color: #fc0 !important;
    1128 }
    1129 
    1130 #pass-strength-result.short {
    1131         background-color: #ffa0a0;
    1132         border-color: #f04040 !important;
    1133 }
    1134 
    1135 #pass-strength-result.strong {
    1136         background-color: #c3ff88;
    1137         border-color: #8dff1c !important;
    1138 }
    1139 
    1140 #post-status-info {
    1141         background-color: #f7f7f7;
    1142 }
    1143 
    1144 .widget-inside,
    1145 .menu-item-settings {
    1146         background: #fff;
    1147 }
    1148 
    1149 .menu-item-settings {
    1150         border-top: none;
    1151 }
    1152 
    1153 #titlediv #title {
    1154         background-color: #fff;
    1155 }
    1156 
    1157 #tTips p#tTips_inside {
    1158         background-color: #ddd;
    1159         color: #333;
    1160 }
    1161 
    1162 #poststuff .inside .the-tagcloud {
    1163         border-color: #ddd;
    1164 }
    1165 
    1166 /* menu */
    1167 #adminmenuback,
    1168 #adminmenuwrap,
    1169 #adminmenu {
    1170         background-color: #222;
    1171 }
    1172 
    1173 #adminmenu li.wp-menu-separator {
    1174         background: transparent;
    1175         border-color: transparent;
    1176 }
    1177 
    1178 #adminmenu div.separator {
    1179         border-color: transparent;
    1180 }
    1181 
    1182 #adminmenu li.wp-menu-open {
    1183         border-color: #dfdfdf;
    1184 }
    1185 
    1186 #adminmenu li.menu-top:hover,
    1187 #adminmenu li.opensub > a.menu-top,
    1188 #adminmenu li > a.menu-top:focus {
    1189         background-color: #111;
    1190         color: #2ea2cc;
    1191 }
    1192 
    1193 /* flyout menu arrow */
    1194 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
    1195         border-right-color: #333;
    1196 }
    1197 
    1198 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
    1199 #adminmenu li.current a.menu-top,
    1200 .folded #adminmenu li.wp-has-current-submenu,
    1201 .folded #adminmenu li.current.menu-top,
    1202 #adminmenu .wp-menu-arrow,
    1203 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head,
    1204 #adminmenu .wp-menu-arrow div {
    1205         background: #0074a2;
    1206 }
    1207 
    1208 #adminmenu li.wp-not-current-submenu .wp-menu-arrow {
    1209         border-top-color: #f9f9f9;
    1210         border-bottom-color: #dfdfdf;
    1211         background: transparent;
    1212 }
    1213 
    1214 #adminmenu li.wp-not-current-submenu .wp-menu-arrow div {
    1215         background: #111;
    1216         border-color: #111;
    1217 }
    1218 
    1219 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
    1220 #adminmenu li.current a.menu-top,
    1221 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
    1222         color: #fff;
    1223 }
    1224 
    1225 .folded #adminmenu li.wp-has-current-submenu,
    1226 .folded #adminmenu li.current.menu-top {
    1227         border-color: #666;     /* Match the background color of the current menu item for a flat appearance */
    1228 }
    1229 
    1230 #adminmenu .wp-submenu li.current,
    1231 #adminmenu .wp-submenu li.current a,
    1232 #adminmenu .opensub .wp-submenu li.current a,
    1233 #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
    1234 #adminmenu .wp-submenu li.current a:hover,
    1235 #adminmenu .wp-submenu li.current a:focus {
    1236         color: #fff;
    1237         background: transparent;
    1238 }
    1239 
    1240 #adminmenu .wp-submenu,
    1241 .folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu,
    1242 .folded #adminmenu .wp-has-current-submenu .wp-submenu {
    1243         background-color: #333;
    1244 
    1245         -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    1246         box-shadow:         0 3px 5px rgba(0,0,0,0.2);
    1247 }
    1248 
    1249 #adminmenu .wp-submenu a,
    1250 .folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
    1251 .folded #adminmenu .wp-has-current-submenu .wp-submenu a {
    1252         color: #bbb;
    1253 }
    1254 
    1255 #adminmenu .wp-submenu .wp-submenu-head {
    1256         color: #fff;
    1257 }
    1258 
    1259 /* collapse menu button */
    1260 #collapse-menu {
    1261         color: #aaa;
    1262         -webkit-transition: all .1s ease-in-out;
    1263         -moz-transition:    all .1s ease-in-out;
    1264         transition:         all .1s ease-in-out;
    1265 }
    1266 
    1267 #collapse-menu:hover {
    1268         color: #2ea2cc;
    1269 }
    1270 
    1271 #collapse-button div:after {
    1272         color: #aaa;
    1273 }
    1274 
    1275 #collapse-menu:hover #collapse-button div:after {
    1276         color: #2ea2cc;
    1277 }
    1278 
    1279 #adminmenu div.wp-menu-image:before {
    1280         color: #999;
    1281 }
    1282 
    1283 .icon16:before {
    1284         color: #999;
    1285 }
    1286 
    1287 #adminmenu li.wp-has-current-submenu:hover div.wp-menu-image:before {
    1288         color: #fff;
    1289 }
    1290 
    1291 #adminmenu li:hover div.wp-menu-image:before {
    1292         color: #2ea2cc;
    1293 }
    1294 
    1295 #adminmenu .wp-has-current-submenu div.wp-menu-image:before,
    1296 #adminmenu .current div.wp-menu-image:before,
    1297 #adminmenu a.wp-has-current-submenu:hover div.wp-menu-image:before,
    1298 #adminmenu a.current:hover div.wp-menu-image:before {
    1299         color: #fff;
    1300 }
    1301 
    1302 /* Collapse button in theme preview */
    1303 
    1304 .wp-full-overlay a.collapse-sidebar {
    1305         color: #777;
    1306 }
    1307 
    1308 .wp-full-overlay a.collapse-sidebar:hover {
    1309         color: #0074a2;
    1310 }
    1311 
    1312 .wp-full-overlay .collapse-sidebar-arrow:before {
    1313         background: #eee;
    1314 }
    1315 
    1316 /* Diff */
    1317 
    1318 table.diff .diff-deletedline del {
    1319         background-color: #f99;
    1320 }
    1321 
    1322 .ui-tooltip, .arrow::after {
    1323         background-color: #fff;
    1324         box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    1325 }
    1326 
    1327 .revisions-meta,
    1328 .revisions-diff,
    1329 .revisions.pinned .revisions-controls {
    1330         background-color: #fff;
    1331         box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    1332 }
    1333 
    1334 table.diff .diff-deletedline {
    1335         background-color: #ffe9e9;
    1336 }
    1337 
    1338 table.diff .diff-deletedline del {
    1339         background-color: #faa;
    1340 }
    1341 
    1342 table.diff .diff-addedline {
    1343         background-color: #e9ffe9;
    1344 }
    1345 
    1346 table.diff .diff-addedline ins {
    1347         background-color: #afa;
    1348 }
    1349 
    1350 .revisions-tooltip,
    1351 .revisions-tooltip-arrow span {
    1352         border-color: #d7d7d7;
    1353         background-color: #fff;
    1354 }
    1355 
    1356 .revisions-tickmarks {
    1357         background-color: #fff;
    1358 }
    1359 
    1360 .revisions-tickmarks > div {
    1361         border-color: #aaa;
    1362 }
    1363 
    1364 .revisions.pinned .revisions-controls {
    1365         background: #fff;
    1366 }
    1367 
    1368 .revisions.pinned .revisions-meta {
    1369         box-shadow: none;
    1370 }
    1371 
    1372 /* jQuery UI Slider */
    1373 
    1374 .wp-slider.ui-slider {
    1375         border-color: #d7d7d7;
    1376 }
    1377 
    1378 .wp-slider .ui-slider-handle,
    1379 .wp-slider .ui-slider-handle.ui-state-hover,
    1380 .wp-slider .ui-slider-handle.focus {
    1381         background: #2ea2cc;
    1382         border: 1px solid #0074a2;
    1383         -webkit-box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15);
    1384         box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15);
    1385 }
    1386 
    1387 .wp-slider .ui-slider-handle:before {
    1388         color: #fff;
    1389 }
    1390 
    1391 /* edit image */
    1392 #sidemenu a {
    1393         background-color: #f9f9f9;
    1394         border-color: #f9f9f9;
    1395         border-bottom-color: #dfdfdf;
    1396 }
    1397 
    1398 #sidemenu a.current {
    1399         background-color: #f1f1f1;
    1400         border-color: #dfdfdf #dfdfdf #f1f1f1;
    1401         color: #000;
    1402 }
    1403 
    1404 #replyerror {
    1405         border-color: #ddd;
    1406         background-color: #f9f9f9;
    1407 }
    1408 
    1409 /* table vim shortcuts */
    1410 .vim-current,
    1411 .vim-current th,
    1412 .vim-current td {
    1413         background-color: #E4F2FD !important;
    1414 }
    1415 
    1416 /* Install Plugins */
    1417 
    1418 #plugin-information {
    1419         height: auto;
    1420 }
    1421 
    1422 #plugin-information .fyi ul {
    1423         background-color: #eaf3fa;
    1424 }
    1425 
    1426 #plugin-information .fyi h2.mainheader {
    1427         background-color: #cee1ef;
    1428 }
    1429 
    1430 #plugin-information pre,
    1431 #plugin-information code {
    1432         background-color: #ededff;
    1433 }
    1434 
    1435 #plugin-information pre {
    1436         border-color: #ccc;
    1437 }
    1438 
    1439 /* inline editor */
    1440 #bulk-titles {
    1441         border-color: #ddd;
    1442 }
    1443 
    1444 .inline-editor div.title {
    1445         background-color: #eaf3fa;
    1446 }
    1447 
    1448 .inline-editor ul.cat-checklist {
    1449         background-color: #fff;
    1450         border-color: #ddd;
    1451 }
    1452 
    1453 .inline-editor .quick-edit-save {
    1454         background-color: #f1f1f1;
    1455 }
    1456 
    1457 fieldset.inline-edit-col-right .inline-edit-col {
    1458         border-color: #dfdfdf;
    1459 }
    1460 
    1461 .attention {
    1462         color: #2ea2cc;
    1463 }
    1464 
    1465 .tablenav .tablenav-pages {
    1466         color: #555;
    1467 }
    1468 
    1469 .tablenav .tablenav-pages a {
    1470         background: #eee;
    1471         background: rgba( 0, 0, 0, 0.05 );
    1472 }
    1473 
    1474 .tablenav .tablenav-pages a:hover,
    1475 .tablenav .tablenav-pages a:focus {
    1476         color: #fff;
    1477         background: #2ea2cc;
    1478 }
    1479 
    1480 .tablenav .tablenav-pages a.disabled,
    1481 .tablenav .tablenav-pages a.disabled:hover,
    1482 .tablenav .tablenav-pages a.disabled:focus {
    1483         color: #aaa;
    1484         background: #eee;
    1485         background: rgba( 0, 0, 0, 0.05 );
    1486 }
    1487 
    1488 .tablenav .tablenav-pages .current {
    1489         background: #dfdfdf;
    1490         border-color: #d3d3d3;
    1491 }
    1492 
    1493 #availablethemes,
    1494 #availablethemes td {
    1495         border-color: #ddd;
    1496 }
    1497 
    1498 #current-theme img {
    1499         border-color: #999;
    1500 }
    1501 
    1502 #TB_window #TB_title a.tb-theme-preview-link,
    1503 #TB_window #TB_title a.tb-theme-preview-link:visited {
    1504         color: #999;
    1505 }
    1506 
    1507 #TB_window #TB_title a.tb-theme-preview-link:hover,
    1508 #TB_window #TB_title a.tb-theme-preview-link:focus {
    1509         color: #ccc;
    1510 }
    1511 
    1512 .misc-pub-section {
    1513 }
    1514 
    1515 #minor-publishing {
    1516         border-bottom-color: #dfdfdf;
    1517 }
    1518 
    1519 #post-body .misc-pub-section {
    1520 }
    1521 
    1522 .post-com-count span {
    1523         background-color: #bbb;
    1524 }
    1525 
    1526 .sortable-placeholder {
    1527         border-color: #bbb;
    1528 }
    1529 
    1530 #post-body ul.category-tabs li.tabs a,
    1531 #post-body ul.add-menu-item-tabs li.tabs a,
    1532 body.press-this ul.category-tabs li.tabs a {
    1533         color: #333;
    1534 }
    1535 
    1536 .view-switch>a:before {
    1537         color: #bbb;
    1538 }
    1539 
    1540 .view-switch a:hover:before {
    1541         color: #727272;
    1542 }
    1543 
    1544 .view-switch a.current:before {
    1545         color: #0074a2;
    1546 }
    1547 
    1548 div.widgets-sortables,
    1549 #widgets-left .inactive,
    1550 #available-widgets .widget-holder {
    1551         background-color: #fff;
    1552         border-color: #fff;
    1553 }
    1554 
    1555 #widgets-left #available-widgets {
    1556         background: transparent;
    1557 }
    1558 
    1559 #widgets-left .widgets-holder-wrap {
    1560         border: none;
    1561         -webkit-box-shadow: none;
    1562         box-shadow: none;
    1563 }
    1564 
    1565 .sidebar-name {
    1566         border-bottom-color: #e1e1e1;
    1567 }
    1568 
    1569 .js #removing-widget {
    1570         color: #2ea2cc;
    1571 }
    1572 
    1573 #removing-widget span {
    1574         color: black;
    1575 }
    1576 
    1577 .in-widget-title,
    1578 #widgets-right .widget-top a.widget-control-edit,
    1579 #wp_inactive_widgets .in-widget-title,
    1580 #available-widgets .widget-description {
    1581         color: #666;
    1582 }
    1583 
    1584 #widgets-right .widget-top a.widget-control-edit:hover {
    1585         color: #fff;
    1586 }
    1587 
    1588 .deleting .widget-title,
    1589 .deleting .widget-top a.widget-action:after {
    1590         color: #aaa;
    1591 }
    1592 
    1593 .imgedit-menu div {
    1594         border-color: #d5d5d5;
    1595         background-color: #f1f1f1;
    1596 }
    1597 
    1598 .imgedit-menu div:hover {
    1599         border-color: #c1c1c1;
    1600         background-color: #eaeaea;
    1601 }
    1602 
    1603 .imgedit-menu div.disabled {
    1604         border-color: #ccc;
    1605         background-color: #ddd;
    1606         filter: alpha(opacity=50);
    1607         opacity: 0.5;
    1608 }
    1609 
    1610 /* added from nav-menu.css */
    1611 #menu-management {
    1612         background: #f5f5f5
    1613 }
    1614 
    1615 #menu-management #post-body {
    1616         background: #fff;
    1617         border-top-color: #fff;
    1618         border-bottom-color: #dfdfdf;
    1619 }
    1620 
    1621 #nav-menu-header {
    1622         border-bottom-color: #dfdfdf;
    1623 }
    1624 
    1625 #menu-management .nav-tabs-arrow a {
    1626         color: #c1c1c1;
    1627 }
    1628 
    1629 #menu-management .nav-tabs-arrow a:hover {
    1630         color: #2ea2cc;
    1631 }
    1632 
    1633 #menu-management .nav-tabs-arrow a:active {
    1634         color: #464646;
    1635 }
    1636 
    1637 #menu-management .nav-tab-active {
    1638         border-color: #dfdfdf;
    1639 }
    1640 
    1641 #menu-management .nav-tab {
    1642         background: #fbfbfb;
    1643         border-color: #dfdfdf;
    1644 }
    1645 
    1646 .js .input-with-default-title {
    1647         color: #aaa;
    1648 }
    1649 
    1650 #cancel-save {
    1651         color: #f00;
    1652 }
    1653 
    1654 #cancel-save:hover {
    1655         background-color: #f00;
    1656         color: #fff;
    1657 }
    1658 
    1659 .list-container,
    1660 .menu-item-handle {
    1661         border-color: #dfdfdf;
    1662 }
    1663 
    1664 .menu li.deleting .menu-item-handle {
    1665         background-color: #f66;
    1666 }
    1667 
    1668 .item-type { /* Menu item controls */
    1669         color: #777;
    1670 }
    1671 
    1672 .item-controls .menu-item-delete:hover {
    1673         color: #f00;
    1674 }
    1675 
    1676 .widget-action,
    1677 .handlediv,
    1678 .item-edit,
    1679 .sidebar-name-arrow,
    1680 .accordion-section-title:after {
    1681         color: #aaa;
    1682 }
    1683 
    1684 .widget-action:hover,
    1685 .handlediv:hover,
    1686 .item-edit:hover,
    1687 .sidebar-name:hover .sidebar-name-arrow,
    1688 .accordion-section-title:hover:after {
    1689         color: #777;
    1690 }
    1691 
    1692 /* Menu editing */
    1693 
    1694 .link-to-original {
    1695         color: #777;
    1696         border-color: #dfdfdf;
    1697 }
    1698 
    1699 #cancel-save:hover {
    1700         color: #fff !important;
    1701 }
    1702 
    1703 #update-menu-item {
    1704         color: #fff !important;
    1705 }
    1706 
    1707 #update-menu-item:hover,
    1708 #update-menu-item:active,
    1709 #update-menu-item:focus {
    1710         color: #eaf2fa !important;
    1711         border-color: #13455b !important;
    1712 }
    1713 
    1714 .submitbox .submitcancel {
    1715         color: #0074a2;
    1716         border-bottom-color: #0074a2;
    1717 }
    1718 
    1719 .submitbox .submitcancel:hover {
    1720         background: #0074a2;
    1721         color: #fff;
    1722 }
    1723 
    1724 .manage-menus {
    1725         background: #fbfbfb;
    1726 }
    1727 
    1728 .menu-settings {
    1729         border-top-color: #eeeeee;
    1730 }
    1731 
    1732 .theme-location-set {
    1733         color: #999999;
    1734 }
    1735 
    1736 .nav-menus-php .delete-action a {
    1737         color: #bc0b0b;
    1738 }
    1739 
    1740 .is-submenu {
    1741         color: #999999;
    1742 }
    1743 
    1744 .nav-tab {
    1745         color: #555;
    1746         border-color: #ccc;
    1747         background: #e4e4e4;
    1748 }
    1749 
    1750 .nav-tab:hover {
    1751         background-color: #fff;
    1752         color: #464646;
    1753 }
    1754 
    1755 .nav-tab-active {
    1756         color: #464646;
    1757 }
    1758 
    1759 .nav-tab-active,
    1760 .nav-tab-active:hover {
    1761         color: #000;
    1762         background: none;
    1763         border-color: #ccc;
    1764         border-bottom-color: #f1f1f1;
    1765 }
    1766 
    1767 h2.nav-tab-wrapper, h3.nav-tab-wrapper {
    1768         border-bottom-color: #ccc;
    1769 }
    1770 
    1771 #upload-form label {
    1772         color: #777;
    1773 }
    1774 
    1775 /* Begin About Pages */
    1776 .about-wrap h1 {
    1777         color: #333;
    1778 }
    1779 
    1780 .about-text {
    1781         color: #777;
    1782 }
    1783 
    1784 .wp-badge {
    1785         background-color: #0074a2;
    1786         color: #78c8e6;
    1787         -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    1788         box-shadow:         0 1px 3px rgba(0,0,0,0.2);
    1789 }
    1790 
    1791 .about-wrap h2 .nav-tab-active {
    1792         border-color: #ccc;
    1793         border-bottom-color: #f1f1f1;
    1794 }
    1795 
    1796 .about-wrap h2,
    1797 .about-wrap h3,
    1798 .about-wrap h4 {
    1799         color: #222;
    1800 }
    1801 
    1802 .about-wrap .feature-section .col-2:before,
    1803 .about-wrap .feature-section .col-2:after,
    1804 .about-wrap .feature-section.two-col p:before {
    1805         color: #1e8cbe;
    1806 }
    1807 
    1808 .about-wrap .point-releases {
    1809         border-bottom: 1px solid #dfdfdf;
    1810 }
    1811 
    1812 .about-wrap .point-releases h3 {
    1813         border-top-color: #dfdfdf;
    1814 }
    1815 
    1816 .about-wrap li.wp-person img.gravatar {
    1817         border-color: #ccc;
    1818 }
    1819 
    1820 .about-wrap li.wp-person .title {
    1821         color: #464646;
    1822 }
    1823 
    1824 .freedoms-php .about-wrap ol li {
    1825         color: #999;
    1826 }
    1827 
    1828 .freedoms-php .about-wrap ol p {
    1829         color: #464646;
    1830 }
    1831 
    1832 /* End About Pages */
    1833 
    1834 /* Press This and Image editing icons */
    1835 
    1836 .pressthis a span:before {
    1837         color:#777;
    1838 }
    1839 
    1840 .imgedit-menu div {
    1841         color:#777;
    1842 }
    1843 
    1844 .imgedit-menu div:hover {
    1845         color:#333;
    1846 }
    1847 
    1848 /* End Press This and Image editing icons */
    1849 
    1850 /* TinyMCE modal */
    1851 
    1852 .clearlooks2 {
    1853         box-shadow: 0 5px 15px rgba(0,0,0,0.7);
    1854 }
    1855 
    1856 .clearlooks2 .mceMiddle span,
    1857 .clearlooks2 .mceMiddle .mceLeft,
    1858 .clearlooks2 .mceMiddle .mceRight,
    1859 .clearlooks2 .mceBottom,
    1860 .clearlooks2 .mceBottom .mceLeft,
    1861 .clearlooks2 .mceBottom .mceCenter,
    1862 .clearlooks2 .mceBottom .mceRight {
    1863         background-color: #fcfcfc;
    1864 }
    1865 
    1866 .clearlooks2 .mceTop span,
    1867 .clearlooks2 .mceFocus .mceTop span {
    1868         color: #222;
    1869 }
    1870 
    1871 .clearlooks2 .mceClose:before {
    1872         color: #999;
    1873 }
    1874 
    1875 .clearlooks2 .mceClose:hover:before {
    1876         color: #2ea2cc;
    1877 }
    1878 
    1879 
    1880 /* Lightbox */
    1881 
    1882 .sticky-menu #TB_window {
    1883         background: #f1f1f1;
    1884 }
    1885 
    1886 /* tinymce */
    1887 a .mceIcon, .mceAction {
    1888         color:#777;
    1889 }
    1890 
    1891 a .mceIcon:hover {
    1892         color:#333;
    1893 }
    1894 
    1895 /* Log in page */
    1896 
    1897 .login form .input,
    1898 .login input[type="text"],
    1899 .login form input[type="checkbox"] {
    1900         background: #fbfbfb;
    1901 }
    1902 
    1903 .login form {
    1904         background: #fff;
    1905         -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
    1906         box-shadow: 0 1px 3px rgba(0,0,0,0.13);
    1907 }
    1908 
    1909 body.login {
    1910         background: #f1f1f1;
    1911 }
    1912 
    1913 .login #nav a,
    1914 .login #backtoblog a {
    1915         text-decoration: none;
    1916         color: #999;
    1917 }
    1918 
    1919 .login #nav a:hover,
    1920 .login #backtoblog a:hover {
    1921         color: #2ea2cc;
    1922 }
    1923 
    1924 .login h1 a:hover {
    1925         color: #2ea2cc;
    1926 }
    1927 
    1928 @media print,
    1929   (-o-min-device-pixel-ratio: 5/4),
    1930   (-webkit-min-device-pixel-ratio: 1.25),
    1931   (min-resolution: 120dpi) {
    1932         .curtime #timestamp,
    1933         #screen-meta-links a.show-settings,
    1934         .widget-top a.widget-action,
    1935         .widget-top a.widget-action:hover,
    1936         .sidebar-name-arrow,
    1937         .sidebar-name:hover .sidebar-name-arrow,
    1938         .meta-box-sortables .postbox:hover .handlediv,
    1939         .tagchecklist span a,
    1940         #bulk-titles div a,
    1941         .tagchecklist span a:hover,
    1942         #bulk-titles div a:hover,
    1943         .wp_themeSkin .mceToolbar span.mce_undo,
    1944         .wp_themeSkin .mceToolbar span.mce_redo,
    1945         .wp_themeSkin .mceToolbar span.mce_bullist,
    1946         .wp_themeSkin .mceToolbar span.mce_numlist,
    1947         .wp_themeSkin .mceToolbar span.mce_blockquote,
    1948         .wp_themeSkin .mceToolbar span.mce_charmap,
    1949         .wp_themeSkin .mceToolbar span.mce_bold,
    1950         .wp_themeSkin .mceToolbar span.mce_italic,
    1951         .wp_themeSkin .mceToolbar span.mce_underline,
    1952         .wp_themeSkin .mceToolbar span.mce_justifyleft,
    1953         .wp_themeSkin .mceToolbar span.mce_justifyright,
    1954         .wp_themeSkin .mceToolbar span.mce_justifycenter,
    1955         .wp_themeSkin .mceToolbar span.mce_justifyfull,
    1956         .wp_themeSkin .mceToolbar span.mce_indent,
    1957         .wp_themeSkin .mceToolbar span.mce_outdent,
    1958         .wp_themeSkin .mceToolbar span.mce_link,
    1959         .wp_themeSkin .mceToolbar span.mce_unlink,
    1960         .wp_themeSkin .mceToolbar span.mce_help,
    1961         .wp_themeSkin .mceToolbar span.mce_removeformat,
    1962         .wp_themeSkin .mceToolbar span.mce_fullscreen,
    1963         .wp_themeSkin .mceToolbar span.mce_wp_fullscreen,
    1964         .wp_themeSkin .mceToolbar span.mce_media,
    1965         .wp_themeSkin .mceToolbar span.mce_pastetext,
    1966         .wp_themeSkin .mceToolbar span.mce_pasteword,
    1967         .wp_themeSkin .mceToolbar span.mce_wp_help,
    1968         .wp_themeSkin .mceToolbar span.mce_wp_adv,
    1969         .wp_themeSkin .mceToolbar span.mce_wp_more,
    1970         .wp_themeSkin .mceToolbar span.mce_strikethrough,
    1971         .wp_themeSkin .mceToolbar span.mce_spellchecker,
    1972         .wp_themeSkin .mceToolbar span.mce_forecolor,
    1973         .wp_themeSkin .mceToolbar .mce_forecolorpicker,
    1974         .wp_themeSkin .mceToolbar .mceSplitButton .mce_spellchecker span.mce_spellchecker,
    1975         .wp_themeSkin .mceToolbar .mceSplitButton .mce_forecolor span.mce_forecolor,
    1976         .wp_themeSkin .mceToolbar .mceSplitButton span.mce_numlist,
    1977         .wp_themeSkin .mceToolbar .mceSplitButton span.mce_bullist {
    1978                 background: none !important;
    1979         }
    1980 }
  • src/wp-admin/css/wp-admin.css

     
    8585#adminmenu,
    8686#adminmenu .wp-submenu {
    8787        width: 160px;
     88        background-color: #222;
    8889}
    8990
    9091#adminmenuback {
     
    242243        display: none;
    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,
    247288input[type="text"],
     
    259300
    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;
    266308        display: inline-block;
     
    276318        -webkit-appearance: none;
    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);
    279323}
    280324
     325.wp-core-ui input[type="reset"]:hover,
     326.wp-core-ui input[type="reset"]:active {
     327        color: #2ea2cc;
     328}
     329
    281330td > input[type="checkbox"],
    282331.wp-admin p input[type=checkbox],
    283332.wp-admin p input[type=radio] {
     
    298347        line-height: 10px;
    299348}
    300349
     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);
     359}
     360
    301361input[type=checkbox]:disabled,
    302362input[type=radio]:disabled,
    303363input[type=checkbox]:disabled:checked:before,
     
    320380input[type=checkbox]:checked:before {
    321381        content: '\f147';
    322382        margin: -3px 0 0 -4px;
     383        color: #1e8cbe;
    323384}
    324385
    325386input[type=radio]:checked:before {
     
    331392        height: 6px;
    332393        margin: 4px;
    333394        line-height: 16px;
     395        background-color: #1e8cbe;
    334396}
    335397
     398input.readonly, textarea.readonly {
     399        background-color: #ddd;
     400}
     401
    336402@-moz-document url-prefix() {
    337403        input[type=checkbox],
    338404        input[type=radio],
     
    363429        padding: 0;
    364430}
    365431
     432html {
     433        background: #f1f1f1;
     434}
     435
    366436body {
     437        color: #444;
    367438        font-family: "Open Sans", sans-serif;
    368439        font-size: 13px;
    369440        line-height: 1.4em;
     
    376447}
    377448
    378449body.login {
    379         background: #fbfbfb;
     450        background: #f1f1f1;
    380451        min-width: 0;
    381452}
    382453
     
    418489        line-height: 1.4;
    419490}
    420491
     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;
     503}
     504
    421505a,
    422506input[type="text"],
    423507input[type="password"],
     
    435519        padding: 3px 0;
    436520}
    437521
     522a:hover,
     523a:active {
     524        color: #2ea2cc;
     525}
     526
     527a:focus {
     528        color: #124964;
     529}
     530
    438531a:focus,
    439532a:active {
    440533        outline: thin dotted;
     
    501594}
    502595
    503596h2 {
     597        color: #222;
    504598        font-size: 1.5em;
    505599        margin: .83em 0;
    506600        font-weight: 400;
    507601}
    508602
    509603h3 {
     604        color: #222;
    510605        font-size: 1.3em;
    511606        margin: 1em 0;
    512607}
     
    584679code {
    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}
    589686
     
    593690        padding: 0;
    594691        font-size: 13px;
    595692        float: left;
     693        color: #666;
    596694}
    597695
    598696.subsubsub a {
     
    619717        white-space: nowrap;
    620718}
    621719
    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 }
    649 
    650720/* .widefat - main style for tables */
    651721.widefat {
    652722        border-spacing: 0;
     
    667737.widefat th {
    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}
    673749
     
    801877div.updated,
    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;
    815899}
    816900
     901.attention {
     902        color: #2ea2cc;
     903}
     904
    817905.wrap h2,
    818906.subtitle {
    819907        font-weight: normal;
     
    828916}
    829917
    830918.subtitle {
     919        color: #777;
    831920        font-size: 14px;
    832921        padding-left: 25px;
    833922}
     
    841930        text-decoration: none;
    842931        border: none;
    843932        border-radius: 2px;
     933        background: #e0e0e0;
    844934        text-shadow: none;
    845935        font-weight: 600;
    846936        font-size: 13px;
    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;
    856950}
     
    864958input[type="tel"],
    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;
    869965}
     
    890986.widgets-chooser ul,
    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);
    896994}
     
    9041002   color: #a9a9a9;
    9051003}
    9061004
     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;
     1075}
     1076
    9071077/*------------------------------------------------------------------------------
    9081078  1.0 - Text Styles
    9091079------------------------------------------------------------------------------*/
     
    9271097        line-height: 1.4em;
    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}
    9341118
     
    9471131/* New Menu icons */
    9481132
    9491133.icon16:before {
     1134        color: #999;
    9501135        font: normal 20px/1 'dashicons';
    9511136        speak: none;
    9521137        padding: 6px 0;
     
    10711256}
    10721257
    10731258.howto {
     1259        color: #666;
    10741260        font-style: italic;
    10751261        display: block;
    10761262}
     
    11221308        -webkit-border-bottom-right-radius: 3px;
    11231309        border-bottom-left-radius: 3px;
    11241310        border-bottom-right-radius: 3px;
     1311        border: none;
    11251312}
    11261313
    11271314form p.submit a.cancel:hover {
     
    11471334        padding-top: 0;
    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,
    11581358#search-plugins-table .plugins a.delete:hover,
     
    11601360#media-items 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;
    11651366}
     
    12241425        margin-left: 1em;
    12251426}
    12261427
     1428#upload-form label {
     1429        color: #777;
     1430}
     1431
    12271432label,
    12281433#your-profile label + a {
    12291434        vertical-align: middle;
     
    12561461}
    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;
    12631468        padding: 3px 5px;
     
    12651470        width: 200px;
    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;
    12701496}
     
    13081534        z-index: 10000;
    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
    13151541.ui-autocomplete li {
     
    13221548        display: block;
    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}
    13301558
     
    13641592        padding: 6px 10px 8px;
    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;
    13771597        text-align: right;
     
    13991619        padding-bottom: 7px;
    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
    14061625.side-info ul {
    14071626        margin: 0;
    14081627        padding-left: 18px;
    14091628        list-style: square;
     1629        color: #666;
    14101630}
    14111631
    14121632.approve,
     
    14381658        font-size: 14px;
    14391659        text-align: left;
    14401660        margin: 25px 20px 0 2px;
    1441 }
     1661        background-color: #fff;
     1662        border-left: 4px solid #ffba00;
    14421663
    1443 .plugins .plugin-update {
    1444         padding: 0;
     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);
    14451666}
    14461667
    1447 .plugin-update .update-message {
    1448         margin: 0 10px 8px 31px;
    1449         font-weight: 600;
     1668.update-message {
     1669        color: #000;
    14501670}
    14511671
    14521672ul#dismissed-updates {
     
    15331753        display: none;
    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
    15381763#screen-options-link-wrap,
     
    15401765        float: right;
    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
    15451775#screen-meta-links .screen-meta-toggle {
     
    15471777        top: 0;
    15481778}
    15491779
     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);
     1794}
     1795
    15501796#screen-meta-links a.show-settings {
    15511797        display: block;
    15521798        font-size: 13px;
     
    15691815        -webkit-font-smoothing: antialiased;
    15701816        -moz-osx-font-smoothing: grayscale;
    15711817        text-decoration: none !important;
     1818        color: #bbb;
    15721819}
    15731820
    15741821#screen-meta-links a.screen-meta-active:after {
     
    16401887        bottom: 0;
    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
    16471896#contextual-help-wrap.no-sidebar #contextual-help-back {
     
    16751924        padding: 5px 5px 5px 12px;
    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;
    16811930}
    16821931
     1932.contextual-help-tabs a:hover {
     1933        color: #333;
     1934}
     1935
    16831936.contextual-help-tabs .active {
    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);
    16881944}
    16891945
     1946.contextual-help-tabs .active a {
     1947        border-color: #e1e1e1;
     1948        color: #333;
     1949}
     1950
    16901951.contextual-help-tabs-wrap {
    16911952        padding: 0 20px;
    16921953        overflow: auto;
     
    17412002        display: block;
    17422003        line-height: 18px;
    17432004        padding: 2px 5px;
     2005        color: #eee;
    17442006}
    17452007
     2008#adminmenu a:hover,
     2009#adminmenu li.menu-top > a:focus,
     2010#adminmenu .wp-submenu a:hover {
     2011        color: #2ea2cc;
     2012}
     2013
    17462014#adminmenu li.menu-top {
    17472015        border: none;
    17482016        min-height: 34px;
     
    17632031.folded #adminmenu .wp-has-current-submenu .wp-submenu {
    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);
    17662038}
    17672039
     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;
     2044}
     2045
    17682046.js #adminmenu .sub-open,
    17692047.js #adminmenu .opensub .wp-submenu,
    17702048#adminmenu a.menu-top:focus + .wp-submenu,
     
    17872065        margin-top: 0;
    17882066        -webkit-box-shadow: none;
    17892067        box-shadow: none;
     2068        background-color: #333;
    17902069}
    17912070
     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;
     2080}
     2081
    17922082.folded #adminmenu .wp-submenu.sub-open,
    17932083.folded #adminmenu .opensub .wp-submenu,
    17942084.folded #adminmenu .wp-has-current-submenu .wp-submenu.sub-open,
     
    18192109        padding: 6px 0;
    18202110}
    18212111
     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;
     2119}
     2120
    18222121#adminmenu .wp-not-current-submenu li > a,
    18232122.folded #adminmenu .wp-has-current-submenu li > a {
    18242123        padding-right: 16px;
     
    18952194        transition: all .1s ease-in-out;
    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;
    19002215        height: 30px;
     
    19392254ul#adminmenu a.wp-has-current-submenu:after,
    19402255ul#adminmenu > li.current > a.current:after {
    19412256        right: 0;
    1942         border: solid transparent;
     2257        border: solid 8px transparent;
    19432258        content: " ";
    19442259        height: 0;
    19452260        width: 0;
    19462261        position: absolute;
    19472262        pointer-events: none;
    1948         border-width: 8px;
     2263        border-right-color: #f1f1f1;
    19492264        top: 50%;
    19502265        margin-top: -8px;
    19512266}
     
    19802295        top: 18px;
    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,
    19852304#adminmenu li.opensub > a.menu-top,
    19862305#adminmenu li > a.menu-top:focus {
    19872306        position: relative;
     2307        background-color: #111;
    19882308}
    19892309
    19902310.folded #adminmenu li.menu-top:hover,
     
    20002320}
    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;
    20212339        padding: 8px 4px 8px 11px;
     
    20312349#adminmenu span.update-plugins,
    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;
    20362356        font-weight: 600;
     
    20482368        padding: 0 6px;
    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 {
    20532379        display: none;
     
    20572383        font-size: 13px;
    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;
    20602390}
    20612391
     2392#adminmenu #collapse-menu:hover,
     2393#collapse-menu:hover #collapse-button div:after {
     2394        color: #2ea2cc;
     2395}
     2396
    20622397.folded #collapse-menu span {
    20632398        display: none;
    20642399}
     
    20892424        line-height: 15px;
    20902425        left: -3px;
    20912426        top: -3px;
     2427        color: #aaa;
    20922428        font: normal 20px/1 'dashicons' !important;
    20932429        speak: none;
    20942430        margin: 0 auto;
     
    22512587        cursor: pointer;
    22522588        background-position: center -80px;
    22532589        background-repeat: no-repeat;
     2590        color: #fff;
    22542591}
    22552592
    22562593.post-com-count:after {         /* draw bubble connector using CSS! */
     
    22592596        width: 0;
    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}
    22652602
     
    22732610        display: inline-block;
    22742611        -webkit-border-radius: 5px;
    22752612        border-radius: 5px;
     2613        background-color: #bbb;
     2614        color: #fff;
    22762615}
    22772616
     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;
     2627}
     2628
    22782629strong .post-com-count {
    22792630        background-position: center -55px;
    22802631}
    22812632
    2282 .post-com-count:hover {
    2283         background-position: center -3px;
     2633strong .post-com-count span {
     2634        background-color: #0074a2;
    22842635}
    22852636
     2637strong .post-com-count:after {
     2638        border-top: 5px solid #0074a2;
     2639}
     2640
    22862641.column-response .post-com-count {
    22872642        float: left;
    22882643        margin-right: 5px;
     
    23152670        -webkit-font-smoothing: antialiased;
    23162671        -moz-osx-font-smoothing: grayscale;
    23172672        text-decoration: none !important;
     2673        color: #444;
    23182674}
    23192675
    23202676/*------------------------------------------------------------------------------
     
    23402696.widefat th,
    23412697.widefat td {
    23422698        overflow: hidden;
     2699        color: #555;
    23432700}
    23442701
    23452702.widefat th {
    23462703        font-weight: normal;
    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;
    23512713}
    23522714
     2715.widefat p,
     2716.widefat ol,
     2717.widefat ul {
     2718        color: #333;
     2719}
     2720
    23532721.widefat .column-comment p {
    23542722        margin: 0.6em 0;
    23552723}
     
    26052973}
    26062974
    26072975.sortable-placeholder {
    2608         border-width: 1px;
    2609         border-style: dashed;
     2976        border: 1px dashed #bbb;
    26102977        margin-bottom: 20px;
    26112978}
    26122979
     
    26613028        margin-bottom: 0;
    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;
    26663038}
     
    26873059        min-height: 100px;
    26883060}
    26893061
     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;
     3074}
     3075
    26903076#the-comment-list td.comment p.comment-author {
    26913077        margin-top: 0;
    26923078        margin-left: 0;
     
    27153101        overflow: auto;
    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;
    27203110}
     
    27353125        font-size: 14px;
    27363126}
    27373127
     3128.welcome-panel p {
     3129        color: #777;
     3130}
     3131
     3132.welcome-panel a {
     3133        text-decoration: none;
     3134}
     3135
    27383136.welcome-panel .about-description {
    27393137        font-size: 16px;
    27403138        margin: 0;
     
    27533151#welcome-panel.welcome-panel .welcome-panel-close::before,
    27543152.tagchecklist span a:before,
    27553153#bulk-titles div a:before {
     3154        background: none;
     3155        color: #bbb;
    27563156        content: '\f153';
    27573157        display: block !important;
    27583158        font: normal 16px/1 'dashicons';
     
    27643164        -webkit-font-smoothing: antialiased !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;
    27693175        left: -18px;
     
    28083214
    28093215.welcome-panel-column p {
    28103216        margin-top: 7px;
     3217        color: #464646;
    28113218}
    28123219
    28133220.welcome-panel .welcome-icon {
     
    28173224}
    28183225
    28193226.welcome-panel .welcome-icon:before {
     3227        color: #888;
    28203228        font: normal 20px/1 'dashicons';
    28213229        speak: none;
    28223230        display: inline-block;
     
    28963304        margin-top: 0;
    28973305}
    28983306
     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;
     3314}
     3315
    28993316.rssSummary {
    29003317        color: #777;
    29013318        margin-top: 4px;
     
    32913708}
    32923709
    32933710/* Dashboard activity widget - Comments */
     3711/* @todo: needs serious de-duplication */
    32943712
    32953713#activity-widget #the-comment-list tr.undo,
    32963714#activity-widget #the-comment-list div.undo {
     
    33363754        border-top: 1px solid #eeeeee;
    33373755}
    33383756
     3757#activity-widget #the-comment-list .unapproved {
     3758        background-color: #fefaf7;
     3759}
     3760
    33393761#activity-widget #the-comment-list .unapproved:before {
    33403762        content: "";
    33413763        display: block;
     
    34393861        width: 80px;
    34403862}
    34413863
     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;
     3876}
     3877
    34423878#comments-form .fixed .column-author {
    34433879        width: 20%;
    34443880}
     
    35123948        -webkit-font-smoothing: antialiased;
    35133949        -moz-osx-font-smoothing: grayscale;
    35143950        text-decoration: none !important;
     3951        color: #444;
    35153952}
    35163953
    35173954.column-comments .sorting-indicator:before {
     
    35864023        padding: 7px 7px 8px 10px;
    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 {
    35914039        padding: 8px 0;
     
    36444092        display: block;
    36454093        cursor: default;
    36464094        height: 30px;
     4095        color: #555;
    36474096        line-height: 30px;
    36484097        font-size: 12px;
    36494098}
     
    36614110
    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;
    36774139}
     
    36854147        margin-right: 20px;
    36864148}
    36874149
     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;
     4166}
     4167
    36884168.view-switch {
    36894169        float: right;
    36904170        margin: 5px 16px 0 8px;
     
    37054185}
    37064186
    37074187.view-switch > a:before {
     4188        color: #bbb;
    37084189        content: '\f163';
    37094190        display: inline-block;
    37104191        float: left;
     
    37164197        -moz-osx-font-smoothing: grayscale;
    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;
    37214210        content: '\f164';
     
    39244413}
    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;
    39354418}
     
    39524435
    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
    39624445#bulk-titles {
    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;
    39694451        margin: 0 0 5px;
     
    40624544        width: 100%;
    40634545        outline: none;
    40644546        margin: 0;
     4547        background-color: #fff;
    40654548}
    40664549
    40674550#titlediv #title-prompt-text {
     
    41014584        min-height: 25px; /* Yes, line-height + 1 */
    41024585        margin-top: 5px;
    41034586        padding: 0 10px;
     4587        color: #666;
    41044588}
    41054589
    41064590#edit-slug-box .cancel {
     
    41124596        display: none;
    41134597}
    41144598
     4599#editable-post-name {
     4600        background-color: #fffbcc;
     4601}
     4602
    41154603#editable-post-name input {
    41164604        font-size: 13px;
    41174605        height: 22px;
     
    41274615        text-align: left;
    41284616        padding: 12px 10px 10px;
    41294617        font-size: 11px;
     4618        background-color: #464646;
     4619        color: #ccc;
    41304620}
    41314621
    41324622.submitbox .submitdelete {
     
    41344624        padding: 1px 2px;
    41354625}
    41364626
     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;
     4632}
     4633
    41374634.submitbox .submit a:hover {
    41384635        text-decoration: underline;
    41394636}
     
    41604657.postbox {
    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
    41654666#trackback_url {
     
    42044705        text-decoration: none;
    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;
    42094720}
     
    42414752}
    42424753
    42434754ul.category-tabs li {
    4244         border-style: solid;
    4245         border-width: 1px;
     4755        border: solid 1px transparent;
    42464756        position: relative;
    42474757}
    42484758
     4759ul.category-tabs li.tabs {
     4760        border-color: #dfdfdf #dfdfdf #fdfdfd;
     4761        background-color: #fdfdfd;
     4762}
     4763
    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
    42554771ul.add-menu-item-tabs li.tabs {
     
    43174833#post-status-info {
    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
    43224843#post-status-info td {
     
    44784999
    44795000#postcustomstuff thead th {
    44805001        padding: 5px 8px 8px;
     5002        background-color: #f1f1f1;
    44815003}
    44825004
    44835005#postcustom #postcustomstuff .submit {
     
    45045026#postcustomstuff table {
    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
    45125034#postcustomstuff tr {
     
    45795101        position: fixed;
    45805102        top: 0;
    45815103        height: 82px;
     5104        background: #fff;
     5105        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    45825106}
    45835107
    45845108.revisions-tickmarks {
     
    45905114        -moz-box-sizing: border-box;
    45915115        -webkit-box-sizing: border-box;
    45925116        box-sizing: border-box;
     5117        background-color: #fff;
    45935118}
    45945119
    45955120.revisions-tickmarks > div {
    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;
    46025126        box-sizing: border-box;
     
    46755199
    46765200.revisions-meta {
    46775201        margin-top: 20px;
     5202        background-color: #fff;
     5203        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    46785204}
    46795205
     5206.revisions.pinned .revisions-meta {
     5207        box-shadow: none;
     5208}
     5209
    46805210.revision-toggle-compare-mode {
    46815211        position: absolute;
    46825212        top: 0;
     
    47315261
    47325262.revisions-diff {
    47335263        padding: 15px;
     5264        background-color: #fff;
     5265        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    47345266}
    47355267
    47365268.revisions-diff h3:first-child {
     
    47945326        text-decoration: none;
    47955327}
    47965328
     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;
     5343}
     5344
    47975345.diff-meta {
    47985346        padding: 5px;
    47995347        clear: both;
     
    49185466
    49195467.revisions-tooltip,
    49205468.revisions-tooltip-arrow > span {
    4921         border-width: 1px;
    4922         border-style: solid;
     5469        border: 1px solid #d7d7d7;
     5470        background-color: #fff;
    49235471}
    49245472
    4925 
    4926 
    4927 
    49285473.revisions-tooltip {
    49295474        display: none;
    49305475}
     
    49425487
    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
    49475494.arrow.top {
     
    49845531 /* jQuery UI Slider */
    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;
    49915537}
     
    50005546        z-index: 2;
    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;
    50055560        position: absolute;
    50065561        top: 0;
    50075562        left: 0;
     5563        color: #fff;
    50085564        content: "\f229";
    50095565        font: normal 18px/1 'dashicons';
    50105566        speak: none;
     
    51245680        -moz-osx-font-smoothing: grayscale;
    51255681}
    51265682
     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;
     5694}
     5695
    51275696#post-formats-select {
    51285697        line-height: 2em;
    51295698}
     
    52575826        max-height: 200px;
    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
    52645833div.tabs-panel-active {
     
    53165885p.description,
    53175886.form-wrap p {
    53185887        margin: 2px 0 5px;
     5888        color: #666;
    53195889}
    53205890
    53215891p.help,
     
    54115981        position: absolute;
    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
    54185988.wp-customizer .ac_results {
     
    54225992.ac_results li {
    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}
    54316003
     
    54736045.media-item .describe {
    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;
    54806051}
     
    55556126        padding: 0 5px;
    55566127}
    55576128
    5558 abbr.required {
    5559         border: medium none;
    5560         text-decoration: none;
    5561 }
    5562 
    55636129.media-item .describe input[type="text"],
    55646130.media-item .describe textarea {
    55656131        width: 460px;
     
    55886154}
    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;
    55956160        width: 100%;
     
    57126277        padding: 33px 0 51px;
    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;
    57216288        line-height: 2em;
     
    57296296        overflow: auto;
    57306297        padding: 6px;
    57316298        height: 100%;
     6299        background-color: #fff;
    57326300}
    57336301
    5734 .find-box-search {
     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
    57406311.find-box-search .spinner {
     
    57696340        width: 15px;
    57706341}
    57716342
    5772 .find-box-buttons {
    5773         padding: 8px;
    5774         overflow: hidden;
    5775 }
    5776 
    57776343.find-box #resize-se {
    57786344        position: absolute;
    57796345        right: 1px;
     
    58066372#poststuff .inside .the-tagcloud {
    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;
    58136378        -webkit-border-radius: 6px;
     
    59636528.imgedit-menu div {
    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;
    59696535        -webkit-font-smoothing: antialiased;
    59706536        -moz-osx-font-smoothing: grayscale;
    59716537        text-align: center;
    59726538        line-height: 28px;
     6539        color: #777;
    59736540}
    59746541
    59756542.imgedit-menu div:before {
     
    59786545        vertical-align: middle;
    59796546}
    59806547
     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;
     6559}
     6560
    59816561.imgedit-crop:before {
    59826562        content:'\f165';
    59836563}
     
    61186698
    61196699.form-table th,
    61206700.form-wrap label {
     6701        color: #222;
    61216702        font-weight: normal;
    61226703        text-shadow: none;
    61236704        vertical-align: baseline;
     
    61696750.commentlist li {
    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
    61766756.commentlist li li {
     
    61836763        margin: 0 0 .8em;
    61846764}
    61856765
    6186 /* reply to comments */
    6187 #replyrow input {
    6188         border-width: 1px;
    6189         border-style: solid;
     6766#submitted-on,
     6767.submitted-on {
     6768        color: #777;
    61906769}
    61916770
     6771/* reply to comments */
    61926772#replyrow td {
    61936773        padding: 2px;
    61946774}
     
    62476827        box-shadow: none;
    62486828}
    62496829
     6830#replyerror {
     6831        border-color: #ddd;
     6832        background-color: #f9f9f9;
     6833}
     6834
    62506835.comment-php .wp-editor-area {
    62516836        height: 200px;
    62526837}
     
    62966881        vertical-align: text-top;
    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;
    63016900}
    63026901
     6902#the-comment-list .approve a {
     6903        color: #006505;
     6904}
    63036905
     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;
     6932}
     6933
     6934
    63046935/*------------------------------------------------------------------------------
    63056936  16.0 - Themes
    63066937------------------------------------------------------------------------------*/
     
    73808011        width: 300px;
    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
    73898020.available-theme img {
     
    74918122        }
    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;
    74998129}
    75008130
     8131#TB_window {
     8132        border: 1px solid #333;
     8133}
     8134
    75018135#TB_window #TB_title {
    75028136        background-color: #222;
    75038137        color: #cfcfcf;
    75048138}
    75058139
     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}
    75068146
     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;
     8150}
     8151
     8152
    75078153/*------------------------------------------------------------------------------
    75088154  16.3 - Custom Header Screen
    75098155------------------------------------------------------------------------------*/
     
    75588204  17.0 - Plugins
    75598205------------------------------------------------------------------------------*/
    75608206
     8207/* @todo: what is this doing here */
    75618208#dashboard_right_now .versions .b,
    75628209#post-status-display,
    75638210#post-visibility-display,
     
    75748221        font-weight: 600;
    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;
    75798236        padding: 0;
     
    76088265        padding: 10px 9px;
    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;
    76178280}
    76188281
     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;
     8326}
     8327
    76198328#wpbody-content .plugins .plugin-title,
    76208329#wpbody-content .plugins .theme-title {
    76218330        padding-right: 12px;
     
    76438352}
    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;
    76568368        font: normal 20px/1 'dashicons';
     
    76618373        vertical-align: top;
    76628374}
    76638375
     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;
     8390}
     8391
    76648392.plugin-install-php h4 {
    76658393        margin: 2.5em 0 8px;
    76668394}
     
    77938521}
    77948522
    77958523.pressthis a span:before {
     8524        color: #777;
    77968525        font: normal 20px/1 'dashicons';
    77978526        content:'\f157';
    77988527        position: relative;
     
    78488577        right: 0;
    78498578        padding: 10px 0;
    78508579        margin-right: 20px;
    7851         border-top-width: 1px;
    7852         border-top-style: solid;
     8580        color: #777;
    78538581}
    78548582
    78558583#wpfooter p {
     
    79088636
    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;
    79148643}
    79158644
     8645.about-wrap h4 {
     8646        color: #222;
     8647}
     8648
    79168649.about-wrap .about-text,
    79178650.about-wrap p.about-description,
    79188651.about-wrap li.wp-person a.web {
     
    79288661.about-text {
    79298662        margin: 1em 200px 1em 0;
    79308663        min-height: 60px;
     8664        color: #777;
    79318665        font-size: 24px;
    79328666}
    79338667
     
    79858719
    79868720.about-wrap .point-releases {
    79878721        margin-top: 5px;
     8722        border-bottom: 1px solid #dfdfdf;
    79888723}
    79898724
    79908725.about-wrap .changelog.point-releases h3 {
    79918726        padding-top: 35px;
    79928727}
    79938728
     8729/* @todo: what is this for? */
    79948730.about-wrap .changelog.point-releases h3:first-child {
    79958731        padding-top: 7px;
    79968732}
     
    79988734/* WordPress Version Badge */
    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;
    80078744        font-weight: 600;
     
    80118748        display: inline-block;
    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
    80168756
     
    80348774        border-width: 1px;
    80358775}
    80368776
    8037 .about-wrap h2 .nav-tab-active {
    8038         font-weight: bold;
    8039 }
    8040 
    80418777/* Changelog / Update screen */
    80428778
    80438779.about-wrap .feature-section {
     
    81658901        height: 30px;
    81668902}
    81678903
     8904/* @todo: combine this */
    81688905.about-wrap li.wp-person {
    81698906        height: 70px;
    81708907        width: 280px;
     
    83379074        margin-left: 15px;
    83389075        padding: 0;
    83399076        border-radius: 50%;
     9077        color: #777;
    83409078        text-decoration: none;
    83419079}
    83429080
     9081.wp-full-overlay a.collapse-sidebar:hover {
     9082        color: #0074a2;
     9083}
     9084
    83439085.wp-full-overlay.collapsed .collapse-sidebar {
    83449086        position: absolute;
    83459087        left: 100%;
     
    83599101        border-radius: 50%;
    83609102        float: left;
    83619103        content: "\f148";
     9104        background: #eee;
    83629105        font: normal 20px/1 'dashicons';
    83639106        speak: none;
    83649107        display: block;
     
    85619304------------------------------------------------------------------------------*/
    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;
    85689313        display: inline-block;
     
    85719316        margin: -4px 4px -1px 0;
    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;
    85909340}
     
    86409390}
    86419391
    86429392.row-actions {
     9393        color: #ddd;
    86439394        font-size: 13px;
    86449395        visibility: hidden;
    86459396        padding: 2px 0 0;
     
    87259476        max-width: 100%;
    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"] {
    87309494        max-width: 80%;
     
    87769540        display: block;
    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;
    87859548        transition: none;
     
    87959558        padding: 0;
    87969559}
    87979560
     9561/* @todo: remove border radius */
    87989562#sidemenu a.current {
    87999563        font-weight: normal;
    88009564        padding-left: 6px;
     
    88039567        -webkit-border-top-right-radius: 3px;
    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
    88109576#sidemenu li a .count-0 {
     
    90149780}
    90159781
    90169782#dashboard-widgets h4 {
     9783        color: #222;
    90179784        font-weight: normal;
    90189785        font-size: 14px;
    90199786        margin: 0 0 .2em;
     
    90309797        position: relative;
    90319798}
    90329799
     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;
     9807}
     9808
    90339809#activity-widget #latest-comments #the-comment-list .comment-item {
    90349810        padding: 1em 12px;
    90359811}
     
    92129988        padding: 26px 24px 46px;
    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
    92179997.login form .forgetmenot {
     
    929410074        margin: 16px 0 0 0;
    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"] {
    929910091        font-size: 24px;
     
    930310095        margin: 2px 6px 16px 0;
    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;
    931310109        text-align: center;
     
    944310239}
    944410240
    944510241.is-submenu {
     10242        color: #999;
    944610243        font-style: italic;
    944710244        font-weight: normal;
    944810245        margin-left: 4px;
     
    945210249        margin-top: 23px;
    945310250        padding: 10px;
    945410251        overflow: hidden;
     10252        background: #fbfbfb;
    945510253}
    945610254
    945710255.manage-menus select {
     
    947810276}
    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}
    948510282
     
    951210309}
    951310310
    951410311.theme-location-set {
     10312        color: #999;
    951510313        font-size: 11px;
    951610314}
    951710315
     
    952710325        margin-right: 20px;
    952810326        margin-top: -3px;
    952910327        width: 100%;
     10328        background: #f5f5f5;
    953010329}
    953110330
    953210331#menu-management .menu-edit {
     
    953510334
    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
    954210342#nav-menu-header,
     
    954510345}
    954610346
    954710347#nav-menu-header {
    9548         border-bottom: 1px solid;
     10348        border-bottom: 1px solid #dfdfdf;
    954910349        margin-bottom: 0;
    955010350}
    955110351
     
    962510425}
    962610426
    962710427.js .input-with-default-title {
     10428        color: #aaa;
    962810429        font-style: italic;
    962910430}
    963010431
     
    968810489        padding: 0 2px;
    968910490}
    969010491
     10492/* @todo: is this actually used? */
    969110493#cancel-save {
    969210494        text-decoration: underline;
    969310495        font-size: 12px;
     
    977410576        margin-bottom: 10px;
    977510577}
    977610578
    9777 .nav-menus-php .list-container {
    9778         max-height: 200px;
    9779         overflow-y: auto;
    9780         padding: 10px 10px 5px;
    9781 }
    9782 
    978310579.nav-menus-php .postbox p.submit {
    978410580        margin-bottom: 0;
    978510581}
     
    984710643        word-wrap: break-word;
    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;
    985210652        border-color: #f1acb1;
     
    986210662
    986310663.menu li.deleting .menu-item-handle {
    986410664        background-image: none;
     10665        background-color: #f66;
    986510666}
    986610667
    986710668.menu-item-handle .item-title {
     
    992910730
    993010731/* Menu item controls */
    993110732.item-type {
     10733        color: #777;
    993210734        font-size: 12px;
    993310735        padding: 12px 10px;
    993410736        line-height: 18px;
     
    997910781        padding: 10px 0 10px 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
    998410790.menu-item-settings .field-move a {
     
    1000310809        display: block;
    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;
    1000810816}
     
    1006210870}
    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;
    1006810877}
    1006910878
     10879.nav-menus-php .submitbox .submitcancel:hover {
     10880        background: #0074a2;
     10881        color: #fff;
     10882}
     10883
    1007010884.nav-menus-php .major-publishing-actions .form-invalid {
    1007110885        padding-left: 4px;
    1007210886        margin-left: -4px;
    10073         border: 0 none;
    1007410887}
    1007510888
    1007610889/* Clearfix */
     
    1016210975        padding: 0 5px;
    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 {
    1017010983        font-weight: normal;
     
    1019111004}
    1019211005
    1019311006#plugin-information .action-button a {
     11007        background-color: #2ea2cc;
     11008        color: #fff;
    1019411009        text-align: center;
    1019511010        font-weight: 600;
    1019611011        text-decoration: none;
     
    1021811033        padding: 5px;
    1021911034        -webkit-border-top-left-radius: 3px;
    1022011035        border-top-left-radius: 3px;
     11036        background-color: #cee1ef;
    1022111037}
    1022211038
    1022311039#plugin-information .fyi ul {
     
    1022611042        list-style: none;
    1022711043        -webkit-border-bottom-left-radius: 3px;
    1022811044        border-bottom-left-radius: 3px;
     11045        background-color: #eaf3fa;
    1022911046}
    1023011047
    1023111048#plugin-information .fyi li {
     
    1027011087#plugin-information pre {
    1027111088        padding: 7px;
    1027211089        overflow: auto;
    10273         border-width: 1px;
    10274         border-style: solid;
     11090        border: 1px solid #ccc;
    1027511091}
    1027611092
     11093#plugin-information pre,
     11094#plugin-information code {
     11095        background-color: #ededff;
     11096}
     11097
    1027711098.plugin-version-author-uri {
    1027811099        font-size: 13px;
    1027911100}
     
    1028311104}
    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;
    1028911110}
    1029011111
     11112#wphead h1 a {
     11113        color: #464646;
     11114}
     11115
    1029111116.press-this #wphead {
    1029211117        height: 32px;
    1029311118        margin-left: 0;
     
    1044511270        margin-left: 5px;
    1044611271}
    1044711272
    10448 #TB_window {
    10449         border: 1px solid #333;
    10450 }
    10451 
    1045211273.press-this .postbox,
    1045311274.press-this .stuffbox {
    1045411275        margin-bottom: 10px;
     
    1050211323        font-size: 1.7em;
    1050311324        outline: none;
    1050411325        padding: 3px 4px;
    10505         border-color: #dfdfdf;
     11326        border: 1px solid #dfdfdf;
    1050611327}
    1050711328
    1050811329.press-this .actions {
     
    1074211563}
    1074311564
    1074411565.nonessential {
     11566        color: #666;
    1074511567        font-size: 11px;
    1074611568        font-style: italic;
    1074711569        padding-left: 12px;
     
    1081811640        line-height: 16px;
    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 {
    1082311656        min-width: 100%;
     
    1084911682
    1085011683/* Widget Sidebars */
    1085111684.sidebar-name {
    10852         border: none;
    1085311685        position: relative;
    1085411686        -webkit-box-sizing: border-box;
    1085511687        -moz-box-sizing: border-box;
     
    1092011752        padding: 4px 6px 4px 4px;
    1092111753}
    1092211754
     11755#widgets-left #available-widgets,
    1092311756div#widgets-left .widget-holder {
    1092411757        background: transparent;
    1092511758        border: none;
    1092611759}
    1092711760
     11761#widgets-left .widgets-holder-wrap {
     11762        border: none;
     11763        -webkit-box-shadow: none;
     11764        box-shadow: none;
     11765}
     11766
    1092811767#available-widgets .widget-action {
    1092911768        display: none;
    1093011769}
     
    1112511964        text-decoration: none !important;
    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;
    1113011985}
     
    1115212007        display: none;
    1115312008}
    1115412009
     12010.widget-inside {
     12011        background: #fff;
     12012}
     12013
    1115512014/* Dragging widgets over the available widget area show's a "Deactivate" message */
    1115612015#removing-widget {
    1115712016        display: none;
     
    1115912018        padding-left: 15px;
    1116012019        font-size: 12px;
    1116112020        line-height: 1;
     12021        color: black;
    1116212022}
    1116312023
     12024.js #removing-widget {
     12025        color: #2ea2cc;
     12026}
     12027
    1116412028.widget-control-noform,
    1116512029#access-off,
    1116612030.widgets_access .widget-action,
     
    1132312187        padding: 10px 20px 15px;
    1132412188        overflow: hidden;
    1132512189        background: #fff;
    11326         border-left: 1px solid #dfdfdf;
    11327         border-right: 1px solid #dfdfdf;
    1132812190}
    1132912191
    1133012192.accordion-section-title {
     
    1139212254        border-bottom: 1px solid #dfdfdf;
    1139312255}
    1139412256
     12257.sticky-menu #TB_window {
     12258        background: #f1f1f1;
     12259}
     12260
    1139512261.sticky-menu #TB_window .updated {
    1139612262        margin: 16px 0 0;
    1139712263}
     
    1159712463                background-image: url('../images/spinner-2x.gif');
    1159812464        }
    1159912465
     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;
     12479        }
     12480
    1160012481}
    1160112482
    1160212483/* =Localized CSS
  • src/wp-admin/includes/update-core.php

     
    603603'wp-admin/images/stars-rtl.png',
    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
    608611/**
  • src/wp-includes/css/editor.css

     
    10871087        color: #999;
    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
    10921120 * =Overlay Styles
  • src/wp-includes/css/media-views.css

     
    457457        user-select: none;
    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;
    462468        float: left;
  • src/wp-includes/css/wp-pointer.css

     
    5959}
    6060
    6161.wp-pointer-buttons a.close:before {
     62        background: none;
     63        color: #bbb;
    6264        content: '\f153';
    6365        display: block !important;
    6466        font: normal 13px/1 'dashicons';
     
    7375        top: 1px;
    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,
    7884.wp-pointer-arrow-inner {
  • src/wp-includes/script-loader.php

     
    549549
    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' ) );
    555555
     
    590590        $styles->add( 'colors', true, array( 'wp-admin', 'buttons', '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" );
    596596        $styles->add( 'install', "/wp-admin/css/install$suffix.css", array( 'buttons', 'open-sans' ) );