From f64bf7171950a1a67735608a5c74d3c358356936 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Sun, 5 Apr 2015 21:19:54 +0000 Subject: [PATCH] Update more instances of default admin blues and grays. props hugobaeta. fixes #31234. git-svn-id: https://develop.svn.wordpress.org/trunk@32051 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/admin-menu.css | 4 +- src/wp-admin/css/color-picker.css | 6 +- src/wp-admin/css/colors/_variables.scss | 6 +- src/wp-admin/css/common.css | 14 ++-- src/wp-admin/css/customize-controls.css | 10 +-- src/wp-admin/css/customize-widgets.css | 8 +- src/wp-admin/css/deprecated-media.css | 2 +- src/wp-admin/css/forms.css | 2 +- src/wp-admin/css/ie.css | 4 +- src/wp-admin/css/install.css | 6 +- src/wp-admin/css/list-tables.css | 8 +- src/wp-admin/css/login.css | 8 +- src/wp-admin/css/media.css | 6 +- src/wp-admin/css/nav-menus.css | 2 +- src/wp-admin/css/press-this-editor.css | 6 +- src/wp-admin/css/press-this.css | 82 +++++++++---------- src/wp-admin/css/revisions.css | 2 +- src/wp-admin/css/themes.css | 2 +- src/wp-admin/css/widgets.css | 4 +- src/wp-admin/images/wordpress-logo.svg | 2 +- src/wp-admin/includes/misc.php | 2 +- src/wp-admin/js/plugin-install.js | 2 +- src/wp-includes/css/admin-bar.css | 6 +- src/wp-includes/css/buttons.css | 18 ++-- src/wp-includes/css/editor.css | 52 ++++++------ src/wp-includes/css/jquery-ui-dialog.css | 8 +- src/wp-includes/css/media-views.css | 12 +-- src/wp-includes/css/wp-auth-check.css | 4 +- src/wp-includes/css/wp-pointer.css | 8 +- src/wp-includes/general-template.php | 4 +- .../js/mediaelement/wp-mediaelement.css | 2 +- src/wp-includes/js/thickbox/thickbox.css | 2 +- 32 files changed, 152 insertions(+), 152 deletions(-) diff --git a/src/wp-admin/css/admin-menu.css b/src/wp-admin/css/admin-menu.css index 2076c5c450..a2493e730b 100644 --- a/src/wp-admin/css/admin-menu.css +++ b/src/wp-admin/css/admin-menu.css @@ -179,7 +179,7 @@ #adminmenu li.menu-top > a:focus, #adminmenu .wp-submenu a:hover, #adminmenu .wp-submenu a:focus { - color: #45bbe6; + color: #00b9eb; } #adminmenu li.menu-top { @@ -525,7 +525,7 @@ ul#adminmenu > li.current > a.current:after { #adminmenu li.current a .awaiting-mod, #adminmenu li a.wp-has-current-submenu .update-plugins { - background-color: #45bbe6; + background-color: #00b9eb; color: #fff; } diff --git a/src/wp-admin/css/color-picker.css b/src/wp-admin/css/color-picker.css index 4229402a61..24873a035c 100644 --- a/src/wp-admin/css/color-picker.css +++ b/src/wp-admin/css/color-picker.css @@ -51,13 +51,13 @@ .wp-color-result:focus { background: #fafafa; border-color: #999; - color: #222; + color: #23282d; } .wp-color-result:hover:after, .wp-color-result:focus:after { - color: #222; - border-color: #aaa; + color: #23282d; + border-color: #a0a5aa; border-left: 1px solid #999; } diff --git a/src/wp-admin/css/colors/_variables.scss b/src/wp-admin/css/colors/_variables.scss index 05e46ba1a0..c203f1b2d5 100644 --- a/src/wp-admin/css/colors/_variables.scss +++ b/src/wp-admin/css/colors/_variables.scss @@ -4,9 +4,9 @@ // core variables $text-color: #fff !default; -$base-color: #222 !default; +$base-color: #23282d !default; $icon-color: hsl( hue( $base-color ), 7%, 95% ) !default; -$highlight-color: #0074a2 !default; +$highlight-color: #0073aa !default; $notification-color: #d54e21 !default; @@ -14,7 +14,7 @@ $notification-color: #d54e21 !default; $body-background: #f1f1f1 !default; -$link: #0074a2 !default; +$link: #0073aa !default; $link-focus: lighten( $link, 10% ) !default; $button-color: $highlight-color !default; diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css index 2c15298098..d4782fdc8e 100644 --- a/src/wp-admin/css/common.css +++ b/src/wp-admin/css/common.css @@ -741,7 +741,7 @@ img.emoji { #bulk-titles div a:before, .notice-dismiss:before { background: none; - color: #bbb; + color: #b4b9be; content: '\f153'; display: block !important; font: normal 16px/1 'dashicons'; @@ -1304,7 +1304,7 @@ div.error p, margin: 0; padding: 11px; background: none; - color: #bbb; + color: #b4b9be; cursor: pointer; } @@ -1504,7 +1504,7 @@ form.upgrade .hint { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none !important; - color: #bbb; + color: #b4b9be; } #screen-meta-links a.screen-meta-active:after { @@ -1737,7 +1737,7 @@ html.wp-toolbar { } .metabox-holder .postbox-container .empty-container { - border: 3px dashed #bbb; + border: 3px dashed #b4b9be; height: 250px; } @@ -1796,7 +1796,7 @@ html.wp-toolbar { } .sortable-placeholder { - border: 1px dashed #bbb; + border: 1px dashed #b4b9be; margin-bottom: 20px; } @@ -2880,7 +2880,7 @@ img { .item-edit, .sidebar-name-arrow, .accordion-section-title:after { - color: #aaa; + color: #a0a5aa; } .widget-action:hover, @@ -2983,7 +2983,7 @@ img { .accordion-section-title:hover:after, .accordion-section-title:focus:after { - border-color: #aaa transparent; + border-color: #a0a5aa transparent; } .cannot-expand .accordion-section-title { diff --git a/src/wp-admin/css/customize-controls.css b/src/wp-admin/css/customize-controls.css index d40fa4ebab..6cd774b5fa 100644 --- a/src/wp-admin/css/customize-controls.css +++ b/src/wp-admin/css/customize-controls.css @@ -113,7 +113,7 @@ body { #customize-theme-controls .control-section .accordion-section-title:hover, #customize-theme-controls .control-section.open .accordion-section-title, #customize-theme-controls .control-section .accordion-section-title:focus { - color: #222; + color: #23282d; background: #f5f5f5; } @@ -503,7 +503,7 @@ p.customize-section-description { } .collapsed .collapse-sidebar-arrow:before { - color: #888; + color: #82878c; } /* Style for custom settings */ @@ -554,11 +554,11 @@ p.customize-section-description { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none !important; - color: #333; + color: #32373c; } .customize-control .dropdown-status { - color: #333; + color: #32373c; background: #eeeeee; display: none; max-width: 112px; @@ -737,7 +737,7 @@ p.customize-section-description { position: absolute; height: auto; top: 0; left: 0; bottom: 0; right: 0; - border: 4px solid #2ea2cc; + border: 4px solid #00a0d2; -webkit-border-radius: 2px; border-radius: 2px; } diff --git a/src/wp-admin/css/customize-widgets.css b/src/wp-admin/css/customize-widgets.css index cf5e9e8be3..5d6c0bfed3 100644 --- a/src/wp-admin/css/customize-widgets.css +++ b/src/wp-admin/css/customize-widgets.css @@ -160,7 +160,7 @@ display: block; width: 33px; /* was 42px for mobile */ height: 43px; - color: #888; + color: #82878c; text-indent: -9999px; cursor: pointer; outline: none; @@ -259,7 +259,7 @@ #customize-theme-controls .widget-area-select .selected { color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.4); - background: #2ea2cc; + background: #00a0d2; } #customize-theme-controls .widget-area-select .selected:before { @@ -319,7 +319,7 @@ body.adding-widget .add-new-widget, body.adding-widget .add-new-widget:hover { background: #eee; border-color: #999; - color: #333; + color: #32373c; -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); } @@ -439,7 +439,7 @@ body.adding-widget #customize-preview { margin-right: 20px; width: 20px; height: 20px; - color: #333; + color: #32373c; font: normal 20px/1 'dashicons'; text-align: center; -webkit-box-sizing: border-box; diff --git a/src/wp-admin/css/deprecated-media.css b/src/wp-admin/css/deprecated-media.css index 300b2dcc8a..833512de17 100644 --- a/src/wp-admin/css/deprecated-media.css +++ b/src/wp-admin/css/deprecated-media.css @@ -229,7 +229,7 @@ abbr.required { .ui-sortable-helper { background-color: #fff; - border: 1px solid #aaa; + border: 1px solid #a0a5aa; opacity: 0.6; filter: alpha(opacity=60); } diff --git a/src/wp-admin/css/forms.css b/src/wp-admin/css/forms.css index c245047efd..6b07e51500 100644 --- a/src/wp-admin/css/forms.css +++ b/src/wp-admin/css/forms.css @@ -69,7 +69,7 @@ input[type="url"] { input[type="checkbox"], input[type="radio"] { - border: 1px solid #bbb; + border: 1px solid #b4b9be; background: #fff; color: #555; clear: none; diff --git a/src/wp-admin/css/ie.css b/src/wp-admin/css/ie.css index c49f576a71..6dfbc956b4 100644 --- a/src/wp-admin/css/ie.css +++ b/src/wp-admin/css/ie.css @@ -59,7 +59,7 @@ } #wp-fullscreen-tagline { - color: #888; + color: #82878c; font-size: 14px; } @@ -670,7 +670,7 @@ input[type="password"], } .mce-btn i.mce-i-wp_adv { - background-color: #aaa; + background-color: #a0a5aa; } .mce-btn i.mce-i-help, diff --git a/src/wp-admin/css/install.css b/src/wp-admin/css/install.css index dbeb3e630b..722228fe05 100644 --- a/src/wp-admin/css/install.css +++ b/src/wp-admin/css/install.css @@ -16,12 +16,12 @@ body { } a { - color: #0074a2; + color: #0073aa; text-decoration: none; } a:hover { - color: #2ea2cc; + color: #00a0d2; } h1 { @@ -333,7 +333,7 @@ body.language-chooser { display: block; border: 1px solid #ddd; background-color: #fff; - color: #333; + color: #32373c; font-size: 16px; font-family: Arial, sans-serif; font-weight: normal; diff --git a/src/wp-admin/css/list-tables.css b/src/wp-admin/css/list-tables.css index 0ae9cb509b..cbdaea82ed 100644 --- a/src/wp-admin/css/list-tables.css +++ b/src/wp-admin/css/list-tables.css @@ -22,7 +22,7 @@ width: 0; height: 0; margin-left: 8px; - border-top: 5px solid #bbb; + border-top: 5px solid #b4b9be; border-right: 5px solid transparent; } @@ -36,7 +36,7 @@ display: inline-block; -webkit-border-radius: 5px; border-radius: 5px; - background-color: #bbb; + background-color: #b4b9be; color: #fff; } @@ -557,7 +557,7 @@ th.asc:hover span.sorting-indicator { .tablenav .tablenav-pages a.disabled:hover, .tablenav .tablenav-pages a.disabled:focus, .tablenav .tablenav-pages a.disabled:active { - color: #aaa; + color: #a0a5aa; background: #eee; background: rgba( 0, 0, 0, 0.05 ); } @@ -624,7 +624,7 @@ classes exist in paginate_links() but not seen in list table output. */ } .view-switch > a:before { - color: #bbb; + color: #b4b9be; display: inline-block; float: left; font: normal 20px/1 'dashicons'; diff --git a/src/wp-admin/css/login.css b/src/wp-admin/css/login.css index a3da27bd38..250b0a4c55 100644 --- a/src/wp-admin/css/login.css +++ b/src/wp-admin/css/login.css @@ -22,7 +22,7 @@ body { } a { - color: #0074a2; + color: #0073aa; -webkit-transition-property: border, background, color; transition-property: border, background, color; -webkit-transition-duration: .05s; @@ -37,7 +37,7 @@ a { a:hover, a:active { - color: #2ea2cc; + color: #00a0d2; } a:focus { @@ -54,7 +54,7 @@ p { } .login .message { - border-left: 4px solid #2ea2cc; + border-left: 4px solid #00a0d2; padding: 1px 12px; background-color: #fff; -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1); @@ -180,7 +180,7 @@ p { .login #nav a:hover, .login #backtoblog a:hover, .login h1 a:hover { - color: #2ea2cc; + color: #00a0d2; } .login form .input, diff --git a/src/wp-admin/css/media.css b/src/wp-admin/css/media.css index 4ebe73a04b..c9d9cd692e 100644 --- a/src/wp-admin/css/media.css +++ b/src/wp-admin/css/media.css @@ -389,7 +389,7 @@ form.upgrade .hint { } .drag-drop #drag-drop-area { - border: 4px dashed #bbb; + border: 4px dashed #b4b9be; height: 200px; } @@ -399,7 +399,7 @@ form.upgrade .hint { } .drag-drop-inside p { - color: #aaa; + color: #a0a5aa; font-size: 14px; margin: 5px 0; display: none; @@ -509,7 +509,7 @@ border color while dragging a file over the uploader drop area */ bottom: auto; padding-top: 0; margin-top: 0; - border: 4px dashed #bbb; + border: 4px dashed #b4b9be; } .media-frame.mode-select .attachments-browser.fixed .attachments { diff --git a/src/wp-admin/css/nav-menus.css b/src/wp-admin/css/nav-menus.css index 31c740c014..b4ef126fc7 100644 --- a/src/wp-admin/css/nav-menus.css +++ b/src/wp-admin/css/nav-menus.css @@ -263,7 +263,7 @@ ul.add-menu-item-tabs li { } .js .input-with-default-title { - color: #aaa; + color: #a0a5aa; font-style: italic; } diff --git a/src/wp-admin/css/press-this-editor.css b/src/wp-admin/css/press-this-editor.css index 5b5d47b66f..886b8f450f 100644 --- a/src/wp-admin/css/press-this-editor.css +++ b/src/wp-admin/css/press-this-editor.css @@ -8,17 +8,17 @@ Press This TinyMCE editor styles :) */ @import url("//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,600,700"); a { - color: #0074a2; + color: #0073aa; } a:visited { - color: #0074a2; + color: #0073aa; } a:hover, a:focus, a:active { - color: #2ea2cc; + color: #00a0d2; } diff --git a/src/wp-admin/css/press-this.css b/src/wp-admin/css/press-this.css index 8463b5aed2..46992bdf0b 100644 --- a/src/wp-admin/css/press-this.css +++ b/src/wp-admin/css/press-this.css @@ -332,17 +332,17 @@ strong { .button-subtle { background: none; border: 0; - color: #0074a2; + color: #0073aa; } .button-subtle:visited { - color: #0074a2; + color: #0073aa; } .button-subtle:focus, .button-subtle:hover, .button-subtle:active { - color: #2ea2cc; + color: #00a0d2; } .button-subtle:focus, @@ -373,7 +373,7 @@ strong { padding: 0; border: 0; background: none; - color: #0074a2; + color: #0073aa; cursor: pointer; -webkit-appearance: none; } @@ -381,7 +381,7 @@ strong { .button-link:hover, .button-link:active, .button-link:focus { - color: #2ea2cc; + color: #00a0d2; text-decoration: underline; } @@ -430,7 +430,7 @@ input::-moz-focus-inner { [type="search"], textarea { padding: 0.4em 0.75em; - color: #333; + color: #32373c; border: 1px solid #ccc; } @@ -440,7 +440,7 @@ textarea { [type="password"]:focus, [type="search"]:focus, textarea:focus { - color: #333; + color: #32373c; outline: 0; } @@ -455,17 +455,17 @@ textarea { * Links */ a { - color: #0074a2; + color: #0073aa; } a:visited { - color: #0074a2; + color: #0073aa; } a:hover, a:focus, a:active { - color: #2ea2cc; + color: #00a0d2; } @@ -568,18 +568,18 @@ dd { } .post-format:checked + .post-format-icon { - -webkit-box-shadow: inset 6px 0 0 #2ea2cc; - box-shadow: inset 6px 0 0 #2ea2cc; + -webkit-box-shadow: inset 6px 0 0 #00a0d2; + box-shadow: inset 6px 0 0 #00a0d2; background: rgba(46, 162, 204, 0.1); } .post-format:checked + .post-format-icon:before, .post-format:checked + .post-format-icon:after { - color: #333; + color: #32373c; } .post-format:focus + .post-format-icon { - background: #2ea2cc; + background: #00a0d2; color: #fff; } @@ -705,7 +705,7 @@ dd { .ac_results .ac_over { background-color: #e5e5e5; - background-color: #2ea2cc; + background-color: #00a0d2; color: #fff; cursor: pointer; } @@ -775,7 +775,7 @@ dd { } .tagchecklist .ntdelbutton:focus:before { - color: #2ea2cc; + color: #00a0d2; } @@ -861,7 +861,7 @@ input[type="search"].categories-search, .add-cat-toggle:focus { text-decoration: none; - color: #2ea2cc; + color: #00a0d2; } .add-cat-toggle.is-toggled { @@ -930,9 +930,9 @@ input[type="search"].categories-search, } .postform:focus { - border-color: #0074a2; - -webkit-box-shadow: 0 0 0 3px #2ea2cc; - box-shadow: 0 0 0 3px #2ea2cc; + border-color: #0073aa; + -webkit-box-shadow: 0 0 0 3px #00a0d2; + box-shadow: 0 0 0 3px #00a0d2; outline: 0; -moz-outline: none; -moz-user-focus: ignore; @@ -976,13 +976,13 @@ input[type="search"].categories-search, .category:focus, .category.selected:focus { outline: 0; - background: #2ea2cc; + background: #00a0d2; color: #fff; } .category.selected { - -webkit-box-shadow: inset 6px 0 0 #2ea2cc; - box-shadow: inset 6px 0 0 #2ea2cc; + -webkit-box-shadow: inset 6px 0 0 #00a0d2; + box-shadow: inset 6px 0 0 #00a0d2; background: #E9F5F9; } @@ -999,7 +999,7 @@ input[type="search"].categories-search, line-height: 1; font-family: dashicons; text-decoration: inherit; - color: #222; + color: #23282d; font-weight: 400; font-style: normal; vertical-align: top; @@ -1103,7 +1103,7 @@ html { width: 100%; padding: 0 0.8em; min-height: 3.2em; - background: #222; + background: #23282d; color: #fff; z-index: 9999; } @@ -1213,7 +1213,7 @@ html { } .options { - color: #2ea2cc; + color: #00a0d2; } .alert { @@ -1234,7 +1234,7 @@ html { margin-top: -4px; -webkit-border-radius: 50%; border-radius: 50%; - background: #2ea2cc; + background: #00a0d2; } @media (max-width: 600px) { @@ -1423,9 +1423,9 @@ html { .post-title-placeholder:active, .post-title-placeholder:focus { outline: 0; - -webkit-box-shadow: inset 0px -3px 0 #2ea2cc; - box-shadow: inset 0px -3px 0 #2ea2cc; - border-color: #2ea2cc; + -webkit-box-shadow: inset 0px -3px 0 #00a0d2; + box-shadow: inset 0px -3px 0 #00a0d2; + border-color: #00a0d2; } @media (max-width: 900px) { @@ -1533,8 +1533,8 @@ html { .suggested-media-thumbnail:focus, .is-embed:focus { outline: 0; - -webkit-box-shadow: inset 0 0 0 3px #2ea2cc; - box-shadow: inset 0 0 0 3px #2ea2cc; + -webkit-box-shadow: inset 0 0 0 3px #00a0d2; + box-shadow: inset 0 0 0 3px #00a0d2; } .suggested-media-thumbnail { @@ -1611,7 +1611,7 @@ html { } .is-embed.is-video { - background-color: #222; + background-color: #23282d; } .is-embed.is-video:hover:before, @@ -1705,13 +1705,13 @@ html { margin: 0; background: none; border-color: #e5e5e5; - color: #222; + color: #23282d; } .insert-media:focus, .insert-media:active { outline: 0; - color: #2ea2cc; + color: #00a0d2; text-decoration: none; } @@ -1896,7 +1896,7 @@ html { .post-options .post-option-contents { margin-left: 3px; - color: #333; + color: #32373c; } .post-option-forward:before { @@ -1941,8 +1941,8 @@ html { .post-options .post-option:focus { outline: 0; - -webkit-box-shadow: inset 5px 0 0 #2ea2cc; - box-shadow: inset 5px 0 0 #2ea2cc; + -webkit-box-shadow: inset 5px 0 0 #00a0d2; + box-shadow: inset 5px 0 0 #00a0d2; } .is-off-screen > .post-option { @@ -2002,15 +2002,15 @@ html { width: 100%; padding: 13px 14px; border-bottom: 1px solid #e5e5e5; - color: #2ea2cc; + color: #00a0d2; text-decoration: none; text-align: left; } .modal-close:focus { outline: 0; - -webkit-box-shadow: inset 5px 0 0 #2ea2cc; - box-shadow: inset 5px 0 0 #2ea2cc; + -webkit-box-shadow: inset 5px 0 0 #00a0d2; + box-shadow: inset 5px 0 0 #00a0d2; } .setting-title { diff --git a/src/wp-admin/css/revisions.css b/src/wp-admin/css/revisions.css index 6fd940326c..d2652e38d2 100644 --- a/src/wp-admin/css/revisions.css +++ b/src/wp-admin/css/revisions.css @@ -42,7 +42,7 @@ .revisions-tickmarks > div { position: absolute; height: 100%; - border-left: 1px solid #aaa; + border-left: 1px solid #a0a5aa; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 8653ccd153..5d3a857e69 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -1462,7 +1462,7 @@ body.full-overlay-active { .theme-install-overlay .previous-theme.disabled:focus, .theme-install-overlay .next-theme.disabled:hover, .theme-install-overlay .next-theme.disabled:focus { - color: #bbb; + color: #b4b9be; background: #eee; cursor: default; pointer-events: none; diff --git a/src/wp-admin/css/widgets.css b/src/wp-admin/css/widgets.css index e3b63146e9..0a8cd92bb5 100644 --- a/src/wp-admin/css/widgets.css +++ b/src/wp-admin/css/widgets.css @@ -49,7 +49,7 @@ .deleting .widget-title, .deleting .widget-top a.widget-action:after { - color: #aaa; + color: #a0a5aa; } /* Widget Dragging Helpers */ @@ -62,7 +62,7 @@ } .widget-placeholder { - border: 1px dashed #bbb; + border: 1px dashed #b4b9be; margin: 0 auto 10px; height: 45px; width: 100%; diff --git a/src/wp-admin/images/wordpress-logo.svg b/src/wp-admin/images/wordpress-logo.svg index da5e5dff02..ba26fef0d8 100644 --- a/src/wp-admin/images/wordpress-logo.svg +++ b/src/wp-admin/images/wordpress-logo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/wp-admin/includes/misc.php b/src/wp-admin/includes/misc.php index 4aaca88237..367611b075 100644 --- a/src/wp-admin/includes/misc.php +++ b/src/wp-admin/includes/misc.php @@ -662,7 +662,7 @@ function wp_color_scheme_settings() { $icon_colors = $_wp_admin_css_colors['fresh']->icon_colors; } else { // Fall back to the default set of icon colors if the default scheme is missing. - $icon_colors = array( 'base' => '#999', 'focus' => '#2ea2cc', 'current' => '#fff' ); + $icon_colors = array( 'base' => '#999', 'focus' => '#00a0d2', 'current' => '#fff' ); } echo '\n"; diff --git a/src/wp-admin/js/plugin-install.js b/src/wp-admin/js/plugin-install.js index f3b3f578e0..cd23dc7049 100644 --- a/src/wp-admin/js/plugin-install.js +++ b/src/wp-admin/js/plugin-install.js @@ -41,7 +41,7 @@ jQuery( document ).ready( function( $ ) { $( '.plugin-card, .plugins .column-description' ).on( 'click', 'a.thickbox', function() { tb_click.call(this); - $('#TB_title').css({'background-color':'#222','color':'#cfcfcf'}); + $('#TB_title').css({'background-color':'#23282d','color':'#cfcfcf'}); $('#TB_ajaxWindowTitle').html( '' + plugininstallL10n.plugin_information + ' ' + $(this).data( 'title' ) ); $('#TB_iframeContent').attr( 'title', plugininstallL10n.plugin_information + ' ' + $(this).data( 'title' ) ); $('#TB_closeWindowButton').focus(); diff --git a/src/wp-includes/css/admin-bar.css b/src/wp-includes/css/admin-bar.css index cc3dcb3d50..1cac6ed25d 100644 --- a/src/wp-includes/css/admin-bar.css +++ b/src/wp-includes/css/admin-bar.css @@ -212,13 +212,13 @@ html:lang(he-il) .rtl #wpadminbar * { #wpadminbar .ab-top-menu > li:hover > .ab-item, #wpadminbar .ab-top-menu > li.hover > .ab-item { background: #32373c; - color: #45bbe6; + color: #00b9eb; } #wpadminbar > #wp-toolbar li:hover span.ab-label, #wpadminbar > #wp-toolbar li.hover span.ab-label, #wpadminbar > #wp-toolbar a:focus span.ab-label { - color: #45bbe6; + color: #00b9eb; } #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon, @@ -481,7 +481,7 @@ html:lang(he-il) .rtl #wpadminbar * { } #wpadminbar .quicklinks li a:hover .blavatar { - color: #45bbe6; + color: #00b9eb; } #wpadminbar .quicklinks li .blavatar:before { diff --git a/src/wp-includes/css/buttons.css b/src/wp-includes/css/buttons.css index cc0265d504..99d5a6959a 100644 --- a/src/wp-includes/css/buttons.css +++ b/src/wp-includes/css/buttons.css @@ -144,7 +144,7 @@ TABLE OF CONTENTS: .wp-core-ui .button-secondary:focus { background: #fafafa; border-color: #999; - color: #222; + color: #23282d; } .wp-core-ui .button.focus, @@ -164,7 +164,7 @@ TABLE OF CONTENTS: .wp-core-ui .button-secondary:active { background: #eee; border-color: #999; - color: #333; + color: #32373c; -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); } @@ -187,7 +187,7 @@ TABLE OF CONTENTS: .wp-core-ui .button-secondary:disabled, .wp-core-ui .button-secondary.disabled, .wp-core-ui .button-disabled { - color: #aaa !important; + color: #a0a5aa !important; border-color: #ddd !important; background: #f7f7f7 !important; -webkit-box-shadow: none !important; @@ -201,8 +201,8 @@ TABLE OF CONTENTS: ---------------------------------------------------------------------------- */ .wp-core-ui .button-primary { - background: #2ea2cc; - border-color: #0074a2; + background: #00a0d2; + border-color: #0073aa; -webkit-box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.5), 0 1px 0 rgba( 0, 0, 0, 0.15 ); box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.5 ), 0 1px 0 rgba( 0, 0, 0, 0.15 ); color: #fff; @@ -213,8 +213,8 @@ TABLE OF CONTENTS: .wp-core-ui .button-primary:hover, .wp-core-ui .button-primary.focus, .wp-core-ui .button-primary:focus { - background: #1e8cbe; - border-color: #0074a2; + background: #0091cd; + border-color: #0073aa; -webkit-box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 ); box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 ); color: #fff; @@ -237,8 +237,8 @@ TABLE OF CONTENTS: .wp-core-ui .button-primary.active:hover, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary:active { - background: #1b7aa6; - border-color: #005684; + background: #0073aa; + border-color: #005082; color: rgba( 255, 255, 255, 0.95 ); -webkit-box-shadow: inset 0 1px 0 rgba( 0, 0, 0, 0.1 ); box-shadow: inset 0 1px 0 rgba( 0, 0, 0, 0.1 ); diff --git a/src/wp-includes/css/editor.css b/src/wp-includes/css/editor.css index 4f89749350..7ba00f92dd 100644 --- a/src/wp-includes/css/editor.css +++ b/src/wp-includes/css/editor.css @@ -71,7 +71,7 @@ } .mce-window .mce-window-head .mce-close:hover:before { - color: #2ea2cc; + color: #00a0d2; } .mce-window .mce-window-head .mce-dragh { @@ -160,7 +160,7 @@ div.mce-toolbar-grp { } div.mce-inline-toolbar-grp { - border: 1px solid #aaa; + border: 1px solid #a0a5aa; -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.15 ); @@ -200,14 +200,14 @@ div.mce-inline-toolbar-grp:after { div.mce-inline-toolbar-grp.mce-arrow-up:before { top: -18px; - border-bottom-color: #aaa; + border-bottom-color: #a0a5aa; border-width: 9px; margin-left: -9px; } div.mce-inline-toolbar-grp.mce-arrow-down:before { bottom: -18px; - border-top-color: #aaa; + border-top-color: #a0a5aa; border-width: 9px; margin-left: -9px; } @@ -319,7 +319,7 @@ div.mce-path { .qt-dfw:focus { background: #fafafa; border-color: #999; - color: #222; + color: #23282d; -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 ); box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 ); outline: none; @@ -348,7 +348,7 @@ div.mce-path { #wp-fullscreen-buttons .mce-btn.mce-disabled:hover, .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus, #wp-fullscreen-buttons .mce-btn.mce-disabled:focus { - color: #aaa; + color: #a0a5aa; background: none; border-color: #ddd; text-shadow: 0 1px 0 #fff; @@ -402,7 +402,7 @@ div.mce-path { .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover { background-image: none; - border-color: #bbb; + border-color: #b4b9be; } .mce-toolbar .mce-btn-group .mce-btn.mce-listbox span { @@ -426,12 +426,12 @@ div.mce-path { } .mce-panel .mce-btn:hover i.mce-caret { - border-top-color: #333; + border-top-color: #32373c; } .mce-panel .mce-active i.mce-caret { border-top: 0; - border-bottom: 6px solid #333; + border-bottom: 6px solid #32373c; margin-top: 7px; } @@ -458,7 +458,7 @@ div.mce-path { .mce-menu .mce-menu-item.mce-selected, .mce-menu .mce-menu-item:focus { color: #000; - background-color: #bbb; + background-color: #b4b9be; background-image: none; -webkit-filter: none; filter: none; @@ -540,7 +540,7 @@ div.mce-menu .mce-menu-item-sep, .mce-window .mce-btn:focus { background: #fafafa; border-color: #999; - color: #222; + color: #23282d; } .mce-window .mce-btn:focus { @@ -555,13 +555,13 @@ div.mce-menu .mce-menu-item-sep, .mce-window .mce-btn:active { background: #eee; border-color: #999; - color: #333; + color: #32373c; -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); } .mce-window .mce-btn.mce-disabled { - color: #aaa; + color: #a0a5aa; border-color: #ddd; background: #f7f7f7; -webkit-box-shadow: none; @@ -571,8 +571,8 @@ div.mce-menu .mce-menu-item-sep, } .mce-window .mce-btn.mce-primary { - background: #2ea2cc; - border-color: #0074a2; + background: #00a0d2; + border-color: #0073aa; -webkit-box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.5), 0 1px 0 rgba( 0, 0, 0, 0.15 ); box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.5 ), 0 1px 0 rgba( 0, 0, 0, 0.15 ); color: #fff; @@ -582,7 +582,7 @@ div.mce-menu .mce-menu-item-sep, .mce-window .mce-btn.mce-primary:hover, .mce-window .mce-btn.mce-primary:focus { background: #1e8cbe; - border-color: #0074a2; + border-color: #0073aa; -webkit-box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 ); box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 ); color: #fff; @@ -973,7 +973,7 @@ i.mce-i-wp_code:before { 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8); outline: none; - color: #222; + color: #23282d; } .wp-switch-editor:active, @@ -1272,7 +1272,7 @@ i.mce-i-wp_code:before { #wp-link-close:hover, #wp-link-close:focus { - color: #2ea2cc; + color: #00a0d2; } #wp-link-close:focus { @@ -1409,7 +1409,7 @@ i.mce-i-wp_code:before { clear: both; margin-bottom: 0; border-bottom: 1px solid #f1f1f1; - color: #333; + color: #32373c; padding: 4px 6px 4px 10px; cursor: pointer; position: relative; @@ -1426,7 +1426,7 @@ i.mce-i-wp_code:before { #wp-link .query-notice .query-notice-hint { display: block; padding: 6px; - border-left: 4px solid #2ea2cc; + border-left: 4px solid #00a0d2; } #wp-link .unselectable.no-matches-found { @@ -1457,12 +1457,12 @@ i.mce-i-wp_code:before { #wp-link li.unselectable:hover { background: #fff; cursor: auto; - color: #333; + color: #32373c; } #wp-link li.selected { background: #ddd; - color: #333; + color: #32373c; } #wp-link li.selected .item-title { @@ -1694,7 +1694,7 @@ i.mce-i-wp_code:before { .clearlooks2 .mceTop span, .clearlooks2 .mceFocus .mceTop span { - color: #222; + color: #23282d; } .clearlooks2 .mceClose:before { @@ -1702,7 +1702,7 @@ i.mce-i-wp_code:before { } .clearlooks2 .mceClose:hover:before { - color: #2ea2cc; + color: #00a0d2; } */ /* Distraction-Free Writing mode @@ -1817,7 +1817,7 @@ i.mce-i-wp_code:before { } #wp-fullscreen-tagline { - color: #888; + color: #82878c; font-size: 18px; float: right; padding: 4px 0 0; @@ -1901,7 +1901,7 @@ i.mce-i-wp_code:before { white-space: nowrap; width: auto; background: none; - color: #333333; + color: #32373c; cursor: pointer; font-size: 18px; line-height: 20px; diff --git a/src/wp-includes/css/jquery-ui-dialog.css b/src/wp-includes/css/jquery-ui-dialog.css index 305ffb1edb..091cb7480c 100644 --- a/src/wp-includes/css/jquery-ui-dialog.css +++ b/src/wp-includes/css/jquery-ui-dialog.css @@ -222,7 +222,7 @@ .ui-button:focus { background: #fafafa; border-color: #999; - color: #222; + color: #23282d; } .ui-button:focus { @@ -237,14 +237,14 @@ .ui-button:active { background: #eee; border-color: #999; - color: #333; + color: #32373c; -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); } .ui-button[disabled], .ui-button:disabled { - color: #aaa !important; + color: #a0a5aa !important; border-color: #ddd !important; background: #f7f7f7 !important; -webkit-box-shadow: none !important; @@ -318,7 +318,7 @@ } .ui-button.ui-dialog-titlebar-close:hover { - color: #2ea2cc; + color: #00a0d2; } .ui-dialog-titlebar-close .ui-button-text { diff --git a/src/wp-includes/css/media-views.css b/src/wp-includes/css/media-views.css index 1fbd3f78ab..2343f8e733 100644 --- a/src/wp-includes/css/media-views.css +++ b/src/wp-includes/css/media-views.css @@ -42,11 +42,11 @@ } .media-frame a.button { - color: #333; + color: #32373c; } .media-frame a.button:hover { - color: #222; + color: #23282d; } .media-frame a.button-primary, @@ -187,7 +187,7 @@ } .media-modal-close:hover .media-modal-icon:before { - color: #2ea2cc; + color: #00a0d2; } .media-modal-close:active { @@ -503,7 +503,7 @@ margin: 0; line-height: 18px; font-size: 14px; - color: #0074a2; + color: #0073aa; text-decoration: none; } @@ -518,7 +518,7 @@ .media-menu .active, .media-menu .active:hover { - color: #222; + color: #23282d; font-weight: bold; } @@ -569,7 +569,7 @@ .media-router .active, .media-router .active:hover { - color: #333; + color: #32373c; } .media-router .active, diff --git a/src/wp-includes/css/wp-auth-check.css b/src/wp-includes/css/wp-auth-check.css index b5058d208d..32bd8dd6a5 100644 --- a/src/wp-includes/css/wp-auth-check.css +++ b/src/wp-includes/css/wp-auth-check.css @@ -85,11 +85,11 @@ } #wp-auth-check-wrap .wp-auth-check-close:hover:before { - color: #0074a2; + color: #0073aa; } #wp-auth-check-wrap .wp-auth-check-close:focus { - outline: 1px dotted #888; + outline: 1px dotted #82878c; } #wp-auth-check-wrap .wp-auth-fallback-expired { diff --git a/src/wp-includes/css/wp-pointer.css b/src/wp-includes/css/wp-pointer.css index 5c457b40dc..4e0105f9bf 100644 --- a/src/wp-includes/css/wp-pointer.css +++ b/src/wp-includes/css/wp-pointer.css @@ -17,14 +17,14 @@ line-height: 1.4em; font-size: 14px; color: #fff; - background: #2ea2cc; + background: #00a0d2; } .wp-pointer-content h3:before { background: #fff; -webkit-border-radius: 50%; border-radius: 50%; - color: #2ea2cc; + color: #00a0d2; content: '\f227'; font: normal 20px/1.6 'dashicons'; position: absolute; @@ -61,7 +61,7 @@ .wp-pointer-buttons a.close:before { background: none; - color: #bbb; + color: #b4b9be; content: '\f153'; display: block !important; font: normal 13px/1 'dashicons'; @@ -147,7 +147,7 @@ margin-left: -13px; margin-top: -13px; border: 13px solid transparent; - border-bottom-color: #2ea2cc; + border-bottom-color: #00a0d2; display: block; content: ' '; } diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php index 31e1403e75..f9a529f069 100644 --- a/src/wp-includes/general-template.php +++ b/src/wp-includes/general-template.php @@ -2794,8 +2794,8 @@ function register_admin_color_schemes() { wp_admin_css_color( 'fresh', _x( 'Default', 'admin color scheme' ), false, - array( '#222', '#333', '#0074a2', '#2ea2cc' ), - array( 'base' => '#999', 'focus' => '#2ea2cc', 'current' => '#fff' ) + array( '#222', '#333', '#0073aa', '#00a0d2' ), + array( 'base' => '#999', 'focus' => '#00a0d2', 'current' => '#fff' ) ); // Other color schemes are not available when running out of src diff --git a/src/wp-includes/js/mediaelement/wp-mediaelement.css b/src/wp-includes/js/mediaelement/wp-mediaelement.css index 50f6c61589..ae90c8ddb8 100644 --- a/src/wp-includes/js/mediaelement/wp-mediaelement.css +++ b/src/wp-includes/js/mediaelement/wp-mediaelement.css @@ -23,7 +23,7 @@ } .mejs-controls .mejs-time-rail .mejs-time-current { - background: #0074a2; + background: #0073aa; } .mejs-controls .mejs-time-rail .mejs-time-total, diff --git a/src/wp-includes/js/thickbox/thickbox.css b/src/wp-includes/js/thickbox/thickbox.css index 45e3f48a51..0549c795d1 100644 --- a/src/wp-includes/js/thickbox/thickbox.css +++ b/src/wp-includes/js/thickbox/thickbox.css @@ -134,5 +134,5 @@ } .tb-close-icon:hover { - color: #2ea2cc; + color: #00a0d2; }