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
This commit is contained in:
Helen Hou-Sandi 2015-04-05 21:19:54 +00:00
parent 868d12ef38
commit f64bf71719
32 changed files with 152 additions and 152 deletions

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;

View File

@ -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 {

View File

@ -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;
}

View File

@ -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;

View File

@ -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);
}

View File

@ -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;

View File

@ -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,

View File

@ -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;

View File

@ -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';

View File

@ -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,

View File

@ -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 {

View File

@ -263,7 +263,7 @@ ul.add-menu-item-tabs li {
}
.js .input-with-default-title {
color: #aaa;
color: #a0a5aa;
font-style: italic;
}

View File

@ -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;
}

View File

@ -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 {

View File

@ -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;

View File

@ -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;

View File

@ -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%;

View File

@ -1 +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>
<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>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -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 '<script type="text/javascript">var _wpColorScheme = ' . wp_json_encode( array( 'icons' => $icon_colors ) ) . ";</script>\n";

View File

@ -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( '<strong>' + plugininstallL10n.plugin_information + '</strong>&nbsp;' + $(this).data( 'title' ) );
$('#TB_iframeContent').attr( 'title', plugininstallL10n.plugin_information + ' ' + $(this).data( 'title' ) );
$('#TB_closeWindowButton').focus();

View File

@ -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 {

View File

@ -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 );

View File

@ -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;

View File

@ -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 {

View File

@ -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,

View File

@ -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 {

View File

@ -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: ' ';
}

View File

@ -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

View File

@ -23,7 +23,7 @@
}
.mejs-controls .mejs-time-rail .mejs-time-current {
background: #0074a2;
background: #0073aa;
}
.mejs-controls .mejs-time-rail .mejs-time-total,

View File

@ -134,5 +134,5 @@
}
.tb-close-icon:hover {
color: #2ea2cc;
color: #00a0d2;
}