Make WordPress Core

Ticket #31234: update-admincolors-forgottenelements.diff

File update-admincolors-forgottenelements.diff, 23.5 KB (added by hugobaeta, 9 years ago)

Updated forgotten elements with new colors, including buttons, and SVG logo for login page, amongst others

  • wp-admin/css/admin-menu.css

    diff --git wp-admin/css/admin-menu.css wp-admin/css/admin-menu.css
    index 2076c5c..a2493e7 100644
     
    179179#adminmenu li.menu-top > a:focus,
    180180#adminmenu .wp-submenu a:hover,
    181181#adminmenu .wp-submenu a:focus {
    182         color: #45bbe6;
     182        color: #00b9eb;
    183183}
    184184
    185185#adminmenu li.menu-top {
    ul#adminmenu > li.current > a.current:after { 
    525525
    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}
    531531
  • wp-admin/css/colors/_variables.scss

    diff --git wp-admin/css/colors/_variables.scss wp-admin/css/colors/_variables.scss
    index 05e46ba..f9bb1bb 100644
     
    66$text-color: #fff !default;
    77$base-color: #222 !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
    1212
    $notification-color: #d54e21 !default; 
    1414
    1515$body-background: #f1f1f1 !default;
    1616
    17 $link: #0074a2 !default;
     17$link: #0073aa !default;
    1818$link-focus: lighten( $link, 10% ) !default;
    1919
    2020$button-color: $highlight-color !default;
  • wp-admin/css/colors/blue/colors.css

    diff --git wp-admin/css/colors/blue/colors.css wp-admin/css/colors/blue/colors.css
    index b3edb67..5bf9956 100644
    html { 
    77
    88/* Links */
    99a {
    10   color: #0074a2; }
     10  color: #0073aa; }
    1111  a:hover, a:active, a:focus {
    1212    color: #0099d5; }
    1313
  • wp-admin/css/colors/coffee/colors.css

    diff --git wp-admin/css/colors/coffee/colors.css wp-admin/css/colors/coffee/colors.css
    index a3794a1..b562714 100644
    html { 
    77
    88/* Links */
    99a {
    10   color: #0074a2; }
     10  color: #0073aa; }
    1111  a:hover, a:active, a:focus {
    1212    color: #0099d5; }
    1313
  • wp-admin/css/colors/ectoplasm/colors.css

    diff --git wp-admin/css/colors/ectoplasm/colors.css wp-admin/css/colors/ectoplasm/colors.css
    index 7765543..cb3711f 100644
    html { 
    77
    88/* Links */
    99a {
    10   color: #0074a2; }
     10  color: #0073aa; }
    1111  a:hover, a:active, a:focus {
    1212    color: #0099d5; }
    1313
  • wp-admin/css/colors/light/colors.css

    diff --git wp-admin/css/colors/light/colors.css wp-admin/css/colors/light/colors.css
    index 66a783f..b046171 100644
    html { 
    77
    88/* Links */
    99a {
    10   color: #0074a2; }
     10  color: #0073aa; }
    1111  a:hover, a:active, a:focus {
    1212    color: #0099d5; }
    1313
  • wp-admin/css/colors/midnight/colors.css

    diff --git wp-admin/css/colors/midnight/colors.css wp-admin/css/colors/midnight/colors.css
    index 850084e..ed343b3 100644
    html { 
    77
    88/* Links */
    99a {
    10   color: #0074a2; }
     10  color: #0073aa; }
    1111  a:hover, a:active, a:focus {
    1212    color: #0099d5; }
    1313
  • wp-admin/css/colors/ocean/colors.css

    diff --git wp-admin/css/colors/ocean/colors.css wp-admin/css/colors/ocean/colors.css
    index ea0559f..711db58 100644
    html { 
    77
    88/* Links */
    99a {
    10   color: #0074a2; }
     10  color: #0073aa; }
    1111  a:hover, a:active, a:focus {
    1212    color: #0099d5; }
    1313
  • wp-admin/css/colors/sunrise/colors.css

    diff --git wp-admin/css/colors/sunrise/colors.css wp-admin/css/colors/sunrise/colors.css
    index dcc940e..408f843 100644
    html { 
    77
    88/* Links */
    99a {
    10   color: #0074a2; }
     10  color: #0073aa; }
    1111  a:hover, a:active, a:focus {
    1212    color: #0099d5; }
    1313
  • wp-admin/css/customize-controls.css

    diff --git wp-admin/css/customize-controls.css wp-admin/css/customize-controls.css
    index f194547..535f67b 100644
    p.customize-section-description { 
    716716        position: absolute;
    717717        height: auto;
    718718        top: 0; left: 0; bottom: 0; right: 0;
    719         border: 4px solid #2ea2cc;
     719        border: 4px solid #00a0d2;
    720720        -webkit-border-radius: 2px;
    721721        border-radius: 2px;
    722722}
  • wp-admin/css/customize-widgets.css

    diff --git wp-admin/css/customize-widgets.css wp-admin/css/customize-widgets.css
    index f60bb29..b14c698 100644
     
    255255#customize-theme-controls .widget-area-select .selected {
    256256        color: #fff;
    257257        text-shadow: 0 -1px 0 rgba(0,0,0,.4);
    258         background: #2ea2cc;
     258        background: #00a0d2;
    259259}
    260260
    261261#customize-theme-controls .widget-area-select .selected:before {
  • wp-admin/css/install.css

    diff --git wp-admin/css/install.css wp-admin/css/install.css
    index dbeb3e6..c114807 100644
    body { 
    1616}
    1717
    1818a {
    19         color: #0074a2;
     19        color: #0073aa;
    2020        text-decoration: none;
    2121}
    2222
    2323a:hover {
    24         color: #2ea2cc;
     24        color: #00a0d2;
    2525}
    2626
    2727h1 {
  • wp-admin/css/login.css

    diff --git wp-admin/css/login.css wp-admin/css/login.css
    index a3da27b..250b0a4 100644
    body { 
    2222}
    2323
    2424a {
    25         color: #0074a2;
     25        color: #0073aa;
    2626        -webkit-transition-property: border, background, color;
    2727        transition-property: border, background, color;
    2828        -webkit-transition-duration: .05s;
    a { 
    3737
    3838a:hover,
    3939a:active {
    40         color: #2ea2cc;
     40        color: #00a0d2;
    4141}
    4242
    4343a:focus {
    p { 
    5454}
    5555
    5656.login .message {
    57         border-left: 4px solid #2ea2cc;
     57        border-left: 4px solid #00a0d2;
    5858        padding: 1px 12px;
    5959        background-color: #fff;
    6060        -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    p { 
    180180.login #nav a:hover,
    181181.login #backtoblog a:hover,
    182182.login h1 a:hover {
    183         color: #2ea2cc;
     183        color: #00a0d2;
    184184}
    185185
    186186.login form .input,
  • wp-admin/css/press-this-editor.css

    diff --git wp-admin/css/press-this-editor.css wp-admin/css/press-this-editor.css
    index 5b5d47b..886b8f4 100644
    Press This TinyMCE editor styles :) 
    88*/
    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
    1818a:hover,
    1919a:focus,
    2020a:active {
    21         color: #2ea2cc;
     21        color: #00a0d2;
    2222}
    2323
    2424
  • wp-admin/css/press-this.css

    diff --git wp-admin/css/press-this.css wp-admin/css/press-this.css
    index ec2b475..fa160f6 100644
    strong { 
    332332.button-subtle {
    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
    342342.button-subtle:focus,
    343343.button-subtle:hover,
    344344.button-subtle:active {
    345         color: #2ea2cc;
     345        color: #00a0d2;
    346346}
    347347
    348348.button-subtle:focus,
    strong { 
    373373        padding: 0;
    374374        border: 0;
    375375        background: none;
    376         color: #0074a2;
     376        color: #0073aa;
    377377        cursor: pointer;
    378378        -webkit-appearance: none;
    379379}
    strong { 
    381381.button-link:hover,
    382382.button-link:active,
    383383.button-link:focus {
    384         color: #2ea2cc;
     384        color: #00a0d2;
    385385        text-decoration: underline;
    386386}
    387387
    textarea { 
    455455* Links
    456456*/
    457457a {
    458         color: #0074a2;
     458        color: #0073aa;
    459459}
    460460
    461461a:visited {
    462         color: #0074a2;
     462        color: #0073aa;
    463463}
    464464
    465465a:hover,
    466466a:focus,
    467467a:active {
    468         color: #2ea2cc;
     468        color: #00a0d2;
    469469}
    470470
    471471
    dd { 
    568568}
    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}
    575575
    dd { 
    579579}
    580580
    581581.post-format:focus + .post-format-icon {
    582         background: #2ea2cc;
     582        background: #00a0d2;
    583583        color: #fff;
    584584}
    585585
    dd { 
    705705
    706706.ac_results .ac_over {
    707707        background-color: #e5e5e5;
    708         background-color: #2ea2cc;
     708        background-color: #00a0d2;
    709709        color: #fff;
    710710        cursor: pointer;
    711711}
    dd { 
    775775}
    776776
    777777.tagchecklist .ntdelbutton:focus:before {
    778         color: #2ea2cc;
     778        color: #00a0d2;
    779779}
    780780
    781781
    input[type="search"].categories-search, 
    859859
    860860.add-cat-toggle:focus {
    861861        text-decoration: none;
    862         color: #2ea2cc;
     862        color: #00a0d2;
    863863}
    864864
    865865.add-cat-toggle.is-toggled {
    input[type="search"].categories-search, 
    928928}
    929929
    930930.postform:focus {
    931         border-color: #0074a2;
    932         -webkit-box-shadow: 0 0 0 3px #2ea2cc;
    933         box-shadow: 0 0 0 3px #2ea2cc;
     931        border-color: #0073aa;
     932        -webkit-box-shadow: 0 0 0 3px #00a0d2;
     933        box-shadow: 0 0 0 3px #00a0d2;
    934934        outline: 0;
    935935        -moz-outline: none;
    936936        -moz-user-focus: ignore;
    input[type="search"].categories-search, 
    974974.category:focus,
    975975.category.selected:focus {
    976976        outline: 0;
    977         background: #2ea2cc;
     977        background: #00a0d2;
    978978        color: #fff;
    979979}
    980980
    981981.category.selected {
    982         -webkit-box-shadow: inset 6px 0 0 #2ea2cc;
    983         box-shadow: inset 6px 0 0 #2ea2cc;
     982        -webkit-box-shadow: inset 6px 0 0 #00a0d2;
     983        box-shadow: inset 6px 0 0 #00a0d2;
    984984        background: #E9F5F9;
    985985}
    986986
    html { 
    12131213}
    12141214
    12151215.options-close {
    1216         color: #2ea2cc;
     1216        color: #00a0d2;
    12171217}
    12181218
    12191219.alert {
    html { 
    12341234        margin-top: -4px;
    12351235        -webkit-border-radius: 50%;
    12361236        border-radius: 50%;
    1237         background: #2ea2cc;
     1237        background: #00a0d2;
    12381238}
    12391239
    12401240@media (max-width: 600px) {
    html { 
    13961396.post-title-placeholder:active,
    13971397.post-title-placeholder:focus {
    13981398        outline: 0;
    1399         -webkit-box-shadow: inset 0px -3px 0 #2ea2cc;
    1400         box-shadow: inset 0px -3px 0 #2ea2cc;
    1401         border-color: #2ea2cc;
     1399        -webkit-box-shadow: inset 0px -3px 0 #00a0d2;
     1400        box-shadow: inset 0px -3px 0 #00a0d2;
     1401        border-color: #00a0d2;
    14021402}
    14031403
    14041404@media (max-width: 900px) {
    html { 
    15061506.suggested-media-thumbnail:focus,
    15071507.is-embed:focus {
    15081508        outline: 0;
    1509         -webkit-box-shadow: inset 0 0 0 3px #2ea2cc;
    1510         box-shadow: inset 0 0 0 3px #2ea2cc;
     1509        -webkit-box-shadow: inset 0 0 0 3px #00a0d2;
     1510        box-shadow: inset 0 0 0 3px #00a0d2;
    15111511}
    15121512
    15131513.suggested-media-thumbnail {
    html { 
    16841684.insert-media:focus,
    16851685.insert-media:active {
    16861686        outline: 0;
    1687         color: #2ea2cc;
     1687        color: #00a0d2;
    16881688        text-decoration: none;
    16891689}
    16901690
    html { 
    19141914
    19151915.post-options .post-option:focus {
    19161916        outline: 0;
    1917         -webkit-box-shadow: inset 5px 0 0 #2ea2cc;
    1918         box-shadow: inset 5px 0 0 #2ea2cc;
     1917        -webkit-box-shadow: inset 5px 0 0 #00a0d2;
     1918        box-shadow: inset 5px 0 0 #00a0d2;
    19191919}
    19201920
    19211921.is-off-screen > .post-option {
    html { 
    19751975        width: 100%;
    19761976        padding: 13px 14px;
    19771977        border-bottom: 1px solid #e5e5e5;
    1978         color: #2ea2cc;
     1978        color: #00a0d2;
    19791979        text-decoration: none;
    19801980        text-align: left;
    19811981}
    19821982
    19831983.modal-close:focus {
    19841984        outline: 0;
    1985         -webkit-box-shadow: inset 5px 0 0 #2ea2cc;
    1986         box-shadow: inset 5px 0 0 #2ea2cc;
     1985        -webkit-box-shadow: inset 5px 0 0 #00a0d2;
     1986        box-shadow: inset 5px 0 0 #00a0d2;
    19871987}
    19881988
    19891989.setting-title {
  • wp-admin/images/wordpress-logo.svg

    diff --git wp-admin/images/wordpress-logo.svg wp-admin/images/wordpress-logo.svg
    index da5e5df..2d2555f 100644
     
    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>
    2  No newline at end of file
     1<?xml version="1.0" encoding="utf-8"?>
     2<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
     3<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
     4<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
     5         viewBox="-567 369 64 64" enable-background="new -567 369 64 64" xml:space="preserve">
     6<g>
     7        <g>
     8                <path fill="#0073AA" d="M-562.5,401c0,10.9,6.3,20.3,15.5,24.7l-13.1-35.9C-561.6,393.2-562.5,397-562.5,401L-562.5,401z
     9                         M-516.5,399.6c0-3.4-1.2-5.7-2.3-7.6c-1.4-2.3-2.7-4.2-2.7-6.4c0-2.5,1.9-4.9,4.6-4.9c0.1,0,0.2,0,0.4,0
     10                        c-4.9-4.5-11.5-7.3-18.6-7.2c-9.6,0-18,4.9-22.9,12.4c0.6,0,1.3,0,1.8,0c2.9,0,7.3-0.3,7.3-0.3c1.5-0.1,1.7,2.1,0.2,2.3
     11                        c0,0-1.5,0.2-3.1,0.3l10,29.7l6-18l-4.3-11.7c-1.5-0.1-2.9-0.3-2.9-0.3c-1.5-0.1-1.3-2.3,0.2-2.3c0,0,4.5,0.3,7.2,0.3
     12                        c2.9,0,7.3-0.3,7.3-0.3c1.5-0.1,1.7,2.1,0.2,2.3c0,0-1.5,0.2-3.1,0.3l9.9,29.5l2.7-9.1C-517.4,404.7-516.5,402-516.5,399.6
     13                        L-516.5,399.6z M-534.5,403.4l-8.2,23.9c2.5,0.7,5.1,1.1,7.8,1.1c3.2,0,6.3-0.6,9.1-1.6c-0.1-0.1-0.1-0.2-0.2-0.4L-534.5,403.4z
     14                         M-510.9,387.8c0.1,0.9,0.2,1.8,0.2,2.8c0,2.8-0.5,5.9-2.1,9.8l-8.4,24.2c8.2-4.8,13.6-13.6,13.6-23.7
     15                        C-507.5,396.2-508.8,391.7-510.9,387.8L-510.9,387.8z M-535,369c-17.6,0-32,14.4-32,32c0,17.6,14.4,32,32,32s32-14.4,32-32
     16                        C-503,383.4-517.4,369-535,369z M-535,431.5c-16.8,0-30.5-13.7-30.5-30.5c0-16.8,13.7-30.5,30.5-30.5s30.5,13.7,30.5,30.5
     17                        C-504.5,417.8-518.2,431.5-535,431.5z"/>
     18        </g>
     19</g>
     20</svg>
  • wp-admin/includes/misc.php

    diff --git wp-admin/includes/misc.php wp-admin/includes/misc.php
    index 9bc7262..8582ea1 100644
    function wp_color_scheme_settings() { 
    662662                $icon_colors = $_wp_admin_css_colors['fresh']->icon_colors;
    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
    668668        echo '<script type="text/javascript">var _wpColorScheme = ' . wp_json_encode( array( 'icons' => $icon_colors ) ) . ";</script>\n";
  • wp-includes/css/admin-bar.css

    diff --git wp-includes/css/admin-bar.css wp-includes/css/admin-bar.css
    index f898a1b..ba3550c 100644
    html:lang(he-il) .rtl #wpadminbar * { 
    211211#wpadminbar .ab-top-menu > li:hover > .ab-item,
    212212#wpadminbar .ab-top-menu > li.hover > .ab-item {
    213213        background: #32373c;
    214         color: #45bbe6;
     214        color: #00b9eb;
    215215}
    216216
    217217#wpadminbar > #wp-toolbar li:hover span.ab-label,
    218218#wpadminbar > #wp-toolbar li.hover span.ab-label,
    219219#wpadminbar > #wp-toolbar a:focus span.ab-label {
    220         color: #45bbe6;
     220        color: #00b9eb;
    221221}
    222222
    223223#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon,
    html:lang(he-il) .rtl #wpadminbar * { 
    480480}
    481481
    482482#wpadminbar .quicklinks li a:hover .blavatar {
    483         color: #45bbe6;
     483        color: #00b9eb;
    484484}
    485485
    486486#wpadminbar .quicklinks li .blavatar:before {
  • wp-includes/css/buttons.css

    diff --git wp-includes/css/buttons.css wp-includes/css/buttons.css
    index cc0265d..20f0d2b 100644
    TABLE OF CONTENTS: 
    201201---------------------------------------------------------------------------- */
    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 );
    208208        color: #fff;
    TABLE OF CONTENTS: 
    213213.wp-core-ui .button-primary:hover,
    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 );
    220220        color: #fff;
    TABLE OF CONTENTS: 
    237237.wp-core-ui .button-primary.active:hover,
    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 );
    244244        box-shadow: inset 0 1px 0 rgba( 0, 0, 0, 0.1 );
  • wp-includes/css/editor.css

    diff --git wp-includes/css/editor.css wp-includes/css/editor.css
    index 41099dbe..d7ff25e 100644
     
    7171}
    7272
    7373.mce-window .mce-window-head .mce-close:hover:before {
    74         color: #2ea2cc;
     74        color: #00a0d2;
    7575}
    7676
    7777.mce-window .mce-window-head .mce-dragh {
    div.mce-menu .mce-menu-item-sep, 
    571571}
    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 );
    578578        color: #fff;
    div.mce-menu .mce-menu-item-sep, 
    582582.mce-window .mce-btn.mce-primary:hover,
    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 );
    588588        color: #fff;
    i.mce-i-hr:before { 
    12711271
    12721272#wp-link-close:hover,
    12731273#wp-link-close:focus {
    1274         color: #2ea2cc;
     1274        color: #00a0d2;
    12751275}
    12761276
    12771277#wp-link-close:focus {
    i.mce-i-hr:before { 
    14251425#wp-link .query-notice .query-notice-hint {
    14261426        display: block;
    14271427        padding: 6px;
    1428         border-left: 4px solid #2ea2cc;
     1428        border-left: 4px solid #00a0d2;
    14291429}
    14301430
    14311431#wp-link .unselectable.no-matches-found {
    i.mce-i-hr:before { 
    17061706}
    17071707
    17081708.clearlooks2 .mceClose:hover:before {
    1709         color: #2ea2cc;
     1709        color: #00a0d2;
    17101710}
    17111711*/
    17121712/* Distraction-Free Writing mode
  • wp-includes/css/jquery-ui-dialog.css

    diff --git wp-includes/css/jquery-ui-dialog.css wp-includes/css/jquery-ui-dialog.css
    index 305ffb1..c857690 100644
     
    318318}
    319319
    320320.ui-button.ui-dialog-titlebar-close:hover {
    321         color: #2ea2cc;
     321        color: #00a0d2;
    322322}
    323323
    324324.ui-dialog-titlebar-close .ui-button-text {
  • wp-includes/css/media-views.css

    diff --git wp-includes/css/media-views.css wp-includes/css/media-views.css
    index 1fbd3f7..54f6a78 100644
     
    187187}
    188188
    189189.media-modal-close:hover .media-modal-icon:before {
    190         color: #2ea2cc;
     190        color: #00a0d2;
    191191}
    192192
    193193.media-modal-close:active {
     
    503503        margin: 0;
    504504        line-height: 18px;
    505505        font-size: 14px;
    506         color: #0074a2;
     506        color: #0073aa;
    507507        text-decoration: none;
    508508}
    509509
  • wp-includes/css/wp-auth-check.css

    diff --git wp-includes/css/wp-auth-check.css wp-includes/css/wp-auth-check.css
    index b6dd541..98adf32 100644
     
    7676}
    7777
    7878#wp-auth-check-wrap .wp-auth-check-close:hover:before {
    79         color: #0074a2;
     79        color: #0073aa;
    8080}
    8181
    8282#wp-auth-check-wrap .wp-auth-check-close:focus {
  • wp-includes/css/wp-pointer.css

    diff --git wp-includes/css/wp-pointer.css wp-includes/css/wp-pointer.css
    index 5c457b4..0d24798 100644
     
    1717        line-height: 1.4em;
    1818        font-size: 14px;
    1919        color: #fff;
    20         background: #2ea2cc;
     20        background: #00a0d2;
    2121}
    2222
    2323.wp-pointer-content h3:before {
    2424        background: #fff;
    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';
    3030        position: absolute;
     
    147147        margin-left: -13px;
    148148        margin-top: -13px;
    149149        border: 13px solid transparent;
    150         border-bottom-color: #2ea2cc;
     150        border-bottom-color: #00a0d2;
    151151        display: block;
    152152        content: ' ';
    153153}
  • wp-includes/general-template.php

    diff --git wp-includes/general-template.php wp-includes/general-template.php
    index 02e45d5..e932fbd 100644
    function register_admin_color_schemes() { 
    27612761
    27622762        wp_admin_css_color( 'fresh', _x( 'Default', 'admin color scheme' ),
    27632763                false,
    2764                 array( '#222', '#333', '#0074a2', '#2ea2cc' ),
    2765                 array( 'base' => '#999', 'focus' => '#2ea2cc', 'current' => '#fff' )
     2764                array( '#222', '#333', '#0073aa', '#00a0d2' ),
     2765                array( 'base' => '#999', 'focus' => '#00a0d2', 'current' => '#fff' )
    27662766        );
    27672767
    27682768        // Other color schemes are not available when running out of src
  • wp-includes/js/mediaelement/wp-mediaelement.css

    diff --git wp-includes/js/mediaelement/wp-mediaelement.css wp-includes/js/mediaelement/wp-mediaelement.css
    index 50f6c61..ae90c8d 100644
     
    2323}
    2424
    2525.mejs-controls .mejs-time-rail .mejs-time-current {
    26         background: #0074a2;
     26        background: #0073aa;
    2727}
    2828
    2929.mejs-controls .mejs-time-rail .mejs-time-total,
  • wp-includes/js/thickbox/thickbox.css

    diff --git wp-includes/js/thickbox/thickbox.css wp-includes/js/thickbox/thickbox.css
    index 45e3f48..0549c79 100644
     
    134134}
    135135
    136136.tb-close-icon:hover {
    137         color: #2ea2cc;
     137        color: #00a0d2;
    138138}
  • wp-includes/js/tinymce/plugins/compat3x/css/dialog.css

    diff --git wp-includes/js/tinymce/plugins/compat3x/css/dialog.css wp-includes/js/tinymce/plugins/compat3x/css/dialog.css
    index 2b8cb13..693afd4 100644
    input.mceButton, 
    7373}
    7474
    7575#insert {
    76         background: #2ea2cc;
    77         background: -webkit-gradient(linear, left top, left bottom, from(#2ea2cc), to(#1e8cbe));
    78         background: -webkit-linear-gradient(top, #2ea2cc 0%,#1e8cbe 100%);
    79         background: linear-gradient(top, #2ea2cc 0%,#1e8cbe 100%);
    80         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea2cc', endColorstr='#1e8cbe',GradientType=0 );
    81         border-color: #0074a2;
     76        background: #00a0d2;
     77        background: -webkit-gradient(linear, left top, left bottom, from(#00a0d2), to(#1e8cbe));
     78        background: -webkit-linear-gradient(top, #00a0d2 0%,#1e8cbe 100%);
     79        background: linear-gradient(top, #00a0d2 0%,#1e8cbe 100%);
     80        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0d2', endColorstr='#1e8cbe',GradientType=0 );
     81        border-color: #0073aa;
    8282        -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
    8383        box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
    8484        color: #fff;
    input.mceButton:focus, 
    106106#insert:hover,
    107107#insert:focus {
    108108        background: #1e8cbe;
    109         background: -webkit-gradient(linear, left top, left bottom, from(#1e8cbe), to(#0074a2));
    110         background: -webkit-linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
    111         background: linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
    112         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e8cbe', endColorstr='#0074a2',GradientType=0 );
    113         border-color: #0074a2;
     109        background: -webkit-gradient(linear, left top, left bottom, from(#1e8cbe), to(#0073aa));
     110        background: -webkit-linear-gradient(top, #1e8cbe 0%,#0073aa 100%);
     111        background: linear-gradient(top, #1e8cbe 0%,#0073aa 100%);
     112        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e8cbe', endColorstr='#0073aa',GradientType=0 );
     113        border-color: #0073aa;
    114114        -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
    115115        box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
    116116        color: #fff;