Ticket #31234: update-admincolors-forgottenelements.diff
File update-admincolors-forgottenelements.diff, 23.5 KB (added by , 9 years ago) |
---|
-
wp-admin/css/admin-menu.css
diff --git wp-admin/css/admin-menu.css wp-admin/css/admin-menu.css index 2076c5c..a2493e7 100644
179 179 #adminmenu li.menu-top > a:focus, 180 180 #adminmenu .wp-submenu a:hover, 181 181 #adminmenu .wp-submenu a:focus { 182 color: # 45bbe6;182 color: #00b9eb; 183 183 } 184 184 185 185 #adminmenu li.menu-top { … … ul#adminmenu > li.current > a.current:after { 525 525 526 526 #adminmenu li.current a .awaiting-mod, 527 527 #adminmenu li a.wp-has-current-submenu .update-plugins { 528 background-color: # 45bbe6;528 background-color: #00b9eb; 529 529 color: #fff; 530 530 } 531 531 -
wp-admin/css/colors/_variables.scss
diff --git wp-admin/css/colors/_variables.scss wp-admin/css/colors/_variables.scss index 05e46ba..f9bb1bb 100644
6 6 $text-color: #fff !default; 7 7 $base-color: #222 !default; 8 8 $icon-color: hsl( hue( $base-color ), 7%, 95% ) !default; 9 $highlight-color: #007 4a2!default;9 $highlight-color: #0073aa !default; 10 10 $notification-color: #d54e21 !default; 11 11 12 12 … … $notification-color: #d54e21 !default; 14 14 15 15 $body-background: #f1f1f1 !default; 16 16 17 $link: #007 4a2!default;17 $link: #0073aa !default; 18 18 $link-focus: lighten( $link, 10% ) !default; 19 19 20 20 $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 { 7 7 8 8 /* Links */ 9 9 a { 10 color: #007 4a2; }10 color: #0073aa; } 11 11 a:hover, a:active, a:focus { 12 12 color: #0099d5; } 13 13 -
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 { 7 7 8 8 /* Links */ 9 9 a { 10 color: #007 4a2; }10 color: #0073aa; } 11 11 a:hover, a:active, a:focus { 12 12 color: #0099d5; } 13 13 -
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 { 7 7 8 8 /* Links */ 9 9 a { 10 color: #007 4a2; }10 color: #0073aa; } 11 11 a:hover, a:active, a:focus { 12 12 color: #0099d5; } 13 13 -
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 { 7 7 8 8 /* Links */ 9 9 a { 10 color: #007 4a2; }10 color: #0073aa; } 11 11 a:hover, a:active, a:focus { 12 12 color: #0099d5; } 13 13 -
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 { 7 7 8 8 /* Links */ 9 9 a { 10 color: #007 4a2; }10 color: #0073aa; } 11 11 a:hover, a:active, a:focus { 12 12 color: #0099d5; } 13 13 -
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 { 7 7 8 8 /* Links */ 9 9 a { 10 color: #007 4a2; }10 color: #0073aa; } 11 11 a:hover, a:active, a:focus { 12 12 color: #0099d5; } 13 13 -
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 { 7 7 8 8 /* Links */ 9 9 a { 10 color: #007 4a2; }10 color: #0073aa; } 11 11 a:hover, a:active, a:focus { 12 12 color: #0099d5; } 13 13 -
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 { 716 716 position: absolute; 717 717 height: auto; 718 718 top: 0; left: 0; bottom: 0; right: 0; 719 border: 4px solid # 2ea2cc;719 border: 4px solid #00a0d2; 720 720 -webkit-border-radius: 2px; 721 721 border-radius: 2px; 722 722 } -
wp-admin/css/customize-widgets.css
diff --git wp-admin/css/customize-widgets.css wp-admin/css/customize-widgets.css index f60bb29..b14c698 100644
255 255 #customize-theme-controls .widget-area-select .selected { 256 256 color: #fff; 257 257 text-shadow: 0 -1px 0 rgba(0,0,0,.4); 258 background: # 2ea2cc;258 background: #00a0d2; 259 259 } 260 260 261 261 #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 { 16 16 } 17 17 18 18 a { 19 color: #007 4a2;19 color: #0073aa; 20 20 text-decoration: none; 21 21 } 22 22 23 23 a:hover { 24 color: # 2ea2cc;24 color: #00a0d2; 25 25 } 26 26 27 27 h1 { -
wp-admin/css/login.css
diff --git wp-admin/css/login.css wp-admin/css/login.css index a3da27b..250b0a4 100644
body { 22 22 } 23 23 24 24 a { 25 color: #007 4a2;25 color: #0073aa; 26 26 -webkit-transition-property: border, background, color; 27 27 transition-property: border, background, color; 28 28 -webkit-transition-duration: .05s; … … a { 37 37 38 38 a:hover, 39 39 a:active { 40 color: # 2ea2cc;40 color: #00a0d2; 41 41 } 42 42 43 43 a:focus { … … p { 54 54 } 55 55 56 56 .login .message { 57 border-left: 4px solid # 2ea2cc;57 border-left: 4px solid #00a0d2; 58 58 padding: 1px 12px; 59 59 background-color: #fff; 60 60 -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1); … … p { 180 180 .login #nav a:hover, 181 181 .login #backtoblog a:hover, 182 182 .login h1 a:hover { 183 color: # 2ea2cc;183 color: #00a0d2; 184 184 } 185 185 186 186 .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 :) 8 8 */ 9 9 @import url("//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,600,700"); 10 10 a { 11 color: #007 4a2;11 color: #0073aa; 12 12 } 13 13 14 14 a:visited { 15 color: #007 4a2;15 color: #0073aa; 16 16 } 17 17 18 18 a:hover, 19 19 a:focus, 20 20 a:active { 21 color: # 2ea2cc;21 color: #00a0d2; 22 22 } 23 23 24 24 -
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 { 332 332 .button-subtle { 333 333 background: none; 334 334 border: 0; 335 color: #007 4a2;335 color: #0073aa; 336 336 } 337 337 338 338 .button-subtle:visited { 339 color: #007 4a2;339 color: #0073aa; 340 340 } 341 341 342 342 .button-subtle:focus, 343 343 .button-subtle:hover, 344 344 .button-subtle:active { 345 color: # 2ea2cc;345 color: #00a0d2; 346 346 } 347 347 348 348 .button-subtle:focus, … … strong { 373 373 padding: 0; 374 374 border: 0; 375 375 background: none; 376 color: #007 4a2;376 color: #0073aa; 377 377 cursor: pointer; 378 378 -webkit-appearance: none; 379 379 } … … strong { 381 381 .button-link:hover, 382 382 .button-link:active, 383 383 .button-link:focus { 384 color: # 2ea2cc;384 color: #00a0d2; 385 385 text-decoration: underline; 386 386 } 387 387 … … textarea { 455 455 * Links 456 456 */ 457 457 a { 458 color: #007 4a2;458 color: #0073aa; 459 459 } 460 460 461 461 a:visited { 462 color: #007 4a2;462 color: #0073aa; 463 463 } 464 464 465 465 a:hover, 466 466 a:focus, 467 467 a:active { 468 color: # 2ea2cc;468 color: #00a0d2; 469 469 } 470 470 471 471 … … dd { 568 568 } 569 569 570 570 .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; 573 573 background: rgba(46, 162, 204, 0.1); 574 574 } 575 575 … … dd { 579 579 } 580 580 581 581 .post-format:focus + .post-format-icon { 582 background: # 2ea2cc;582 background: #00a0d2; 583 583 color: #fff; 584 584 } 585 585 … … dd { 705 705 706 706 .ac_results .ac_over { 707 707 background-color: #e5e5e5; 708 background-color: # 2ea2cc;708 background-color: #00a0d2; 709 709 color: #fff; 710 710 cursor: pointer; 711 711 } … … dd { 775 775 } 776 776 777 777 .tagchecklist .ntdelbutton:focus:before { 778 color: # 2ea2cc;778 color: #00a0d2; 779 779 } 780 780 781 781 … … input[type="search"].categories-search, 859 859 860 860 .add-cat-toggle:focus { 861 861 text-decoration: none; 862 color: # 2ea2cc;862 color: #00a0d2; 863 863 } 864 864 865 865 .add-cat-toggle.is-toggled { … … input[type="search"].categories-search, 928 928 } 929 929 930 930 .postform:focus { 931 border-color: #007 4a2;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; 934 934 outline: 0; 935 935 -moz-outline: none; 936 936 -moz-user-focus: ignore; … … input[type="search"].categories-search, 974 974 .category:focus, 975 975 .category.selected:focus { 976 976 outline: 0; 977 background: # 2ea2cc;977 background: #00a0d2; 978 978 color: #fff; 979 979 } 980 980 981 981 .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; 984 984 background: #E9F5F9; 985 985 } 986 986 … … html { 1213 1213 } 1214 1214 1215 1215 .options-close { 1216 color: # 2ea2cc;1216 color: #00a0d2; 1217 1217 } 1218 1218 1219 1219 .alert { … … html { 1234 1234 margin-top: -4px; 1235 1235 -webkit-border-radius: 50%; 1236 1236 border-radius: 50%; 1237 background: # 2ea2cc;1237 background: #00a0d2; 1238 1238 } 1239 1239 1240 1240 @media (max-width: 600px) { … … html { 1396 1396 .post-title-placeholder:active, 1397 1397 .post-title-placeholder:focus { 1398 1398 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; 1402 1402 } 1403 1403 1404 1404 @media (max-width: 900px) { … … html { 1506 1506 .suggested-media-thumbnail:focus, 1507 1507 .is-embed:focus { 1508 1508 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; 1511 1511 } 1512 1512 1513 1513 .suggested-media-thumbnail { … … html { 1684 1684 .insert-media:focus, 1685 1685 .insert-media:active { 1686 1686 outline: 0; 1687 color: # 2ea2cc;1687 color: #00a0d2; 1688 1688 text-decoration: none; 1689 1689 } 1690 1690 … … html { 1914 1914 1915 1915 .post-options .post-option:focus { 1916 1916 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; 1919 1919 } 1920 1920 1921 1921 .is-off-screen > .post-option { … … html { 1975 1975 width: 100%; 1976 1976 padding: 13px 14px; 1977 1977 border-bottom: 1px solid #e5e5e5; 1978 color: # 2ea2cc;1978 color: #00a0d2; 1979 1979 text-decoration: none; 1980 1980 text-align: left; 1981 1981 } 1982 1982 1983 1983 .modal-close:focus { 1984 1984 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; 1987 1987 } 1988 1988 1989 1989 .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() { 662 662 $icon_colors = $_wp_admin_css_colors['fresh']->icon_colors; 663 663 } else { 664 664 // 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' ); 666 666 } 667 667 668 668 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 * { 211 211 #wpadminbar .ab-top-menu > li:hover > .ab-item, 212 212 #wpadminbar .ab-top-menu > li.hover > .ab-item { 213 213 background: #32373c; 214 color: # 45bbe6;214 color: #00b9eb; 215 215 } 216 216 217 217 #wpadminbar > #wp-toolbar li:hover span.ab-label, 218 218 #wpadminbar > #wp-toolbar li.hover span.ab-label, 219 219 #wpadminbar > #wp-toolbar a:focus span.ab-label { 220 color: # 45bbe6;220 color: #00b9eb; 221 221 } 222 222 223 223 #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon, … … html:lang(he-il) .rtl #wpadminbar * { 480 480 } 481 481 482 482 #wpadminbar .quicklinks li a:hover .blavatar { 483 color: # 45bbe6;483 color: #00b9eb; 484 484 } 485 485 486 486 #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: 201 201 ---------------------------------------------------------------------------- */ 202 202 203 203 .wp-core-ui .button-primary { 204 background: # 2ea2cc;205 border-color: #007 4a2;204 background: #00a0d2; 205 border-color: #0073aa; 206 206 -webkit-box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.5), 0 1px 0 rgba( 0, 0, 0, 0.15 ); 207 207 box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.5 ), 0 1px 0 rgba( 0, 0, 0, 0.15 ); 208 208 color: #fff; … … TABLE OF CONTENTS: 213 213 .wp-core-ui .button-primary:hover, 214 214 .wp-core-ui .button-primary.focus, 215 215 .wp-core-ui .button-primary:focus { 216 background: # 1e8cbe;217 border-color: #007 4a2;216 background: #0091cd; 217 border-color: #0073aa; 218 218 -webkit-box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 ); 219 219 box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 ); 220 220 color: #fff; … … TABLE OF CONTENTS: 237 237 .wp-core-ui .button-primary.active:hover, 238 238 .wp-core-ui .button-primary.active:focus, 239 239 .wp-core-ui .button-primary:active { 240 background: # 1b7aa6;241 border-color: #005 684;240 background: #0073aa; 241 border-color: #005082; 242 242 color: rgba( 255, 255, 255, 0.95 ); 243 243 -webkit-box-shadow: inset 0 1px 0 rgba( 0, 0, 0, 0.1 ); 244 244 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
71 71 } 72 72 73 73 .mce-window .mce-window-head .mce-close:hover:before { 74 color: # 2ea2cc;74 color: #00a0d2; 75 75 } 76 76 77 77 .mce-window .mce-window-head .mce-dragh { … … div.mce-menu .mce-menu-item-sep, 571 571 } 572 572 573 573 .mce-window .mce-btn.mce-primary { 574 background: # 2ea2cc;575 border-color: #007 4a2;574 background: #00a0d2; 575 border-color: #0073aa; 576 576 -webkit-box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.5), 0 1px 0 rgba( 0, 0, 0, 0.15 ); 577 577 box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.5 ), 0 1px 0 rgba( 0, 0, 0, 0.15 ); 578 578 color: #fff; … … div.mce-menu .mce-menu-item-sep, 582 582 .mce-window .mce-btn.mce-primary:hover, 583 583 .mce-window .mce-btn.mce-primary:focus { 584 584 background: #1e8cbe; 585 border-color: #007 4a2;585 border-color: #0073aa; 586 586 -webkit-box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 ); 587 587 box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 ); 588 588 color: #fff; … … i.mce-i-hr:before { 1271 1271 1272 1272 #wp-link-close:hover, 1273 1273 #wp-link-close:focus { 1274 color: # 2ea2cc;1274 color: #00a0d2; 1275 1275 } 1276 1276 1277 1277 #wp-link-close:focus { … … i.mce-i-hr:before { 1425 1425 #wp-link .query-notice .query-notice-hint { 1426 1426 display: block; 1427 1427 padding: 6px; 1428 border-left: 4px solid # 2ea2cc;1428 border-left: 4px solid #00a0d2; 1429 1429 } 1430 1430 1431 1431 #wp-link .unselectable.no-matches-found { … … i.mce-i-hr:before { 1706 1706 } 1707 1707 1708 1708 .clearlooks2 .mceClose:hover:before { 1709 color: # 2ea2cc;1709 color: #00a0d2; 1710 1710 } 1711 1711 */ 1712 1712 /* 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
318 318 } 319 319 320 320 .ui-button.ui-dialog-titlebar-close:hover { 321 color: # 2ea2cc;321 color: #00a0d2; 322 322 } 323 323 324 324 .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
187 187 } 188 188 189 189 .media-modal-close:hover .media-modal-icon:before { 190 color: # 2ea2cc;190 color: #00a0d2; 191 191 } 192 192 193 193 .media-modal-close:active { … … 503 503 margin: 0; 504 504 line-height: 18px; 505 505 font-size: 14px; 506 color: #007 4a2;506 color: #0073aa; 507 507 text-decoration: none; 508 508 } 509 509 -
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
76 76 } 77 77 78 78 #wp-auth-check-wrap .wp-auth-check-close:hover:before { 79 color: #007 4a2;79 color: #0073aa; 80 80 } 81 81 82 82 #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
17 17 line-height: 1.4em; 18 18 font-size: 14px; 19 19 color: #fff; 20 background: # 2ea2cc;20 background: #00a0d2; 21 21 } 22 22 23 23 .wp-pointer-content h3:before { 24 24 background: #fff; 25 25 -webkit-border-radius: 50%; 26 26 border-radius: 50%; 27 color: # 2ea2cc;27 color: #00a0d2; 28 28 content: '\f227'; 29 29 font: normal 20px/1.6 'dashicons'; 30 30 position: absolute; … … 147 147 margin-left: -13px; 148 148 margin-top: -13px; 149 149 border: 13px solid transparent; 150 border-bottom-color: # 2ea2cc;150 border-bottom-color: #00a0d2; 151 151 display: block; 152 152 content: ' '; 153 153 } -
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() { 2761 2761 2762 2762 wp_admin_css_color( 'fresh', _x( 'Default', 'admin color scheme' ), 2763 2763 false, 2764 array( '#222', '#333', '#007 4a2', '#2ea2cc' ),2765 array( 'base' => '#999', 'focus' => '# 2ea2cc', 'current' => '#fff' )2764 array( '#222', '#333', '#0073aa', '#00a0d2' ), 2765 array( 'base' => '#999', 'focus' => '#00a0d2', 'current' => '#fff' ) 2766 2766 ); 2767 2767 2768 2768 // 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
23 23 } 24 24 25 25 .mejs-controls .mejs-time-rail .mejs-time-current { 26 background: #007 4a2;26 background: #0073aa; 27 27 } 28 28 29 29 .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
134 134 } 135 135 136 136 .tb-close-icon:hover { 137 color: # 2ea2cc;137 color: #00a0d2; 138 138 } -
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, 73 73 } 74 74 75 75 #insert { 76 background: # 2ea2cc;77 background: -webkit-gradient(linear, left top, left bottom, from(# 2ea2cc), to(#1e8cbe));78 background: -webkit-linear-gradient(top, # 2ea2cc0%,#1e8cbe 100%);79 background: linear-gradient(top, # 2ea2cc0%,#1e8cbe 100%);80 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='# 2ea2cc', endColorstr='#1e8cbe',GradientType=0 );81 border-color: #007 4a2;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; 82 82 -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5); 83 83 box-shadow: inset 0 1px 0 rgba(120,200,230,0.5); 84 84 color: #fff; … … input.mceButton:focus, 106 106 #insert:hover, 107 107 #insert:focus { 108 108 background: #1e8cbe; 109 background: -webkit-gradient(linear, left top, left bottom, from(#1e8cbe), to(#007 4a2));110 background: -webkit-linear-gradient(top, #1e8cbe 0%,#007 4a2100%);111 background: linear-gradient(top, #1e8cbe 0%,#007 4a2100%);112 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e8cbe', endColorstr='#007 4a2',GradientType=0 );113 border-color: #007 4a2;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; 114 114 -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6); 115 115 box-shadow: inset 0 1px 0 rgba(120,200,230,0.6); 116 116 color: #fff;