Changeset 32051
- Timestamp:
- 04/05/2015 09:19:54 PM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 32 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/admin-menu.css
r31573 r32051 180 180 #adminmenu .wp-submenu a:hover, 181 181 #adminmenu .wp-submenu a:focus { 182 color: # 45bbe6;182 color: #00b9eb; 183 183 } 184 184 … … 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 } -
trunk/src/wp-admin/css/color-picker.css
r29616 r32051 52 52 background: #fafafa; 53 53 border-color: #999; 54 color: #2 22;54 color: #23282d; 55 55 } 56 56 57 57 .wp-color-result:hover:after, 58 58 .wp-color-result:focus:after { 59 color: #2 22;60 border-color: #a aa;59 color: #23282d; 60 border-color: #a0a5aa; 61 61 border-left: 1px solid #999; 62 62 } -
trunk/src/wp-admin/css/colors/_variables.scss
r31471 r32051 5 5 6 6 $text-color: #fff !default; 7 $base-color: #2 22!default;7 $base-color: #23282d !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 … … 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 -
trunk/src/wp-admin/css/common.css
r31996 r32051 742 742 .notice-dismiss:before { 743 743 background: none; 744 color: #b bb;744 color: #b4b9be; 745 745 content: '\f153'; 746 746 display: block !important; … … 1305 1305 padding: 11px; 1306 1306 background: none; 1307 color: #b bb;1307 color: #b4b9be; 1308 1308 cursor: pointer; 1309 1309 } … … 1505 1505 -moz-osx-font-smoothing: grayscale; 1506 1506 text-decoration: none !important; 1507 color: #b bb;1507 color: #b4b9be; 1508 1508 } 1509 1509 … … 1738 1738 1739 1739 .metabox-holder .postbox-container .empty-container { 1740 border: 3px dashed #b bb;1740 border: 3px dashed #b4b9be; 1741 1741 height: 250px; 1742 1742 } … … 1797 1797 1798 1798 .sortable-placeholder { 1799 border: 1px dashed #b bb;1799 border: 1px dashed #b4b9be; 1800 1800 margin-bottom: 20px; 1801 1801 } … … 2881 2881 .sidebar-name-arrow, 2882 2882 .accordion-section-title:after { 2883 color: #a aa;2883 color: #a0a5aa; 2884 2884 } 2885 2885 … … 2984 2984 .accordion-section-title:hover:after, 2985 2985 .accordion-section-title:focus:after { 2986 border-color: #a aa transparent;2986 border-color: #a0a5aa transparent; 2987 2987 } 2988 2988 -
trunk/src/wp-admin/css/customize-controls.css
r32008 r32051 114 114 #customize-theme-controls .control-section.open .accordion-section-title, 115 115 #customize-theme-controls .control-section .accordion-section-title:focus { 116 color: #2 22;116 color: #23282d; 117 117 background: #f5f5f5; 118 118 } … … 504 504 505 505 .collapsed .collapse-sidebar-arrow:before { 506 color: #8 88;506 color: #82878c; 507 507 } 508 508 … … 555 555 -moz-osx-font-smoothing: grayscale; 556 556 text-decoration: none !important; 557 color: #3 33;557 color: #32373c; 558 558 } 559 559 560 560 .customize-control .dropdown-status { 561 color: #3 33;561 color: #32373c; 562 562 background: #eeeeee; 563 563 display: none; … … 738 738 height: auto; 739 739 top: 0; left: 0; bottom: 0; right: 0; 740 border: 4px solid # 2ea2cc;740 border: 4px solid #00a0d2; 741 741 -webkit-border-radius: 2px; 742 742 border-radius: 2px; -
trunk/src/wp-admin/css/customize-widgets.css
r32008 r32051 161 161 width: 33px; /* was 42px for mobile */ 162 162 height: 43px; 163 color: #8 88;163 color: #82878c; 164 164 text-indent: -9999px; 165 165 cursor: pointer; … … 260 260 color: #fff; 261 261 text-shadow: 0 -1px 0 rgba(0,0,0,.4); 262 background: # 2ea2cc;262 background: #00a0d2; 263 263 } 264 264 … … 320 320 background: #eee; 321 321 border-color: #999; 322 color: #3 33;322 color: #32373c; 323 323 -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); 324 324 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); … … 440 440 width: 20px; 441 441 height: 20px; 442 color: #3 33;442 color: #32373c; 443 443 font: normal 20px/1 'dashicons'; 444 444 text-align: center; -
trunk/src/wp-admin/css/deprecated-media.css
r31564 r32051 230 230 .ui-sortable-helper { 231 231 background-color: #fff; 232 border: 1px solid #a aa;232 border: 1px solid #a0a5aa; 233 233 opacity: 0.6; 234 234 filter: alpha(opacity=60); -
trunk/src/wp-admin/css/forms.css
r31996 r32051 70 70 input[type="checkbox"], 71 71 input[type="radio"] { 72 border: 1px solid #b bb;72 border: 1px solid #b4b9be; 73 73 background: #fff; 74 74 color: #555; -
trunk/src/wp-admin/css/ie.css
r28940 r32051 60 60 61 61 #wp-fullscreen-tagline { 62 color: #8 88;62 color: #82878c; 63 63 font-size: 14px; 64 64 } … … 671 671 672 672 .mce-btn i.mce-i-wp_adv { 673 background-color: #a aa;673 background-color: #a0a5aa; 674 674 } 675 675 -
trunk/src/wp-admin/css/install.css
r31573 r32051 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 … … 334 334 border: 1px solid #ddd; 335 335 background-color: #fff; 336 color: #3 33;336 color: #32373c; 337 337 font-size: 16px; 338 338 font-family: Arial, sans-serif; -
trunk/src/wp-admin/css/list-tables.css
r31996 r32051 23 23 height: 0; 24 24 margin-left: 8px; 25 border-top: 5px solid #b bb;25 border-top: 5px solid #b4b9be; 26 26 border-right: 5px solid transparent; 27 27 } … … 37 37 -webkit-border-radius: 5px; 38 38 border-radius: 5px; 39 background-color: #b bb;39 background-color: #b4b9be; 40 40 color: #fff; 41 41 } … … 558 558 .tablenav .tablenav-pages a.disabled:focus, 559 559 .tablenav .tablenav-pages a.disabled:active { 560 color: #a aa;560 color: #a0a5aa; 561 561 background: #eee; 562 562 background: rgba( 0, 0, 0, 0.05 ); … … 625 625 626 626 .view-switch > a:before { 627 color: #b bb;627 color: #b4b9be; 628 628 display: inline-block; 629 629 float: left; -
trunk/src/wp-admin/css/login.css
r31318 r32051 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; … … 38 38 a:hover, 39 39 a:active { 40 color: # 2ea2cc;40 color: #00a0d2; 41 41 } 42 42 … … 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; … … 181 181 .login #backtoblog a:hover, 182 182 .login h1 a:hover { 183 color: # 2ea2cc;183 color: #00a0d2; 184 184 } 185 185 -
trunk/src/wp-admin/css/media.css
r31996 r32051 390 390 391 391 .drag-drop #drag-drop-area { 392 border: 4px dashed #b bb;392 border: 4px dashed #b4b9be; 393 393 height: 200px; 394 394 } … … 400 400 401 401 .drag-drop-inside p { 402 color: #a aa;402 color: #a0a5aa; 403 403 font-size: 14px; 404 404 margin: 5px 0; … … 510 510 padding-top: 0; 511 511 margin-top: 0; 512 border: 4px dashed #b bb;512 border: 4px dashed #b4b9be; 513 513 } 514 514 -
trunk/src/wp-admin/css/nav-menus.css
r31996 r32051 264 264 265 265 .js .input-with-default-title { 266 color: #a aa;266 color: #a0a5aa; 267 267 font-style: italic; 268 268 } -
trunk/src/wp-admin/css/press-this-editor.css
r31801 r32051 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 … … 19 19 a:focus, 20 20 a:active { 21 color: # 2ea2cc;21 color: #00a0d2; 22 22 } 23 23 -
trunk/src/wp-admin/css/press-this.css
r31996 r32051 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 … … 343 343 .button-subtle:hover, 344 344 .button-subtle:active { 345 color: # 2ea2cc;345 color: #00a0d2; 346 346 } 347 347 … … 374 374 border: 0; 375 375 background: none; 376 color: #007 4a2;376 color: #0073aa; 377 377 cursor: pointer; 378 378 -webkit-appearance: none; … … 382 382 .button-link:active, 383 383 .button-link:focus { 384 color: # 2ea2cc;384 color: #00a0d2; 385 385 text-decoration: underline; 386 386 } … … 431 431 textarea { 432 432 padding: 0.4em 0.75em; 433 color: #3 33;433 color: #32373c; 434 434 border: 1px solid #ccc; 435 435 } … … 441 441 [type="search"]:focus, 442 442 textarea:focus { 443 color: #3 33;443 color: #32373c; 444 444 outline: 0; 445 445 } … … 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 … … 466 466 a:focus, 467 467 a:active { 468 color: # 2ea2cc;468 color: #00a0d2; 469 469 } 470 470 … … 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 } … … 576 576 .post-format:checked + .post-format-icon:before, 577 577 .post-format:checked + .post-format-icon:after { 578 color: #3 33;578 color: #32373c; 579 579 } 580 580 581 581 .post-format:focus + .post-format-icon { 582 background: # 2ea2cc;582 background: #00a0d2; 583 583 color: #fff; 584 584 } … … 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; … … 776 776 777 777 .tagchecklist .ntdelbutton:focus:before { 778 color: # 2ea2cc;778 color: #00a0d2; 779 779 } 780 780 … … 862 862 .add-cat-toggle:focus { 863 863 text-decoration: none; 864 color: # 2ea2cc;864 color: #00a0d2; 865 865 } 866 866 … … 931 931 932 932 .postform:focus { 933 border-color: #007 4a2;934 -webkit-box-shadow: 0 0 0 3px # 2ea2cc;935 box-shadow: 0 0 0 3px # 2ea2cc;933 border-color: #0073aa; 934 -webkit-box-shadow: 0 0 0 3px #00a0d2; 935 box-shadow: 0 0 0 3px #00a0d2; 936 936 outline: 0; 937 937 -moz-outline: none; … … 977 977 .category.selected:focus { 978 978 outline: 0; 979 background: # 2ea2cc;979 background: #00a0d2; 980 980 color: #fff; 981 981 } 982 982 983 983 .category.selected { 984 -webkit-box-shadow: inset 6px 0 0 # 2ea2cc;985 box-shadow: inset 6px 0 0 # 2ea2cc;984 -webkit-box-shadow: inset 6px 0 0 #00a0d2; 985 box-shadow: inset 6px 0 0 #00a0d2; 986 986 background: #E9F5F9; 987 987 } … … 1000 1000 font-family: dashicons; 1001 1001 text-decoration: inherit; 1002 color: #2 22;1002 color: #23282d; 1003 1003 font-weight: 400; 1004 1004 font-style: normal; … … 1104 1104 padding: 0 0.8em; 1105 1105 min-height: 3.2em; 1106 background: #2 22;1106 background: #23282d; 1107 1107 color: #fff; 1108 1108 z-index: 9999; … … 1214 1214 1215 1215 .options { 1216 color: # 2ea2cc;1216 color: #00a0d2; 1217 1217 } 1218 1218 … … 1235 1235 -webkit-border-radius: 50%; 1236 1236 border-radius: 50%; 1237 background: # 2ea2cc;1237 background: #00a0d2; 1238 1238 } 1239 1239 … … 1424 1424 .post-title-placeholder:focus { 1425 1425 outline: 0; 1426 -webkit-box-shadow: inset 0px -3px 0 # 2ea2cc;1427 box-shadow: inset 0px -3px 0 # 2ea2cc;1428 border-color: # 2ea2cc;1426 -webkit-box-shadow: inset 0px -3px 0 #00a0d2; 1427 box-shadow: inset 0px -3px 0 #00a0d2; 1428 border-color: #00a0d2; 1429 1429 } 1430 1430 … … 1534 1534 .is-embed:focus { 1535 1535 outline: 0; 1536 -webkit-box-shadow: inset 0 0 0 3px # 2ea2cc;1537 box-shadow: inset 0 0 0 3px # 2ea2cc;1536 -webkit-box-shadow: inset 0 0 0 3px #00a0d2; 1537 box-shadow: inset 0 0 0 3px #00a0d2; 1538 1538 } 1539 1539 … … 1612 1612 1613 1613 .is-embed.is-video { 1614 background-color: #2 22;1614 background-color: #23282d; 1615 1615 } 1616 1616 … … 1706 1706 background: none; 1707 1707 border-color: #e5e5e5; 1708 color: #2 22;1708 color: #23282d; 1709 1709 } 1710 1710 … … 1712 1712 .insert-media:active { 1713 1713 outline: 0; 1714 color: # 2ea2cc;1714 color: #00a0d2; 1715 1715 text-decoration: none; 1716 1716 } … … 1897 1897 .post-options .post-option-contents { 1898 1898 margin-left: 3px; 1899 color: #3 33;1899 color: #32373c; 1900 1900 } 1901 1901 … … 1942 1942 .post-options .post-option:focus { 1943 1943 outline: 0; 1944 -webkit-box-shadow: inset 5px 0 0 # 2ea2cc;1945 box-shadow: inset 5px 0 0 # 2ea2cc;1944 -webkit-box-shadow: inset 5px 0 0 #00a0d2; 1945 box-shadow: inset 5px 0 0 #00a0d2; 1946 1946 } 1947 1947 … … 2003 2003 padding: 13px 14px; 2004 2004 border-bottom: 1px solid #e5e5e5; 2005 color: # 2ea2cc;2005 color: #00a0d2; 2006 2006 text-decoration: none; 2007 2007 text-align: left; … … 2010 2010 .modal-close:focus { 2011 2011 outline: 0; 2012 -webkit-box-shadow: inset 5px 0 0 # 2ea2cc;2013 box-shadow: inset 5px 0 0 # 2ea2cc;2012 -webkit-box-shadow: inset 5px 0 0 #00a0d2; 2013 box-shadow: inset 5px 0 0 #00a0d2; 2014 2014 } 2015 2015 -
trunk/src/wp-admin/css/revisions.css
r31505 r32051 43 43 position: absolute; 44 44 height: 100%; 45 border-left: 1px solid #a aa;45 border-left: 1px solid #a0a5aa; 46 46 -webkit-box-sizing: border-box; 47 47 -moz-box-sizing: border-box; -
trunk/src/wp-admin/css/themes.css
r31994 r32051 1463 1463 .theme-install-overlay .next-theme.disabled:hover, 1464 1464 .theme-install-overlay .next-theme.disabled:focus { 1465 color: #b bb;1465 color: #b4b9be; 1466 1466 background: #eee; 1467 1467 cursor: default; -
trunk/src/wp-admin/css/widgets.css
r31996 r32051 50 50 .deleting .widget-title, 51 51 .deleting .widget-top a.widget-action:after { 52 color: #a aa;52 color: #a0a5aa; 53 53 } 54 54 … … 63 63 64 64 .widget-placeholder { 65 border: 1px dashed #b bb;65 border: 1px dashed #b4b9be; 66 66 margin: 0 auto 10px; 67 67 height: 45px; -
trunk/src/wp-admin/images/wordpress-logo.svg
r26075 r32051 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve"><style>.style0{fill: #007 4A2;}</style><g><g><path d="M4.548 31.999c0 10.9 6.3 20.3 15.5 24.706L6.925 20.827C5.402 24.2 4.5 28 4.5 31.999z M50.531 30.614c0-3.394-1.219-5.742-2.264-7.57c-1.391-2.263-2.695-4.177-2.695-6.439c0-2.523 1.912-4.872 4.609-4.872 c0.121 0 0.2 0 0.4 0.022C45.653 7.3 39.1 4.5 32 4.548c-9.591 0-18.027 4.921-22.936 12.4 c0.645 0 1.3 0 1.8 0.033c2.871 0 7.316-0.349 7.316-0.349c1.479-0.086 1.7 2.1 0.2 2.3 c0 0-1.487 0.174-3.142 0.261l9.997 29.735l6.008-18.017l-4.276-11.718c-1.479-0.087-2.879-0.261-2.879-0.261 c-1.48-0.087-1.306-2.349 0.174-2.262c0 0 4.5 0.3 7.2 0.349c2.87 0 7.317-0.349 7.317-0.349 c1.479-0.086 1.7 2.1 0.2 2.262c0 0-1.489 0.174-3.142 0.261l9.92 29.508l2.739-9.148 C49.628 35.7 50.5 33 50.5 30.614z M32.481 34.4l-8.237 23.934c2.46 0.7 5.1 1.1 7.8 1.1 c3.197 0 6.262-0.552 9.116-1.556c-0.072-0.118-0.141-0.243-0.196-0.379L32.481 34.4z M56.088 18.8 c0.119 0.9 0.2 1.8 0.2 2.823c0 2.785-0.521 5.916-2.088 9.832l-8.385 24.242c8.161-4.758 13.65-13.6 13.65-23.728 C59.451 27.2 58.2 22.7 56.1 18.83z M32 0c-17.645 0-32 14.355-32 32C0 49.6 14.4 64 32 64s32-14.355 32-32.001 C64 14.4 49.6 0 32 0z M32 62.533c-16.835 0-30.533-13.698-30.533-30.534C1.467 15.2 15.2 1.5 32 1.5 s30.534 13.7 30.5 30.532C62.533 48.8 48.8 62.5 32 62.533z" class="style0"/></g></g></svg>1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve"><style>.style0{fill: #0073aa;}</style><g><g><path d="M4.548 31.999c0 10.9 6.3 20.3 15.5 24.706L6.925 20.827C5.402 24.2 4.5 28 4.5 31.999z M50.531 30.614c0-3.394-1.219-5.742-2.264-7.57c-1.391-2.263-2.695-4.177-2.695-6.439c0-2.523 1.912-4.872 4.609-4.872 c0.121 0 0.2 0 0.4 0.022C45.653 7.3 39.1 4.5 32 4.548c-9.591 0-18.027 4.921-22.936 12.4 c0.645 0 1.3 0 1.8 0.033c2.871 0 7.316-0.349 7.316-0.349c1.479-0.086 1.7 2.1 0.2 2.3 c0 0-1.487 0.174-3.142 0.261l9.997 29.735l6.008-18.017l-4.276-11.718c-1.479-0.087-2.879-0.261-2.879-0.261 c-1.48-0.087-1.306-2.349 0.174-2.262c0 0 4.5 0.3 7.2 0.349c2.87 0 7.317-0.349 7.317-0.349 c1.479-0.086 1.7 2.1 0.2 2.262c0 0-1.489 0.174-3.142 0.261l9.92 29.508l2.739-9.148 C49.628 35.7 50.5 33 50.5 30.614z M32.481 34.4l-8.237 23.934c2.46 0.7 5.1 1.1 7.8 1.1 c3.197 0 6.262-0.552 9.116-1.556c-0.072-0.118-0.141-0.243-0.196-0.379L32.481 34.4z M56.088 18.8 c0.119 0.9 0.2 1.8 0.2 2.823c0 2.785-0.521 5.916-2.088 9.832l-8.385 24.242c8.161-4.758 13.65-13.6 13.65-23.728 C59.451 27.2 58.2 22.7 56.1 18.83z M32 0c-17.645 0-32 14.355-32 32C0 49.6 14.4 64 32 64s32-14.355 32-32.001 C64 14.4 49.6 0 32 0z M32 62.533c-16.835 0-30.533-13.698-30.533-30.534C1.467 15.2 15.2 1.5 32 1.5 s30.534 13.7 30.5 30.532C62.533 48.8 48.8 62.5 32 62.533z" class="style0"/></g></g></svg> -
trunk/src/wp-admin/includes/misc.php
r31973 r32051 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 -
trunk/src/wp-admin/js/plugin-install.js
r31341 r32051 42 42 tb_click.call(this); 43 43 44 $('#TB_title').css({'background-color':'#2 22','color':'#cfcfcf'});44 $('#TB_title').css({'background-color':'#23282d','color':'#cfcfcf'}); 45 45 $('#TB_ajaxWindowTitle').html( '<strong>' + plugininstallL10n.plugin_information + '</strong> ' + $(this).data( 'title' ) ); 46 46 $('#TB_iframeContent').attr( 'title', plugininstallL10n.plugin_information + ' ' + $(this).data( 'title' ) ); -
trunk/src/wp-includes/css/admin-bar.css
r31824 r32051 213 213 #wpadminbar .ab-top-menu > li.hover > .ab-item { 214 214 background: #32373c; 215 color: # 45bbe6;215 color: #00b9eb; 216 216 } 217 217 … … 219 219 #wpadminbar > #wp-toolbar li.hover span.ab-label, 220 220 #wpadminbar > #wp-toolbar a:focus span.ab-label { 221 color: # 45bbe6;221 color: #00b9eb; 222 222 } 223 223 … … 482 482 483 483 #wpadminbar .quicklinks li a:hover .blavatar { 484 color: # 45bbe6;484 color: #00b9eb; 485 485 } 486 486 -
trunk/src/wp-includes/css/buttons.css
r31598 r32051 145 145 background: #fafafa; 146 146 border-color: #999; 147 color: #2 22;147 color: #23282d; 148 148 } 149 149 … … 165 165 background: #eee; 166 166 border-color: #999; 167 color: #3 33;167 color: #32373c; 168 168 -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); 169 169 box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); … … 188 188 .wp-core-ui .button-secondary.disabled, 189 189 .wp-core-ui .button-disabled { 190 color: #a aa !important;190 color: #a0a5aa !important; 191 191 border-color: #ddd !important; 192 192 background: #f7f7f7 !important; … … 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 ); … … 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 ); … … 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 ); -
trunk/src/wp-includes/css/editor.css
r31996 r32051 72 72 73 73 .mce-window .mce-window-head .mce-close:hover:before { 74 color: # 2ea2cc;74 color: #00a0d2; 75 75 } 76 76 … … 161 161 162 162 div.mce-inline-toolbar-grp { 163 border: 1px solid #a aa;163 border: 1px solid #a0a5aa; 164 164 -webkit-border-radius: 2px; 165 165 border-radius: 2px; … … 201 201 div.mce-inline-toolbar-grp.mce-arrow-up:before { 202 202 top: -18px; 203 border-bottom-color: #a aa;203 border-bottom-color: #a0a5aa; 204 204 border-width: 9px; 205 205 margin-left: -9px; … … 208 208 div.mce-inline-toolbar-grp.mce-arrow-down:before { 209 209 bottom: -18px; 210 border-top-color: #a aa;210 border-top-color: #a0a5aa; 211 211 border-width: 9px; 212 212 margin-left: -9px; … … 320 320 background: #fafafa; 321 321 border-color: #999; 322 color: #2 22;322 color: #23282d; 323 323 -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 ); 324 324 box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 ); … … 349 349 .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus, 350 350 #wp-fullscreen-buttons .mce-btn.mce-disabled:focus { 351 color: #a aa;351 color: #a0a5aa; 352 352 background: none; 353 353 border-color: #ddd; … … 403 403 .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover { 404 404 background-image: none; 405 border-color: #b bb;405 border-color: #b4b9be; 406 406 } 407 407 … … 427 427 428 428 .mce-panel .mce-btn:hover i.mce-caret { 429 border-top-color: #3 33;429 border-top-color: #32373c; 430 430 } 431 431 432 432 .mce-panel .mce-active i.mce-caret { 433 433 border-top: 0; 434 border-bottom: 6px solid #3 33;434 border-bottom: 6px solid #32373c; 435 435 margin-top: 7px; 436 436 } … … 459 459 .mce-menu .mce-menu-item:focus { 460 460 color: #000; 461 background-color: #b bb;461 background-color: #b4b9be; 462 462 background-image: none; 463 463 -webkit-filter: none; … … 541 541 background: #fafafa; 542 542 border-color: #999; 543 color: #2 22;543 color: #23282d; 544 544 } 545 545 … … 556 556 background: #eee; 557 557 border-color: #999; 558 color: #3 33;558 color: #32373c; 559 559 -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); 560 560 box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); … … 562 562 563 563 .mce-window .mce-btn.mce-disabled { 564 color: #a aa;564 color: #a0a5aa; 565 565 border-color: #ddd; 566 566 background: #f7f7f7; … … 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 ); … … 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 ); … … 974 974 0 0 2px 1px rgba(30, 140, 190, .8); 975 975 outline: none; 976 color: #2 22;976 color: #23282d; 977 977 } 978 978 … … 1273 1273 #wp-link-close:hover, 1274 1274 #wp-link-close:focus { 1275 color: # 2ea2cc;1275 color: #00a0d2; 1276 1276 } 1277 1277 … … 1410 1410 margin-bottom: 0; 1411 1411 border-bottom: 1px solid #f1f1f1; 1412 color: #3 33;1412 color: #32373c; 1413 1413 padding: 4px 6px 4px 10px; 1414 1414 cursor: pointer; … … 1427 1427 display: block; 1428 1428 padding: 6px; 1429 border-left: 4px solid # 2ea2cc;1429 border-left: 4px solid #00a0d2; 1430 1430 } 1431 1431 … … 1458 1458 background: #fff; 1459 1459 cursor: auto; 1460 color: #3 33;1460 color: #32373c; 1461 1461 } 1462 1462 1463 1463 #wp-link li.selected { 1464 1464 background: #ddd; 1465 color: #3 33;1465 color: #32373c; 1466 1466 } 1467 1467 … … 1695 1695 .clearlooks2 .mceTop span, 1696 1696 .clearlooks2 .mceFocus .mceTop span { 1697 color: #2 22;1697 color: #23282d; 1698 1698 } 1699 1699 … … 1703 1703 1704 1704 .clearlooks2 .mceClose:hover:before { 1705 color: # 2ea2cc;1705 color: #00a0d2; 1706 1706 } 1707 1707 */ … … 1818 1818 1819 1819 #wp-fullscreen-tagline { 1820 color: #8 88;1820 color: #82878c; 1821 1821 font-size: 18px; 1822 1822 float: right; … … 1902 1902 width: auto; 1903 1903 background: none; 1904 color: #3 33333;1904 color: #32373c; 1905 1905 cursor: pointer; 1906 1906 font-size: 18px; -
trunk/src/wp-includes/css/jquery-ui-dialog.css
r31716 r32051 223 223 background: #fafafa; 224 224 border-color: #999; 225 color: #2 22;225 color: #23282d; 226 226 } 227 227 … … 238 238 background: #eee; 239 239 border-color: #999; 240 color: #3 33;240 color: #32373c; 241 241 -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); 242 242 box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); … … 245 245 .ui-button[disabled], 246 246 .ui-button:disabled { 247 color: #a aa !important;247 color: #a0a5aa !important; 248 248 border-color: #ddd !important; 249 249 background: #f7f7f7 !important; … … 319 319 320 320 .ui-button.ui-dialog-titlebar-close:hover { 321 color: # 2ea2cc;321 color: #00a0d2; 322 322 } 323 323 -
trunk/src/wp-includes/css/media-views.css
r31716 r32051 43 43 44 44 .media-frame a.button { 45 color: #3 33;45 color: #32373c; 46 46 } 47 47 48 48 .media-frame a.button:hover { 49 color: #2 22;49 color: #23282d; 50 50 } 51 51 … … 188 188 189 189 .media-modal-close:hover .media-modal-icon:before { 190 color: # 2ea2cc;190 color: #00a0d2; 191 191 } 192 192 … … 504 504 line-height: 18px; 505 505 font-size: 14px; 506 color: #007 4a2;506 color: #0073aa; 507 507 text-decoration: none; 508 508 } … … 519 519 .media-menu .active, 520 520 .media-menu .active:hover { 521 color: #2 22;521 color: #23282d; 522 522 font-weight: bold; 523 523 } … … 570 570 .media-router .active, 571 571 .media-router .active:hover { 572 color: #3 33;572 color: #32373c; 573 573 } 574 574 -
trunk/src/wp-includes/css/wp-auth-check.css
r31945 r32051 86 86 87 87 #wp-auth-check-wrap .wp-auth-check-close:hover:before { 88 color: #007 4a2;88 color: #0073aa; 89 89 } 90 90 91 91 #wp-auth-check-wrap .wp-auth-check-close:focus { 92 outline: 1px dotted #8 88;92 outline: 1px dotted #82878c; 93 93 } 94 94 -
trunk/src/wp-includes/css/wp-pointer.css
r31573 r32051 18 18 font-size: 14px; 19 19 color: #fff; 20 background: # 2ea2cc;20 background: #00a0d2; 21 21 } 22 22 … … 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'; … … 62 62 .wp-pointer-buttons a.close:before { 63 63 background: none; 64 color: #b bb;64 color: #b4b9be; 65 65 content: '\f153'; 66 66 display: block !important; … … 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: ' '; -
trunk/src/wp-includes/general-template.php
r31899 r32051 2795 2795 wp_admin_css_color( 'fresh', _x( 'Default', 'admin color scheme' ), 2796 2796 false, 2797 array( '#222', '#333', '#007 4a2', '#2ea2cc' ),2798 array( 'base' => '#999', 'focus' => '# 2ea2cc', 'current' => '#fff' )2797 array( '#222', '#333', '#0073aa', '#00a0d2' ), 2798 array( 'base' => '#999', 'focus' => '#00a0d2', 'current' => '#fff' ) 2799 2799 ); 2800 2800 -
trunk/src/wp-includes/js/mediaelement/wp-mediaelement.css
r31634 r32051 24 24 25 25 .mejs-controls .mejs-time-rail .mejs-time-current { 26 background: #007 4a2;26 background: #0073aa; 27 27 } 28 28 -
trunk/src/wp-includes/js/thickbox/thickbox.css
r27559 r32051 135 135 136 136 .tb-close-icon:hover { 137 color: # 2ea2cc;137 color: #00a0d2; 138 138 }
Note: See TracChangeset
for help on using the changeset viewer.