Make WordPress Core

Changeset 32051


Ignore:
Timestamp:
04/05/2015 09:19:54 PM (9 years ago)
Author:
helen
Message:

Update more instances of default admin blues and grays.

props hugobaeta.
fixes #31234.

Location:
trunk/src
Files:
32 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/admin-menu.css

    r31573 r32051  
    180180#adminmenu .wp-submenu a:hover,
    181181#adminmenu .wp-submenu a:focus {
    182     color: #45bbe6;
     182    color: #00b9eb;
    183183}
    184184
     
    526526#adminmenu li.current a .awaiting-mod,
    527527#adminmenu  li a.wp-has-current-submenu .update-plugins {
    528     background-color: #45bbe6;
     528    background-color: #00b9eb;
    529529    color: #fff;
    530530}
  • trunk/src/wp-admin/css/color-picker.css

    r29616 r32051  
    5252    background: #fafafa;
    5353    border-color: #999;
    54     color: #222;
     54    color: #23282d;
    5555}
    5656
    5757.wp-color-result:hover:after,
    5858.wp-color-result:focus:after {
    59     color: #222;
    60     border-color: #aaa;
     59    color: #23282d;
     60    border-color: #a0a5aa;
    6161    border-left: 1px solid #999;
    6262}
  • trunk/src/wp-admin/css/colors/_variables.scss

    r31471 r32051  
    55
    66$text-color: #fff !default;
    7 $base-color: #222 !default;
     7$base-color: #23282d !default;
    88$icon-color: hsl( hue( $base-color ), 7%, 95% ) !default;
    9 $highlight-color: #0074a2 !default;
     9$highlight-color: #0073aa !default;
    1010$notification-color: #d54e21 !default;
    1111
     
    1515$body-background: #f1f1f1 !default;
    1616
    17 $link: #0074a2 !default;
     17$link: #0073aa !default;
    1818$link-focus: lighten( $link, 10% ) !default;
    1919
  • trunk/src/wp-admin/css/common.css

    r31996 r32051  
    742742.notice-dismiss:before {
    743743    background: none;
    744     color: #bbb;
     744    color: #b4b9be;
    745745    content: '\f153';
    746746    display: block !important;
     
    13051305    padding: 11px;
    13061306    background: none;
    1307     color: #bbb;
     1307    color: #b4b9be;
    13081308    cursor: pointer;
    13091309}
     
    15051505    -moz-osx-font-smoothing: grayscale;
    15061506    text-decoration: none !important;
    1507     color: #bbb;
     1507    color: #b4b9be;
    15081508}
    15091509
     
    17381738
    17391739.metabox-holder .postbox-container .empty-container {
    1740     border: 3px dashed #bbb;
     1740    border: 3px dashed #b4b9be;
    17411741    height: 250px;
    17421742}
     
    17971797
    17981798.sortable-placeholder {
    1799     border: 1px dashed #bbb;
     1799    border: 1px dashed #b4b9be;
    18001800    margin-bottom: 20px;
    18011801}
     
    28812881.sidebar-name-arrow,
    28822882.accordion-section-title:after {
    2883     color: #aaa;
     2883    color: #a0a5aa;
    28842884}
    28852885
     
    29842984.accordion-section-title:hover:after,
    29852985.accordion-section-title:focus:after {
    2986     border-color: #aaa transparent;
     2986    border-color: #a0a5aa transparent;
    29872987}
    29882988
  • trunk/src/wp-admin/css/customize-controls.css

    r32008 r32051  
    114114#customize-theme-controls .control-section.open .accordion-section-title,
    115115#customize-theme-controls .control-section .accordion-section-title:focus {
    116     color: #222;
     116    color: #23282d;
    117117    background: #f5f5f5;
    118118}
     
    504504
    505505.collapsed .collapse-sidebar-arrow:before {
    506     color: #888;
     506    color: #82878c;
    507507}
    508508
     
    555555    -moz-osx-font-smoothing: grayscale;
    556556    text-decoration: none !important;
    557     color: #333;
     557    color: #32373c;
    558558}
    559559
    560560.customize-control .dropdown-status {
    561     color: #333;
     561    color: #32373c;
    562562    background: #eeeeee;
    563563    display: none;
     
    738738    height: auto;
    739739    top: 0; left: 0; bottom: 0; right: 0;
    740     border: 4px solid #2ea2cc;
     740    border: 4px solid #00a0d2;
    741741    -webkit-border-radius: 2px;
    742742    border-radius: 2px;
  • trunk/src/wp-admin/css/customize-widgets.css

    r32008 r32051  
    161161    width: 33px; /* was 42px for mobile */
    162162    height: 43px;
    163     color: #888;
     163    color: #82878c;
    164164    text-indent: -9999px;
    165165    cursor: pointer;
     
    260260    color: #fff;
    261261    text-shadow: 0 -1px 0 rgba(0,0,0,.4);
    262     background: #2ea2cc;
     262    background: #00a0d2;
    263263}
    264264
     
    320320    background: #eee;
    321321    border-color: #999;
    322     color: #333;
     322    color: #32373c;
    323323    -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
    324324    box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
     
    440440    width: 20px;
    441441    height: 20px;
    442     color: #333;
     442    color: #32373c;
    443443    font: normal 20px/1 'dashicons';
    444444    text-align: center;
  • trunk/src/wp-admin/css/deprecated-media.css

    r31564 r32051  
    230230.ui-sortable-helper {
    231231    background-color: #fff;
    232     border: 1px solid #aaa;
     232    border: 1px solid #a0a5aa;
    233233    opacity: 0.6;
    234234    filter: alpha(opacity=60);
  • trunk/src/wp-admin/css/forms.css

    r31996 r32051  
    7070input[type="checkbox"],
    7171input[type="radio"] {
    72     border: 1px solid #bbb;
     72    border: 1px solid #b4b9be;
    7373    background: #fff;
    7474    color: #555;
  • trunk/src/wp-admin/css/ie.css

    r28940 r32051  
    6060
    6161#wp-fullscreen-tagline {
    62     color: #888;
     62    color: #82878c;
    6363    font-size: 14px;
    6464}
     
    671671
    672672.mce-btn i.mce-i-wp_adv {
    673     background-color: #aaa;
     673    background-color: #a0a5aa;
    674674}
    675675
  • trunk/src/wp-admin/css/install.css

    r31573 r32051  
    1717
    1818a {
    19     color: #0074a2;
     19    color: #0073aa;
    2020    text-decoration: none;
    2121}
    2222
    2323a:hover {
    24     color: #2ea2cc;
     24    color: #00a0d2;
    2525}
    2626
     
    334334    border: 1px solid #ddd;
    335335    background-color: #fff;
    336     color: #333;
     336    color: #32373c;
    337337    font-size: 16px;
    338338    font-family: Arial, sans-serif;
  • trunk/src/wp-admin/css/list-tables.css

    r31996 r32051  
    2323    height: 0;
    2424    margin-left: 8px;
    25     border-top: 5px solid #bbb;
     25    border-top: 5px solid #b4b9be;
    2626    border-right: 5px solid transparent;
    2727}
     
    3737    -webkit-border-radius: 5px;
    3838    border-radius: 5px;
    39     background-color: #bbb;
     39    background-color: #b4b9be;
    4040    color: #fff;
    4141}
     
    558558.tablenav .tablenav-pages a.disabled:focus,
    559559.tablenav .tablenav-pages a.disabled:active {
    560     color: #aaa;
     560    color: #a0a5aa;
    561561    background: #eee;
    562562    background: rgba( 0, 0, 0, 0.05 );
     
    625625
    626626.view-switch > a:before {
    627     color: #bbb;
     627    color: #b4b9be;
    628628    display: inline-block;
    629629    float: left;
  • trunk/src/wp-admin/css/login.css

    r31318 r32051  
    2323
    2424a {
    25     color: #0074a2;
     25    color: #0073aa;
    2626    -webkit-transition-property: border, background, color;
    2727    transition-property: border, background, color;
     
    3838a:hover,
    3939a:active {
    40     color: #2ea2cc;
     40    color: #00a0d2;
    4141}
    4242
     
    5555
    5656.login .message {
    57     border-left: 4px solid #2ea2cc;
     57    border-left: 4px solid #00a0d2;
    5858    padding: 1px 12px;
    5959    background-color: #fff;
     
    181181.login #backtoblog a:hover,
    182182.login h1 a:hover {
    183     color: #2ea2cc;
     183    color: #00a0d2;
    184184}
    185185
  • trunk/src/wp-admin/css/media.css

    r31996 r32051  
    390390
    391391.drag-drop #drag-drop-area {
    392     border: 4px dashed #bbb;
     392    border: 4px dashed #b4b9be;
    393393    height: 200px;
    394394}
     
    400400
    401401.drag-drop-inside p {
    402     color: #aaa;
     402    color: #a0a5aa;
    403403    font-size: 14px;
    404404    margin: 5px 0;
     
    510510    padding-top: 0;
    511511    margin-top: 0;
    512     border: 4px dashed #bbb;
     512    border: 4px dashed #b4b9be;
    513513}
    514514
  • trunk/src/wp-admin/css/nav-menus.css

    r31996 r32051  
    264264
    265265.js .input-with-default-title {
    266     color: #aaa;
     266    color: #a0a5aa;
    267267    font-style: italic;
    268268}
  • trunk/src/wp-admin/css/press-this-editor.css

    r31801 r32051  
    99@import url("//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,600,700");
    1010a {
    11     color: #0074a2;
     11    color: #0073aa;
    1212}
    1313
    1414a:visited {
    15     color: #0074a2;
     15    color: #0073aa;
    1616}
    1717
     
    1919a:focus,
    2020a:active {
    21     color: #2ea2cc;
     21    color: #00a0d2;
    2222}
    2323
  • trunk/src/wp-admin/css/press-this.css

    r31996 r32051  
    333333    background: none;
    334334    border: 0;
    335     color: #0074a2;
     335    color: #0073aa;
    336336}
    337337
    338338.button-subtle:visited {
    339     color: #0074a2;
     339    color: #0073aa;
    340340}
    341341
     
    343343.button-subtle:hover,
    344344.button-subtle:active {
    345     color: #2ea2cc;
     345    color: #00a0d2;
    346346}
    347347
     
    374374    border: 0;
    375375    background: none;
    376     color: #0074a2;
     376    color: #0073aa;
    377377    cursor: pointer;
    378378    -webkit-appearance: none;
     
    382382.button-link:active,
    383383.button-link:focus {
    384     color: #2ea2cc;
     384    color: #00a0d2;
    385385    text-decoration: underline;
    386386}
     
    431431textarea {
    432432    padding: 0.4em 0.75em;
    433     color: #333;
     433    color: #32373c;
    434434    border: 1px solid #ccc;
    435435}
     
    441441[type="search"]:focus,
    442442textarea:focus {
    443     color: #333;
     443    color: #32373c;
    444444    outline: 0;
    445445}
     
    456456*/
    457457a {
    458     color: #0074a2;
     458    color: #0073aa;
    459459}
    460460
    461461a:visited {
    462     color: #0074a2;
     462    color: #0073aa;
    463463}
    464464
     
    466466a:focus,
    467467a:active {
    468     color: #2ea2cc;
     468    color: #00a0d2;
    469469}
    470470
     
    569569
    570570.post-format:checked + .post-format-icon {
    571     -webkit-box-shadow: inset 6px 0 0 #2ea2cc;
    572     box-shadow: inset 6px 0 0 #2ea2cc;
     571    -webkit-box-shadow: inset 6px 0 0 #00a0d2;
     572    box-shadow: inset 6px 0 0 #00a0d2;
    573573    background: rgba(46, 162, 204, 0.1);
    574574}
     
    576576.post-format:checked + .post-format-icon:before,
    577577.post-format:checked + .post-format-icon:after {
    578     color: #333;
     578    color: #32373c;
    579579}
    580580
    581581.post-format:focus + .post-format-icon {
    582     background: #2ea2cc;
     582    background: #00a0d2;
    583583    color: #fff;
    584584}
     
    706706.ac_results .ac_over {
    707707    background-color: #e5e5e5;
    708     background-color: #2ea2cc;
     708    background-color: #00a0d2;
    709709    color: #fff;
    710710    cursor: pointer;
     
    776776
    777777.tagchecklist .ntdelbutton:focus:before {
    778     color: #2ea2cc;
     778    color: #00a0d2;
    779779}
    780780
     
    862862.add-cat-toggle:focus {
    863863    text-decoration: none;
    864     color: #2ea2cc;
     864    color: #00a0d2;
    865865}
    866866
     
    931931
    932932.postform:focus {
    933     border-color: #0074a2;
    934     -webkit-box-shadow: 0 0 0 3px #2ea2cc;
    935     box-shadow: 0 0 0 3px #2ea2cc;
     933    border-color: #0073aa;
     934    -webkit-box-shadow: 0 0 0 3px #00a0d2;
     935    box-shadow: 0 0 0 3px #00a0d2;
    936936    outline: 0;
    937937    -moz-outline: none;
     
    977977.category.selected:focus {
    978978    outline: 0;
    979     background: #2ea2cc;
     979    background: #00a0d2;
    980980    color: #fff;
    981981}
    982982
    983983.category.selected {
    984     -webkit-box-shadow: inset 6px 0 0 #2ea2cc;
    985     box-shadow: inset 6px 0 0 #2ea2cc;
     984    -webkit-box-shadow: inset 6px 0 0 #00a0d2;
     985    box-shadow: inset 6px 0 0 #00a0d2;
    986986    background: #E9F5F9;
    987987}
     
    10001000    font-family: dashicons;
    10011001    text-decoration: inherit;
    1002     color: #222;
     1002    color: #23282d;
    10031003    font-weight: 400;
    10041004    font-style: normal;
     
    11041104    padding: 0 0.8em;
    11051105    min-height: 3.2em;
    1106     background: #222;
     1106    background: #23282d;
    11071107    color: #fff;
    11081108    z-index: 9999;
     
    12141214
    12151215.options {
    1216     color: #2ea2cc;
     1216    color: #00a0d2;
    12171217}
    12181218
     
    12351235    -webkit-border-radius: 50%;
    12361236    border-radius: 50%;
    1237     background: #2ea2cc;
     1237    background: #00a0d2;
    12381238}
    12391239
     
    14241424.post-title-placeholder:focus {
    14251425    outline: 0;
    1426     -webkit-box-shadow: inset 0px -3px 0 #2ea2cc;
    1427     box-shadow: inset 0px -3px 0 #2ea2cc;
    1428     border-color: #2ea2cc;
     1426    -webkit-box-shadow: inset 0px -3px 0 #00a0d2;
     1427    box-shadow: inset 0px -3px 0 #00a0d2;
     1428    border-color: #00a0d2;
    14291429}
    14301430
     
    15341534.is-embed:focus {
    15351535    outline: 0;
    1536     -webkit-box-shadow: inset 0 0 0 3px #2ea2cc;
    1537     box-shadow: inset 0 0 0 3px #2ea2cc;
     1536    -webkit-box-shadow: inset 0 0 0 3px #00a0d2;
     1537    box-shadow: inset 0 0 0 3px #00a0d2;
    15381538}
    15391539
     
    16121612
    16131613.is-embed.is-video {
    1614     background-color: #222;
     1614    background-color: #23282d;
    16151615}
    16161616
     
    17061706    background: none;
    17071707    border-color: #e5e5e5;
    1708     color: #222;
     1708    color: #23282d;
    17091709}
    17101710
     
    17121712.insert-media:active {
    17131713    outline: 0;
    1714     color: #2ea2cc;
     1714    color: #00a0d2;
    17151715    text-decoration: none;
    17161716}
     
    18971897.post-options .post-option-contents {
    18981898    margin-left: 3px;
    1899     color: #333;
     1899    color: #32373c;
    19001900}
    19011901
     
    19421942.post-options .post-option:focus {
    19431943    outline: 0;
    1944     -webkit-box-shadow: inset 5px 0 0 #2ea2cc;
    1945     box-shadow: inset 5px 0 0 #2ea2cc;
     1944    -webkit-box-shadow: inset 5px 0 0 #00a0d2;
     1945    box-shadow: inset 5px 0 0 #00a0d2;
    19461946}
    19471947
     
    20032003    padding: 13px 14px;
    20042004    border-bottom: 1px solid #e5e5e5;
    2005     color: #2ea2cc;
     2005    color: #00a0d2;
    20062006    text-decoration: none;
    20072007    text-align: left;
     
    20102010.modal-close:focus {
    20112011    outline: 0;
    2012     -webkit-box-shadow: inset 5px 0 0 #2ea2cc;
    2013     box-shadow: inset 5px 0 0 #2ea2cc;
     2012    -webkit-box-shadow: inset 5px 0 0 #00a0d2;
     2013    box-shadow: inset 5px 0 0 #00a0d2;
    20142014}
    20152015
  • trunk/src/wp-admin/css/revisions.css

    r31505 r32051  
    4343    position: absolute;
    4444    height: 100%;
    45     border-left: 1px solid #aaa;
     45    border-left: 1px solid #a0a5aa;
    4646    -webkit-box-sizing: border-box;
    4747    -moz-box-sizing: border-box;
  • trunk/src/wp-admin/css/themes.css

    r31994 r32051  
    14631463.theme-install-overlay .next-theme.disabled:hover,
    14641464.theme-install-overlay .next-theme.disabled:focus {
    1465     color: #bbb;
     1465    color: #b4b9be;
    14661466    background: #eee;
    14671467    cursor: default;
  • trunk/src/wp-admin/css/widgets.css

    r31996 r32051  
    5050.deleting .widget-title,
    5151.deleting .widget-top a.widget-action:after {
    52     color: #aaa;
     52    color: #a0a5aa;
    5353}
    5454
     
    6363
    6464.widget-placeholder {
    65     border: 1px dashed #bbb;
     65    border: 1px dashed #b4b9be;
    6666    margin: 0 auto 10px;
    6767    height: 45px;
  • trunk/src/wp-admin/images/wordpress-logo.svg

    r26075 r32051  
    1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve"><style>.style0{fill:    #0074A2;}</style><g><g><path d="M4.548 31.999c0 10.9 6.3 20.3 15.5 24.706L6.925 20.827C5.402 24.2 4.5 28 4.5 31.999z M50.531 30.614c0-3.394-1.219-5.742-2.264-7.57c-1.391-2.263-2.695-4.177-2.695-6.439c0-2.523 1.912-4.872 4.609-4.872 c0.121 0 0.2 0 0.4 0.022C45.653 7.3 39.1 4.5 32 4.548c-9.591 0-18.027 4.921-22.936 12.4 c0.645 0 1.3 0 1.8 0.033c2.871 0 7.316-0.349 7.316-0.349c1.479-0.086 1.7 2.1 0.2 2.3 c0 0-1.487 0.174-3.142 0.261l9.997 29.735l6.008-18.017l-4.276-11.718c-1.479-0.087-2.879-0.261-2.879-0.261 c-1.48-0.087-1.306-2.349 0.174-2.262c0 0 4.5 0.3 7.2 0.349c2.87 0 7.317-0.349 7.317-0.349 c1.479-0.086 1.7 2.1 0.2 2.262c0 0-1.489 0.174-3.142 0.261l9.92 29.508l2.739-9.148 C49.628 35.7 50.5 33 50.5 30.614z M32.481 34.4l-8.237 23.934c2.46 0.7 5.1 1.1 7.8 1.1 c3.197 0 6.262-0.552 9.116-1.556c-0.072-0.118-0.141-0.243-0.196-0.379L32.481 34.4z M56.088 18.8 c0.119 0.9 0.2 1.8 0.2 2.823c0 2.785-0.521 5.916-2.088 9.832l-8.385 24.242c8.161-4.758 13.65-13.6 13.65-23.728 C59.451 27.2 58.2 22.7 56.1 18.83z M32 0c-17.645 0-32 14.355-32 32C0 49.6 14.4 64 32 64s32-14.355 32-32.001 C64 14.4 49.6 0 32 0z M32 62.533c-16.835 0-30.533-13.698-30.533-30.534C1.467 15.2 15.2 1.5 32 1.5 s30.534 13.7 30.5 30.532C62.533 48.8 48.8 62.5 32 62.533z" class="style0"/></g></g></svg>
     1<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve"><style>.style0{fill:    #0073aa;}</style><g><g><path d="M4.548 31.999c0 10.9 6.3 20.3 15.5 24.706L6.925 20.827C5.402 24.2 4.5 28 4.5 31.999z M50.531 30.614c0-3.394-1.219-5.742-2.264-7.57c-1.391-2.263-2.695-4.177-2.695-6.439c0-2.523 1.912-4.872 4.609-4.872 c0.121 0 0.2 0 0.4 0.022C45.653 7.3 39.1 4.5 32 4.548c-9.591 0-18.027 4.921-22.936 12.4 c0.645 0 1.3 0 1.8 0.033c2.871 0 7.316-0.349 7.316-0.349c1.479-0.086 1.7 2.1 0.2 2.3 c0 0-1.487 0.174-3.142 0.261l9.997 29.735l6.008-18.017l-4.276-11.718c-1.479-0.087-2.879-0.261-2.879-0.261 c-1.48-0.087-1.306-2.349 0.174-2.262c0 0 4.5 0.3 7.2 0.349c2.87 0 7.317-0.349 7.317-0.349 c1.479-0.086 1.7 2.1 0.2 2.262c0 0-1.489 0.174-3.142 0.261l9.92 29.508l2.739-9.148 C49.628 35.7 50.5 33 50.5 30.614z M32.481 34.4l-8.237 23.934c2.46 0.7 5.1 1.1 7.8 1.1 c3.197 0 6.262-0.552 9.116-1.556c-0.072-0.118-0.141-0.243-0.196-0.379L32.481 34.4z M56.088 18.8 c0.119 0.9 0.2 1.8 0.2 2.823c0 2.785-0.521 5.916-2.088 9.832l-8.385 24.242c8.161-4.758 13.65-13.6 13.65-23.728 C59.451 27.2 58.2 22.7 56.1 18.83z M32 0c-17.645 0-32 14.355-32 32C0 49.6 14.4 64 32 64s32-14.355 32-32.001 C64 14.4 49.6 0 32 0z M32 62.533c-16.835 0-30.533-13.698-30.533-30.534C1.467 15.2 15.2 1.5 32 1.5 s30.534 13.7 30.5 30.532C62.533 48.8 48.8 62.5 32 62.533z" class="style0"/></g></g></svg>
  • trunk/src/wp-admin/includes/misc.php

    r31973 r32051  
    663663    } else {
    664664        // Fall back to the default set of icon colors if the default scheme is missing.
    665         $icon_colors = array( 'base' => '#999', 'focus' => '#2ea2cc', 'current' => '#fff' );
     665        $icon_colors = array( 'base' => '#999', 'focus' => '#00a0d2', 'current' => '#fff' );
    666666    }
    667667
  • trunk/src/wp-admin/js/plugin-install.js

    r31341 r32051  
    4242        tb_click.call(this);
    4343
    44         $('#TB_title').css({'background-color':'#222','color':'#cfcfcf'});
     44        $('#TB_title').css({'background-color':'#23282d','color':'#cfcfcf'});
    4545        $('#TB_ajaxWindowTitle').html( '<strong>' + plugininstallL10n.plugin_information + '</strong>&nbsp;' + $(this).data( 'title' ) );
    4646        $('#TB_iframeContent').attr( 'title', plugininstallL10n.plugin_information + ' ' + $(this).data( 'title' ) );
  • trunk/src/wp-includes/css/admin-bar.css

    r31824 r32051  
    213213#wpadminbar .ab-top-menu > li.hover > .ab-item {
    214214    background: #32373c;
    215     color: #45bbe6;
     215    color: #00b9eb;
    216216}
    217217
     
    219219#wpadminbar > #wp-toolbar li.hover span.ab-label,
    220220#wpadminbar > #wp-toolbar a:focus span.ab-label {
    221     color: #45bbe6;
     221    color: #00b9eb;
    222222}
    223223
     
    482482
    483483#wpadminbar .quicklinks li a:hover .blavatar {
    484     color: #45bbe6;
     484    color: #00b9eb;
    485485}
    486486
  • trunk/src/wp-includes/css/buttons.css

    r31598 r32051  
    145145    background: #fafafa;
    146146    border-color: #999;
    147     color: #222;
     147    color: #23282d;
    148148}
    149149
     
    165165    background: #eee;
    166166    border-color: #999;
    167     color: #333;
     167    color: #32373c;
    168168    -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
    169169    box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
     
    188188.wp-core-ui .button-secondary.disabled,
    189189.wp-core-ui .button-disabled {
    190     color: #aaa !important;
     190    color: #a0a5aa !important;
    191191    border-color: #ddd !important;
    192192    background: #f7f7f7 !important;
     
    202202
    203203.wp-core-ui .button-primary {
    204     background: #2ea2cc;
    205     border-color: #0074a2;
     204    background: #00a0d2;
     205    border-color: #0073aa;
    206206    -webkit-box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.5), 0 1px 0 rgba( 0, 0, 0, 0.15 );
    207207    box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.5 ), 0 1px 0 rgba( 0, 0, 0, 0.15 );
     
    214214.wp-core-ui .button-primary.focus,
    215215.wp-core-ui .button-primary:focus {
    216     background: #1e8cbe;
    217     border-color: #0074a2;
     216    background: #0091cd;
     217    border-color: #0073aa;
    218218    -webkit-box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 );
    219219    box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 );
     
    238238.wp-core-ui .button-primary.active:focus,
    239239.wp-core-ui .button-primary:active {
    240     background: #1b7aa6;
    241     border-color: #005684;
     240    background: #0073aa;
     241    border-color: #005082;
    242242    color: rgba( 255, 255, 255, 0.95 );
    243243    -webkit-box-shadow: inset 0 1px 0 rgba( 0, 0, 0, 0.1 );
  • trunk/src/wp-includes/css/editor.css

    r31996 r32051  
    7272
    7373.mce-window .mce-window-head .mce-close:hover:before {
    74     color: #2ea2cc;
     74    color: #00a0d2;
    7575}
    7676
     
    161161
    162162div.mce-inline-toolbar-grp {
    163     border: 1px solid #aaa;
     163    border: 1px solid #a0a5aa;
    164164    -webkit-border-radius: 2px;
    165165    border-radius: 2px;
     
    201201div.mce-inline-toolbar-grp.mce-arrow-up:before {
    202202    top: -18px;
    203     border-bottom-color: #aaa;
     203    border-bottom-color: #a0a5aa;
    204204    border-width: 9px;
    205205    margin-left: -9px;
     
    208208div.mce-inline-toolbar-grp.mce-arrow-down:before {
    209209    bottom: -18px;
    210     border-top-color: #aaa;
     210    border-top-color: #a0a5aa;
    211211    border-width: 9px;
    212212    margin-left: -9px;
     
    320320    background: #fafafa;
    321321    border-color: #999;
    322     color: #222;
     322    color: #23282d;
    323323    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
    324324    box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
     
    349349.mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus,
    350350#wp-fullscreen-buttons .mce-btn.mce-disabled:focus {
    351     color: #aaa;
     351    color: #a0a5aa;
    352352    background: none;
    353353    border-color: #ddd;
     
    403403.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover {
    404404    background-image: none;
    405     border-color: #bbb;
     405    border-color: #b4b9be;
    406406}
    407407
     
    427427
    428428.mce-panel .mce-btn:hover i.mce-caret {
    429     border-top-color: #333;
     429    border-top-color: #32373c;
    430430}
    431431
    432432.mce-panel .mce-active i.mce-caret {
    433433    border-top: 0;
    434     border-bottom: 6px solid #333;
     434    border-bottom: 6px solid #32373c;
    435435    margin-top: 7px;
    436436}
     
    459459.mce-menu .mce-menu-item:focus {
    460460    color: #000;
    461     background-color: #bbb;
     461    background-color: #b4b9be;
    462462    background-image: none;
    463463    -webkit-filter: none;
     
    541541    background: #fafafa;
    542542    border-color: #999;
    543     color: #222;
     543    color: #23282d;
    544544}
    545545
     
    556556    background: #eee;
    557557    border-color: #999;
    558     color: #333;
     558    color: #32373c;
    559559    -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
    560560    box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
     
    562562
    563563.mce-window .mce-btn.mce-disabled {
    564     color: #aaa;
     564    color: #a0a5aa;
    565565    border-color: #ddd;
    566566    background: #f7f7f7;
     
    572572
    573573.mce-window .mce-btn.mce-primary {
    574     background: #2ea2cc;
    575     border-color: #0074a2;
     574    background: #00a0d2;
     575    border-color: #0073aa;
    576576    -webkit-box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.5), 0 1px 0 rgba( 0, 0, 0, 0.15 );
    577577    box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.5 ), 0 1px 0 rgba( 0, 0, 0, 0.15 );
     
    583583.mce-window .mce-btn.mce-primary:focus {
    584584    background: #1e8cbe;
    585     border-color: #0074a2;
     585    border-color: #0073aa;
    586586    -webkit-box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 );
    587587    box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 );
     
    974974        0 0 2px 1px rgba(30, 140, 190, .8);
    975975    outline: none;
    976     color: #222;
     976    color: #23282d;
    977977}
    978978
     
    12731273#wp-link-close:hover,
    12741274#wp-link-close:focus {
    1275     color: #2ea2cc;
     1275    color: #00a0d2;
    12761276}
    12771277
     
    14101410    margin-bottom: 0;
    14111411    border-bottom: 1px solid #f1f1f1;
    1412     color: #333;
     1412    color: #32373c;
    14131413    padding: 4px 6px 4px 10px;
    14141414    cursor: pointer;
     
    14271427    display: block;
    14281428    padding: 6px;
    1429     border-left: 4px solid #2ea2cc;
     1429    border-left: 4px solid #00a0d2;
    14301430}
    14311431
     
    14581458    background: #fff;
    14591459    cursor: auto;
    1460     color: #333;
     1460    color: #32373c;
    14611461}
    14621462
    14631463#wp-link li.selected {
    14641464    background: #ddd;
    1465     color: #333;
     1465    color: #32373c;
    14661466}
    14671467
     
    16951695.clearlooks2 .mceTop span,
    16961696.clearlooks2 .mceFocus .mceTop span {
    1697     color: #222;
     1697    color: #23282d;
    16981698}
    16991699
     
    17031703
    17041704.clearlooks2 .mceClose:hover:before {
    1705     color: #2ea2cc;
     1705    color: #00a0d2;
    17061706}
    17071707*/
     
    18181818
    18191819#wp-fullscreen-tagline {
    1820     color: #888;
     1820    color: #82878c;
    18211821    font-size: 18px;
    18221822    float: right;
     
    19021902    width: auto;
    19031903    background: none;
    1904     color: #333333;
     1904    color: #32373c;
    19051905    cursor: pointer;
    19061906    font-size: 18px;
  • trunk/src/wp-includes/css/jquery-ui-dialog.css

    r31716 r32051  
    223223    background: #fafafa;
    224224    border-color: #999;
    225     color: #222;
     225    color: #23282d;
    226226}
    227227
     
    238238    background: #eee;
    239239    border-color: #999;
    240     color: #333;
     240    color: #32373c;
    241241    -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
    242242    box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
     
    245245.ui-button[disabled],
    246246.ui-button:disabled {
    247     color: #aaa !important;
     247    color: #a0a5aa !important;
    248248    border-color: #ddd !important;
    249249    background: #f7f7f7 !important;
     
    319319
    320320.ui-button.ui-dialog-titlebar-close:hover {
    321     color: #2ea2cc;
     321    color: #00a0d2;
    322322}
    323323
  • trunk/src/wp-includes/css/media-views.css

    r31716 r32051  
    4343
    4444.media-frame a.button {
    45     color: #333;
     45    color: #32373c;
    4646}
    4747
    4848.media-frame a.button:hover {
    49     color: #222;
     49    color: #23282d;
    5050}
    5151
     
    188188
    189189.media-modal-close:hover .media-modal-icon:before {
    190     color: #2ea2cc;
     190    color: #00a0d2;
    191191}
    192192
     
    504504    line-height: 18px;
    505505    font-size: 14px;
    506     color: #0074a2;
     506    color: #0073aa;
    507507    text-decoration: none;
    508508}
     
    519519.media-menu .active,
    520520.media-menu .active:hover {
    521     color: #222;
     521    color: #23282d;
    522522    font-weight: bold;
    523523}
     
    570570.media-router .active,
    571571.media-router .active:hover {
    572     color: #333;
     572    color: #32373c;
    573573}
    574574
  • trunk/src/wp-includes/css/wp-auth-check.css

    r31945 r32051  
    8686
    8787#wp-auth-check-wrap .wp-auth-check-close:hover:before {
    88     color: #0074a2;
     88    color: #0073aa;
    8989}
    9090
    9191#wp-auth-check-wrap .wp-auth-check-close:focus {
    92     outline: 1px dotted #888;
     92    outline: 1px dotted #82878c;
    9393}
    9494
  • trunk/src/wp-includes/css/wp-pointer.css

    r31573 r32051  
    1818    font-size: 14px;
    1919    color: #fff;
    20     background: #2ea2cc;
     20    background: #00a0d2;
    2121}
    2222
     
    2525    -webkit-border-radius: 50%;
    2626    border-radius: 50%;
    27     color: #2ea2cc;
     27    color: #00a0d2;
    2828    content: '\f227';
    2929    font: normal 20px/1.6 'dashicons';
     
    6262.wp-pointer-buttons a.close:before {
    6363    background: none;
    64     color: #bbb;
     64    color: #b4b9be;
    6565    content: '\f153';
    6666    display: block !important;
     
    148148    margin-top: -13px;
    149149    border: 13px solid transparent;
    150     border-bottom-color: #2ea2cc;
     150    border-bottom-color: #00a0d2;
    151151    display: block;
    152152    content: ' ';
  • trunk/src/wp-includes/general-template.php

    r31899 r32051  
    27952795    wp_admin_css_color( 'fresh', _x( 'Default', 'admin color scheme' ),
    27962796        false,
    2797         array( '#222', '#333', '#0074a2', '#2ea2cc' ),
    2798         array( 'base' => '#999', 'focus' => '#2ea2cc', 'current' => '#fff' )
     2797        array( '#222', '#333', '#0073aa', '#00a0d2' ),
     2798        array( 'base' => '#999', 'focus' => '#00a0d2', 'current' => '#fff' )
    27992799    );
    28002800
  • trunk/src/wp-includes/js/mediaelement/wp-mediaelement.css

    r31634 r32051  
    2424
    2525.mejs-controls .mejs-time-rail .mejs-time-current {
    26     background: #0074a2;
     26    background: #0073aa;
    2727}
    2828
  • trunk/src/wp-includes/js/thickbox/thickbox.css

    r27559 r32051  
    135135
    136136.tb-close-icon:hover {
    137     color: #2ea2cc;
     137    color: #00a0d2;
    138138}
Note: See TracChangeset for help on using the changeset viewer.