diff --git wp-admin/css/about.css wp-admin/css/about.css
index 09f1b21..2e3d8ae 100644
|
|
|
44 | 44 | /* WordPress Version Badge */ |
45 | 45 | |
46 | 46 | .wp-badge { |
47 | | background: #0074a2 url(../images/w-logo-white.png?ver=20131202) no-repeat; |
| 47 | background: #0073aa url(../images/w-logo-white.png?ver=20131202) no-repeat; |
48 | 48 | background-position: center 24px; |
49 | 49 | -webkit-background-size: 85px 85px; |
50 | 50 | background-size: 85px 85px; |
… |
… |
|
96 | 96 | |
97 | 97 | .about-wrap h1 { |
98 | 98 | margin: 0.2em 200px 0 0; |
99 | | color: #333; |
| 99 | color: #32373c; |
100 | 100 | line-height: 1.2em; |
101 | 101 | font-size: 2.8em; |
102 | 102 | font-weight: 400; |
… |
… |
|
109 | 109 | } |
110 | 110 | |
111 | 111 | .about-wrap h4 { |
112 | | color: #222; |
| 112 | color: #23282d; |
113 | 113 | } |
114 | 114 | |
115 | 115 | .about-wrap code, |
diff --git wp-admin/css/admin-menu.css wp-admin/css/admin-menu.css
index b8bf6b2..8a15fda 100644
|
|
|
3 | 3 | #adminmenu, |
4 | 4 | #adminmenu .wp-submenu { |
5 | 5 | width: 160px; |
6 | | background-color: #222; |
| 6 | background-color: #23282d; |
7 | 7 | } |
8 | 8 | |
9 | 9 | #adminmenuback { |
… |
… |
|
166 | 166 | } |
167 | 167 | |
168 | 168 | #adminmenu .wp-submenu a { |
169 | | color: #bbb; |
| 169 | color: rgba(240,245,250,.7); |
170 | 170 | } |
171 | 171 | |
172 | 172 | #adminmenu .wp-submenu a:hover, |
… |
… |
|
201 | 201 | .folded #adminmenu .wp-has-current-submenu .wp-submenu { |
202 | 202 | padding: 7px 0 8px; |
203 | 203 | z-index: 9999; |
204 | | background-color: #333; |
| 204 | background-color: #32373c; |
205 | 205 | -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2); |
206 | 206 | box-shadow: 0 3px 5px rgba(0,0,0,0.2); |
207 | 207 | } |
… |
… |
|
228 | 228 | margin-top: 0; |
229 | 229 | -webkit-box-shadow: none; |
230 | 230 | box-shadow: none; |
231 | | background-color: #333; |
| 231 | background-color: #32373c; |
232 | 232 | } |
233 | 233 | |
234 | 234 | /* ensure that wp-submenu's box shadow doesn't appear on top of the focused menu item's background. */ |
… |
… |
|
236 | 236 | #adminmenu li.opensub > a.menu-top, |
237 | 237 | #adminmenu li > a.menu-top:focus { |
238 | 238 | position: relative; |
239 | | background-color: #111; |
| 239 | background-color: #191e23; |
240 | 240 | } |
241 | 241 | |
242 | 242 | .folded #adminmenu li.menu-top:hover, |
… |
… |
|
252 | 252 | #adminmenu .wp-menu-arrow, |
253 | 253 | #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head, |
254 | 254 | #adminmenu .wp-menu-arrow div { |
255 | | background: #0074a2; |
| 255 | background: #0073aa; |
256 | 256 | color: #fff; |
257 | 257 | } |
258 | 258 | |
… |
… |
div.wp-menu-image:before { |
364 | 364 | } |
365 | 365 | |
366 | 366 | #adminmenu div.wp-menu-image:before { |
367 | | color: #999; |
| 367 | color: rgba(240,245,250,0.6); |
368 | 368 | } |
369 | 369 | |
370 | 370 | #adminmenu li.wp-has-current-submenu:hover div.wp-menu-image:before, |
… |
… |
div.wp-menu-image:before { |
376 | 376 | } |
377 | 377 | |
378 | 378 | #adminmenu li:hover div.wp-menu-image:before { |
379 | | color: #45bbe6; |
| 379 | color: #00b4e6; |
380 | 380 | } |
381 | 381 | |
382 | 382 | .folded #adminmenu div.wp-menu-image { |
… |
… |
ul#adminmenu > li.current > a.current:after { |
464 | 464 | } |
465 | 465 | |
466 | 466 | #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after { |
467 | | border-right-color: #333; |
| 467 | border-right-color: #32373c; |
468 | 468 | } |
469 | 469 | |
470 | 470 | #adminmenu li.menu-top:hover .wp-menu-image img, |
… |
… |
ul#adminmenu > li.current > a.current:after { |
537 | 537 | font-size: 13px; |
538 | 538 | line-height: 34px; |
539 | 539 | margin-top: 10px; |
540 | | color: #aaa; |
| 540 | color: rgba(240,245,250,0.6); |
541 | 541 | -webkit-transition: all .1s ease-in-out; |
542 | 542 | transition: all .1s ease-in-out; |
543 | 543 | } |
544 | 544 | |
545 | 545 | #collapse-menu:hover, |
546 | 546 | #collapse-menu:hover #collapse-button div:after { |
547 | | color: #45bbe6; |
| 547 | color: #00a0d2; |
548 | 548 | } |
549 | 549 | |
550 | 550 | .folded #collapse-menu span { |
… |
… |
ul#adminmenu > li.current > a.current:after { |
576 | 576 | line-height: 15px; |
577 | 577 | left: -3px; |
578 | 578 | top: -3px; |
579 | | color: #aaa; |
| 579 | color: rgba(240,245,250,0.6); |
580 | 580 | font: normal 20px/1 'dashicons' !important; |
581 | 581 | speak: none; |
582 | 582 | margin: 0 auto; |
… |
… |
li#wp-admin-bar-menu-toggle { |
870 | 870 | } |
871 | 871 | |
872 | 872 | .wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a { |
873 | | background: #333; |
| 873 | background: #32373c; |
874 | 874 | } |
875 | 875 | |
876 | 876 | li#wp-admin-bar-menu-toggle { |
diff --git wp-admin/css/common.css wp-admin/css/common.css
index 3219f1d..250a7fd 100644
|
|
td { |
241 | 241 | } |
242 | 242 | |
243 | 243 | a { |
244 | | color: #0074a2; |
| 244 | color: #0073aa; |
245 | 245 | -webkit-transition-property: border, background, color; |
246 | 246 | transition-property: border, background, color; |
247 | 247 | -webkit-transition-duration: .05s; |
… |
… |
div { |
257 | 257 | |
258 | 258 | a:hover, |
259 | 259 | a:active { |
260 | | color: #2ea2cc; |
| 260 | color: #00a0d2; |
261 | 261 | } |
262 | 262 | |
263 | 263 | a:focus { |
… |
… |
h1 { |
325 | 325 | } |
326 | 326 | |
327 | 327 | h2 { |
328 | | color: #222; |
| 328 | color: #23282d; |
329 | 329 | font-size: 1.5em; |
330 | 330 | margin: .83em 0; |
331 | 331 | font-weight: 400; |
332 | 332 | } |
333 | 333 | |
334 | 334 | h3 { |
335 | | color: #222; |
| 335 | color: #23282d; |
336 | 336 | font-size: 1.3em; |
337 | 337 | margin: 1em 0; |
338 | 338 | } |
… |
… |
code { |
557 | 557 | } |
558 | 558 | |
559 | 559 | .attention { |
560 | | color: #2ea2cc; |
| 560 | color: #00a0d2; |
561 | 561 | } |
562 | 562 | |
563 | 563 | .wrap h2, |
… |
… |
code { |
596 | 596 | } |
597 | 597 | |
598 | 598 | .wrap .add-new-h2:hover { |
599 | | background: #2ea2cc; |
| 599 | background: #00a0d2; |
600 | 600 | color: #fff; |
601 | 601 | } |
602 | 602 | |
… |
… |
td.help { |
651 | 651 | |
652 | 652 | .wp-ui-primary { |
653 | 653 | color: #fff; |
654 | | background-color: #333; |
| 654 | background-color: #32373c; |
655 | 655 | } |
656 | 656 | .wp-ui-text-primary { |
657 | | color: #333; |
| 657 | color: #32373c; |
658 | 658 | } |
659 | 659 | |
660 | 660 | .wp-ui-highlight { |
… |
… |
td.help { |
700 | 700 | .widget .widget-top, |
701 | 701 | .menu-item-handle { |
702 | 702 | background: #fafafa; |
703 | | color: #222; |
| 703 | color: #23282d; |
704 | 704 | } |
705 | 705 | |
706 | 706 | .postbox .hndle, |
… |
… |
th.action-links { |
982 | 982 | -webkit-box-shadow: none; |
983 | 983 | box-shadow: none; |
984 | 984 | border-bottom: 4px solid #666; |
985 | | color: #222; |
| 985 | color: #23282d; |
986 | 986 | } |
987 | 987 | |
988 | 988 | .filter-links li > a:hover, |
989 | 989 | .filter-links li > a:focus, |
990 | 990 | .show-filters .filter-links a.current:hover, |
991 | 991 | .show-filters .filter-links a.current:focus { |
992 | | color: #2ea2cc; |
| 992 | color: #00a0d2; |
993 | 993 | } |
994 | 994 | |
995 | 995 | .wp-filter .search-form { |
… |
… |
th.action-links { |
1047 | 1047 | |
1048 | 1048 | .wp-filter .drawer-toggle:hover, |
1049 | 1049 | .wp-filter .drawer-toggle:hover:before { |
1050 | | color: #2ea2cc; |
| 1050 | color: #00a0d2; |
1051 | 1051 | } |
1052 | 1052 | |
1053 | 1053 | .wp-filter .drawer-toggle.current:before { |
… |
… |
div.error { |
1287 | 1287 | } |
1288 | 1288 | |
1289 | 1289 | .notice-info { |
1290 | | border-color: #2ea2cc; |
| 1290 | border-color: #00a0d2; |
1291 | 1291 | } |
1292 | 1292 | |
1293 | 1293 | .wrap .notice, |
… |
… |
form.upgrade .hint { |
1426 | 1426 | #screen-meta-links a:hover, |
1427 | 1427 | #screen-meta-links a:active, |
1428 | 1428 | #screen-meta-links a:focus { |
1429 | | color: #333; |
| 1429 | color: #32373c; |
1430 | 1430 | } |
1431 | 1431 | |
1432 | 1432 | #screen-meta-links a.show-settings { |
… |
… |
form.upgrade .hint { |
1565 | 1565 | } |
1566 | 1566 | |
1567 | 1567 | .contextual-help-tabs a:hover { |
1568 | | color: #333; |
| 1568 | color: #32373c; |
1569 | 1569 | } |
1570 | 1570 | |
1571 | 1571 | .contextual-help-tabs .active { |
1572 | 1572 | padding: 0; |
1573 | 1573 | margin: 0 -1px 0 0; |
1574 | | border-left: 2px solid #2ea2cc; |
| 1574 | border-left: 2px solid #00a0d2; |
1575 | 1575 | background: #f6fbfd; |
1576 | 1576 | -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02); |
1577 | 1577 | box-shadow: 0 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02); |
… |
… |
form.upgrade .hint { |
1579 | 1579 | |
1580 | 1580 | .contextual-help-tabs .active a { |
1581 | 1581 | border-color: #e1e1e1; |
1582 | | color: #333; |
| 1582 | color: #32373c; |
1583 | 1583 | } |
1584 | 1584 | |
1585 | 1585 | .contextual-help-tabs-wrap { |
… |
… |
html.wp-toolbar { |
1641 | 1641 | |
1642 | 1642 | .widefat thead tr th, |
1643 | 1643 | .widefat tfoot tr th { |
1644 | | color: #333; |
| 1644 | color: #32373c; |
1645 | 1645 | } |
1646 | 1646 | |
1647 | 1647 | .widefat td p { |
… |
… |
html.wp-toolbar { |
1651 | 1651 | .widefat p, |
1652 | 1652 | .widefat ol, |
1653 | 1653 | .widefat ul { |
1654 | | color: #333; |
| 1654 | color: #32373c; |
1655 | 1655 | } |
1656 | 1656 | |
1657 | 1657 | .widefat .column-comment p { |
… |
… |
div.star-holder .star-rating { |
2137 | 2137 | -webkit-transition: color .1s ease-in 0; |
2138 | 2138 | transition: color .1s ease-in 0; |
2139 | 2139 | text-align: center; |
2140 | | color: #0074a2; |
| 2140 | color: #0073aa; |
2141 | 2141 | } |
2142 | 2142 | |
2143 | 2143 | .star-rating .star-full:before { |
… |
… |
div.action-links { |
2277 | 2277 | border: 1px solid #ddd; |
2278 | 2278 | border-bottom-color: #fff; |
2279 | 2279 | padding-top: 8px; |
2280 | | color: #333; |
| 2280 | color: #32373c; |
2281 | 2281 | } |
2282 | 2282 | |
2283 | 2283 | #plugin-information-tabs.with-banner a.current { |
… |
… |
body.index-php #TB_closeWindowButton:focus, |
2654 | 2654 | body.index-php #TB_closeWindowButton:focus .tb-close-icon, |
2655 | 2655 | body.index-php .tb-close-icon:focus, |
2656 | 2656 | body.index-php .tb-close-icon:hover { |
2657 | | color: #2ea2cc; |
| 2657 | color: #00a0d2; |
2658 | 2658 | outline: none; |
2659 | 2659 | -webkit-box-shadow: none; |
2660 | 2660 | box-shadow: none; |
… |
… |
img { |
2992 | 2992 | .js .control-section .accordion-section-title:hover, |
2993 | 2993 | .js .control-section.open .accordion-section-title, |
2994 | 2994 | .js .control-section .accordion-section-title:focus { |
2995 | | color: #222; |
| 2995 | color: #23282d; |
2996 | 2996 | background: #f5f5f5; |
2997 | 2997 | } |
2998 | 2998 | |
diff --git wp-admin/css/dashboard.css wp-admin/css/dashboard.css
index b9f5a09..8f398d7 100644
|
|
h3:hover .edit-box { |
800 | 800 | } |
801 | 801 | |
802 | 802 | #dashboard-widgets h4 { |
803 | | color: #222; |
| 803 | color: #23282d; |
804 | 804 | font-weight: normal; |
805 | 805 | font-size: 14px; |
806 | 806 | margin: 0 0 .2em; |
diff --git wp-admin/css/edit.css wp-admin/css/edit.css
index e0a05b2..7a9bb46 100644
|
|
ul.category-tabs li, |
227 | 227 | .wp-tab-bar .wp-tab-active a, |
228 | 228 | #post-body ul.category-tabs li.tabs a, |
229 | 229 | #post-body ul.add-menu-item-tabs li.tabs a { |
230 | | color: #333; |
| 230 | color: #32373c; |
231 | 231 | } |
232 | 232 | |
233 | 233 | .category-tabs { |
… |
… |
span.wp-media-buttons-icon:before { |
846 | 846 | |
847 | 847 | a.post-state-format:hover:before, |
848 | 848 | a.post-format-icon:hover:before { |
849 | | color: #2ea2cc; |
| 849 | color: #00a0d2; |
850 | 850 | } |
851 | 851 | |
852 | 852 | #post-formats-select { |
diff --git wp-admin/css/forms.css wp-admin/css/forms.css
index a5a19e4..0c0304a 100644
|
|
textarea { |
30 | 30 | -webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 ); |
31 | 31 | box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 ); |
32 | 32 | background-color: #fff; |
33 | | color: #333; |
| 33 | color: #32373c; |
34 | 34 | outline: none; |
35 | 35 | -webkit-transition: 0.05s border-color ease-in-out; |
36 | 36 | transition: 0.05s border-color ease-in-out; |
… |
… |
input[type="radio"]:checked + label:before { |
97 | 97 | |
98 | 98 | .wp-core-ui input[type="reset"]:hover, |
99 | 99 | .wp-core-ui input[type="reset"]:active { |
100 | | color: #2ea2cc; |
| 100 | color: #00a0d2; |
101 | 101 | } |
102 | 102 | |
103 | 103 | td > input[type="checkbox"], |
… |
… |
ul#add-to-blog-users { |
559 | 559 | |
560 | 560 | .form-table th, |
561 | 561 | .form-wrap label { |
562 | | color: #222; |
| 562 | color: #23282d; |
563 | 563 | font-weight: normal; |
564 | 564 | text-shadow: none; |
565 | 565 | vertical-align: baseline; |
… |
… |
table.form-table td .updated p { |
693 | 693 | display: inline-block; |
694 | 694 | position: relative; |
695 | 695 | cursor: move; |
696 | | color: #333; |
| 696 | color: #32373c; |
697 | 697 | background: #e6e6e6; |
698 | 698 | -webkit-border-radius: 5px; |
699 | 699 | border-radius: 5px; |
diff --git wp-admin/css/list-tables.css wp-admin/css/list-tables.css
index a7f067f..127f471 100644
|
|
|
45 | 45 | } |
46 | 46 | |
47 | 47 | .post-com-count:hover span { |
48 | | background-color: #2ea2cc; |
| 48 | background-color: #00a0d2; |
49 | 49 | } |
50 | 50 | |
51 | 51 | .post-com-count:hover:after { |
52 | | border-top: 5px solid #2ea2cc; |
| 52 | border-top: 5px solid #00a0d2; |
53 | 53 | } |
54 | 54 | |
55 | 55 | strong .post-com-count { |
… |
… |
strong .post-com-count { |
57 | 57 | } |
58 | 58 | |
59 | 59 | strong .post-com-count span { |
60 | | background-color: #0074a2; |
| 60 | background-color: #0073aa; |
61 | 61 | } |
62 | 62 | |
63 | 63 | strong .post-com-count:after { |
64 | | border-top: 5px solid #0074a2; |
| 64 | border-top: 5px solid #0073aa; |
65 | 65 | } |
66 | 66 | |
67 | 67 | .column-response .post-com-count { |
… |
… |
th.manage-column a, |
479 | 479 | th.sortable a:hover, |
480 | 480 | th.sortable a:active, |
481 | 481 | th.sortable a:focus { |
482 | | color: #333; |
| 482 | color: #32373c; |
483 | 483 | } |
484 | 484 | |
485 | 485 | th.sortable a:focus { |
… |
… |
th.asc:hover span.sorting-indicator { |
571 | 571 | .tablenav .tablenav-pages a:hover, |
572 | 572 | .tablenav .tablenav-pages a:focus { |
573 | 573 | color: #fff; |
574 | | background: #2ea2cc; |
| 574 | background: #00a0d2; |
575 | 575 | } |
576 | 576 | |
577 | 577 | .tablenav .tablenav-pages a.disabled, |
… |
… |
classes exist in paginate_links() but not seen in list table output. */ |
613 | 613 | .tablenav .next, |
614 | 614 | .tablenav .prev { |
615 | 615 | border-color: transparent; |
616 | | color: #0074a2; |
| 616 | color: #0073aa; |
617 | 617 | } |
618 | 618 | |
619 | 619 | .tablenav .next:hover, |
620 | 620 | .tablenav .prev:hover { |
621 | 621 | border-color: transparent; |
622 | | color: #2ea2cc; |
| 622 | color: #00a0d2; |
623 | 623 | } |
624 | 624 | |
625 | 625 | .tablenav .view-switch { |
… |
… |
classes exist in paginate_links() but not seen in list table output. */ |
665 | 665 | } |
666 | 666 | |
667 | 667 | .view-switch a.current:before { |
668 | | color: #0074a2; |
| 668 | color: #0073aa; |
669 | 669 | } |
670 | 670 | |
671 | 671 | .view-switch > a + a { |
… |
… |
tr.active.update + tr.plugin-update-tr .plugin-update { |
1155 | 1155 | } |
1156 | 1156 | |
1157 | 1157 | .plugins .active th.check-column { |
1158 | | border-left: 4px solid #2ea2cc; |
| 1158 | border-left: 4px solid #00a0d2; |
1159 | 1159 | } |
1160 | 1160 | |
1161 | 1161 | .plugins .active.update th.check-column, |
diff --git wp-admin/css/media.css wp-admin/css/media.css
index c01b71f..8795265 100644
|
|
|
177 | 177 | margin-top: -22px; |
178 | 178 | -webkit-border-radius: 22px; |
179 | 179 | border-radius: 22px; |
180 | | background-color: #0074a2; |
| 180 | background-color: #0073aa; |
181 | 181 | -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); |
182 | 182 | box-shadow: inset 0 0 2px rgba(0,0,0,0.3); |
183 | 183 | } |
… |
… |
|
312 | 312 | } |
313 | 313 | |
314 | 314 | #find-posts-close:hover { |
315 | | color: #2ea2cc; |
| 315 | color: #00a0d2; |
316 | 316 | } |
317 | 317 | |
318 | 318 | #find-posts-close:before { |
… |
… |
border color while dragging a file over the uploader drop area */ |
495 | 495 | |
496 | 496 | .upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:focus:before, |
497 | 497 | .upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:hover:before { |
498 | | color: #2ea2cc; |
| 498 | color: #00a0d2; |
499 | 499 | } |
500 | 500 | |
501 | 501 | .upload-php .mode-grid .media-sidebar .media-uploader-status.errors h3 { |
… |
… |
border color while dragging a file over the uploader drop area */ |
944 | 944 | .imgedit-menu div:hover { |
945 | 945 | border-color: #c1c1c1; |
946 | 946 | background-color: #eaeaea; |
947 | | color: #333; |
| 947 | color: #32373c; |
948 | 948 | } |
949 | 949 | |
950 | 950 | .imgedit-menu div.disabled { |
diff --git wp-admin/css/nav-menus.css wp-admin/css/nav-menus.css
index 6f12e9d..e378b9d 100644
|
|
body.menu-max-depth-11 { min-width: 1280px !important; } |
713 | 713 | } |
714 | 714 | |
715 | 715 | .nav-menus-php .submitbox .submitcancel { |
716 | | border-bottom: 1px solid #0074a2; |
| 716 | border-bottom: 1px solid #0073aa; |
717 | 717 | padding: 1px 2px; |
718 | | color: #0074a2; |
| 718 | color: #0073aa; |
719 | 719 | text-decoration: none; |
720 | 720 | } |
721 | 721 | |
722 | 722 | .nav-menus-php .submitbox .submitcancel:hover { |
723 | | background: #0074a2; |
| 723 | background: #0073aa; |
724 | 724 | color: #fff; |
725 | 725 | } |
726 | 726 | |
diff --git wp-admin/css/press-this.css wp-admin/css/press-this.css
index dbf355a..e6ae4ea 100644
|
|
|
12 | 12 | } |
13 | 13 | |
14 | 14 | body.press-this ul.category-tabs li.tabs a { |
15 | | color: #333; |
| 15 | color: #32373c; |
16 | 16 | } |
17 | 17 | |
18 | 18 | .press-this #content-resize-handle { |
… |
… |
body.press-this ul.category-tabs li.tabs a { |
20 | 20 | } |
21 | 21 | |
22 | 22 | body.press-this { |
23 | | color: #333; |
| 23 | color: #32373c; |
24 | 24 | margin: 0; |
25 | 25 | padding: 0; |
26 | 26 | min-width: 708px; |
diff --git wp-admin/css/revisions.css wp-admin/css/revisions.css
index 8fcde36..3a36f28 100644
|
|
div.revisions-controls > .wp-slider > .ui-slider-handle { |
474 | 474 | .wp-slider .ui-slider-handle, |
475 | 475 | .wp-slider .ui-slider-handle.ui-state-hover, |
476 | 476 | .wp-slider .ui-slider-handle.focus { |
477 | | background: #2ea2cc; |
478 | | border: 1px solid #0074a2; |
| 477 | background: #00a0d2; |
| 478 | border: 1px solid #0073aa; |
479 | 479 | -webkit-box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15); |
480 | 480 | box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15); |
481 | 481 | } |
diff --git wp-admin/css/themes.css wp-admin/css/themes.css
index 565f2fa..f22c03e 100644
|
|
|
174 | 174 | top: 35%; |
175 | 175 | right: 25%; |
176 | 176 | left: 25%; |
177 | | background: #222; |
| 177 | background: #23282d; |
178 | 178 | background: rgba(0,0,0,0.7); |
179 | 179 | color: #fff; |
180 | 180 | font-size: 15px; |
… |
… |
|
274 | 274 | } |
275 | 275 | |
276 | 276 | .theme-browser .theme .theme-author { |
277 | | background: #222; |
| 277 | background: #23282d; |
278 | 278 | color: #eee; |
279 | 279 | display: none; |
280 | 280 | font-size: 14px; |
… |
… |
|
369 | 369 | .theme-browser .theme.add-new-theme:hover span:after, |
370 | 370 | .theme-browser .theme.add-new-theme:focus span:after { |
371 | 371 | background: #fff; |
372 | | color: #0074a2; |
| 372 | color: #0073aa; |
373 | 373 | } |
374 | 374 | |
375 | 375 | .theme-browser .theme.add-new-theme:hover:after, |
376 | 376 | .theme-browser .theme.add-new-theme:focus:after { |
377 | 377 | border-color: transparent; |
378 | 378 | color: #fff; |
379 | | background: #0074a2; |
| 379 | background: #0073aa; |
380 | 380 | content: ''; |
381 | 381 | } |
382 | 382 | |
… |
… |
body.folded .theme-overlay .theme-wrap { |
697 | 697 | |
698 | 698 | .theme-overlay .screenshot.selected { |
699 | 699 | background: transparent; |
700 | | border: 2px solid #2ea2cc; |
| 700 | border: 2px solid #00a0d2; |
701 | 701 | } |
702 | 702 | |
703 | 703 | .theme-overlay .screenshot.selected img { |
… |
… |
body.folded .theme-overlay .theme-wrap { |
719 | 719 | } |
720 | 720 | |
721 | 721 | .theme-overlay .current-label { |
722 | | background: #333; |
| 722 | background: #32373c; |
723 | 723 | color: #fff; |
724 | 724 | font-size: 11px; |
725 | 725 | display: inline-block; |
… |
… |
body.folded .theme-overlay .theme-wrap { |
734 | 734 | } |
735 | 735 | |
736 | 736 | .theme-overlay .theme-name { |
737 | | color: #222; |
| 737 | color: #23282d; |
738 | 738 | font-size: 32px; |
739 | 739 | font-weight: 100; |
740 | 740 | margin: 10px 0 0; |
… |
… |
body.folded .theme-overlay .theme-wrap { |
799 | 799 | } |
800 | 800 | |
801 | 801 | .theme-overlay .theme-update { |
802 | | color: #222; |
| 802 | color: #23282d; |
803 | 803 | font-size: 18px; |
804 | 804 | display: inline-block; |
805 | 805 | line-height: 40px; |
… |
… |
body.folded .theme-overlay .theme-wrap { |
809 | 809 | .theme-overlay .parent-theme { |
810 | 810 | background: #f7fcfe; |
811 | 811 | border: 1px solid #eee; |
812 | | border-left: 4px solid #2ea2cc; |
| 812 | border-left: 4px solid #00a0d2; |
813 | 813 | font-size: 14px; |
814 | 814 | font-weight: normal; |
815 | 815 | margin-top: 30px; |
… |
… |
body.folded .theme-overlay .theme-wrap { |
1081 | 1081 | |
1082 | 1082 | /* Already installed theme */ |
1083 | 1083 | .theme-browser .theme .theme-installed { |
1084 | | background: #0074a2; |
| 1084 | background: #0073aa; |
1085 | 1085 | } |
1086 | 1086 | .theme-browser .theme .theme-installed:before { |
1087 | 1087 | content: '\f147'; |
… |
… |
body.full-overlay-active { |
1491 | 1491 | } |
1492 | 1492 | |
1493 | 1493 | .wp-full-overlay a.collapse-sidebar:hover { |
1494 | | color: #0074a2; |
| 1494 | color: #0073aa; |
1495 | 1495 | } |
1496 | 1496 | |
1497 | 1497 | .wp-full-overlay.collapsed .collapse-sidebar { |
diff --git wp-admin/css/widgets.css wp-admin/css/widgets.css
index 409a393..7a1b5ef 100644
|
|
div#widgets-right .closed .widgets-sortables { |
369 | 369 | } |
370 | 370 | |
371 | 371 | .js #removing-widget { |
372 | | color: #2ea2cc; |
| 372 | color: #00a0d2; |
373 | 373 | } |
374 | 374 | |
375 | 375 | .widget-control-noform, |
… |
… |
div#widgets-right .widget-top:hover, |
475 | 475 | } |
476 | 476 | |
477 | 477 | .widgets-chooser li.widgets-chooser-selected { |
478 | | background: #2ea2cc; |
| 478 | background: #00a0d2; |
479 | 479 | color: #fff; |
480 | 480 | } |
481 | 481 | |
diff --git wp-includes/css/admin-bar.css wp-includes/css/admin-bar.css
index f48f6a1..68dd87a 100644
|
|
html:lang(he-il) .rtl #wpadminbar * { |
81 | 81 | width: 100%; |
82 | 82 | min-width: 600px; /* match the min-width of the body in wp-admin.css */ |
83 | 83 | z-index: 99999; |
84 | | background: #222; |
| 84 | background: #23282d; |
85 | 85 | } |
86 | 86 | |
87 | 87 | #wpadminbar .ab-sub-wrapper, |
… |
… |
html:lang(he-il) .rtl #wpadminbar * { |
136 | 136 | padding: 0; |
137 | 137 | -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2); |
138 | 138 | box-shadow: 0 3px 5px rgba(0,0,0,0.2); |
139 | | background: #333; |
| 139 | background: #32373c; |
140 | 140 | display: none; |
141 | 141 | position: absolute; |
142 | 142 | float: none; |
… |
… |
html:lang(he-il) .rtl #wpadminbar * { |
210 | 210 | #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, |
211 | 211 | #wpadminbar .ab-top-menu > li:hover > .ab-item, |
212 | 212 | #wpadminbar .ab-top-menu > li.hover > .ab-item { |
213 | | background: #333; |
| 213 | background: #32373c; |
214 | 214 | color: #45bbe6; |
215 | 215 | } |
216 | 216 | |
… |
… |
html:lang(he-il) .rtl #wpadminbar * { |
237 | 237 | #wpadminbar .ab-icon:before, |
238 | 238 | #wpadminbar .ab-item:before, |
239 | 239 | #wpadminbar #adminbarsearch:before { |
240 | | color: #999; |
| 240 | color: rgba(240,245,250,0.6); |
241 | 241 | } |
242 | 242 | |
243 | 243 | #wpadminbar .ab-icon:before, |
… |
… |
html:lang(he-il) .rtl #wpadminbar * { |
254 | 254 | } |
255 | 255 | |
256 | 256 | #wpadminbar .ab-submenu .ab-item { |
257 | | color: #eee; |
| 257 | color: rgba(240,245,250,.7); |
258 | 258 | } |
259 | 259 | |
260 | 260 | #wpadminbar .quicklinks .menupop ul li a, |
261 | 261 | #wpadminbar .quicklinks .menupop ul li a strong, |
262 | 262 | #wpadminbar .quicklinks .menupop.hover ul li a, |
263 | 263 | #wpadminbar.nojs .quicklinks .menupop:hover ul li a { |
264 | | color: #eee; |
| 264 | color: rgba(240,245,250,.7); |
265 | 265 | } |
266 | 266 | |
267 | 267 | #wpadminbar .quicklinks .menupop ul li a:hover, |
… |
… |
html:lang(he-il) .rtl #wpadminbar * { |
279 | 279 | #wpadminbar li.hover .ab-icon:before, |
280 | 280 | #wpadminbar li.hover .ab-item:before, |
281 | 281 | #wpadminbar li:hover #adminbarsearch:before { |
282 | | color: #45bbe6; |
| 282 | color: #00b4e6; |
283 | 283 | } |
284 | 284 | |
285 | 285 | #wpadminbar .menupop .menupop > .ab-item:before, |
… |
… |
html:lang(he-il) .rtl #wpadminbar * { |
335 | 335 | |
336 | 336 | #wpadminbar .quicklinks a span#ab-updates { |
337 | 337 | background: #eee; |
338 | | color: #333; |
| 338 | color: #32373c; |
339 | 339 | display: inline; |
340 | 340 | padding: 2px 5px; |
341 | 341 | font-size: 10px; |