Ticket #18380: 18380.6.diff
File 18380.6.diff, 98.8 KB (added by , 11 years ago) |
---|
-
src/wp-admin/css/colors/_admin.scss
20 20 } 21 21 } 22 22 23 #rightnow a:hover,24 23 #media-upload a.del-link:hover, 25 24 div.dashboard-widget-submit input:hover, 26 25 .subsubsub a:hover, 27 .subsubsub a.current:hover, 28 .ui-tabs-nav a:hover { 26 .subsubsub a.current:hover { 29 27 color: $link-focus; 30 28 } 31 29 -
src/wp-admin/css/colors/blue/colors.scss
8 8 $menu-submenu-focus-text: #fff; 9 9 $menu-submenu-background: #4796b3; 10 10 11 @import "../../colors.css";12 11 @import "../_admin.scss"; -
src/wp-admin/css/colors/coffee/colors.scss
4 4 5 5 $form-checked: $base-color; 6 6 7 @import "../../colors.css";8 7 @import "../_admin.scss"; -
src/wp-admin/css/colors/ectoplasm/colors.scss
5 5 6 6 $form-checked: $base-color; 7 7 8 @import "../../colors.css";9 8 @import "../_admin.scss"; -
src/wp-admin/css/colors/light/colors.scss
17 17 $menu-collapse-text: #777; 18 18 $menu-collapse-focus-icon: #555; 19 19 20 @import "../../colors.css";21 20 @import "../_admin.scss"; 22 21 23 22 /* temporary fix for admin-bar hover color */ -
src/wp-admin/css/colors/midnight/colors.scss
2 2 $highlight-color: #e14d43; 3 3 $notification-color: #69a8bb; 4 4 5 @import "../../colors.css";6 5 @import "../_admin.scss"; -
src/wp-admin/css/colors/ocean/colors.scss
5 5 6 6 $form-checked: $base-color; 7 7 8 @import "../../colors.css";9 8 @import "../_admin.scss"; -
src/wp-admin/css/colors/sunrise/colors.scss
3 3 $notification-color: #ccaf0b; 4 4 $menu-submenu-focus-text: lighten( $highlight-color, 35% ); 5 5 6 @import "../../colors.css";7 6 @import "../_admin.scss"; -
src/wp-admin/css/colors.css
1 /*------------------------------------------------------------------------------2 3 Howdy! This is the CSS file that controls the4 fresh color style on the WordPress Dashboard.5 6 7 TABLE OF CONTENTS:8 ------------------9 1.0 - General10 11 12 ------------------------------------------------------------------------------*/13 14 15 /*------------------------------------------------------------------------------16 1.0 - General17 ------------------------------------------------------------------------------*/18 19 html {20 background: #f1f1f1;21 }22 23 /* Checkbooms */24 25 input[type=checkbox],26 input[type=radio] {27 background: #fff;28 border-color: #bbb;29 color: #555;30 31 -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);32 box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);33 }34 35 input[type=checkbox]:checked:before {36 color: #1e8cbe;37 }38 39 input[type=radio]:checked:before {40 background-color: #1e8cbe;41 }42 43 .wp-core-ui input[type="reset"]:hover,44 .wp-core-ui input[type="reset"]:active {45 color: #2ea2cc;46 }47 48 49 /* Helper classes for plugins to leverage the active WordPress color scheme */50 51 .wp-ui-primary {52 color: #fff;53 background-color: #333;54 }55 .wp-ui-text-primary {56 color: #333;57 }58 59 .wp-ui-highlight {60 color: white;61 background-color: #1e8cbe;62 }63 .wp-ui-text-highlight {64 color: #1e8cbe;65 }66 67 .wp-ui-notification {68 color: #fff;69 background-color: #D54E21;70 }71 .wp-ui-text-notification {72 color: #D54E21;73 }74 75 .wp-ui-text-icon {76 color: #999;77 }78 79 80 #adminmenu .wp-has-current-submenu .wp-submenu,81 .no-js li.wp-has-current-submenu:hover .wp-submenu,82 #adminmenu a.wp-has-current-submenu:focus + .wp-submenu,83 #adminmenu .wp-has-current-submenu .wp-submenu.sub-open,84 #adminmenu .wp-has-current-submenu.opensub .wp-submenu {85 background-color: #333;86 }87 88 #adminmenu .wp-has-current-submenu .wp-submenu a,89 .no-js li.wp-has-current-submenu:hover .wp-submenu a,90 #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,91 #adminmenu .wp-has-current-submenu .wp-submenu.sub-open a,92 #adminmenu .wp-has-current-submenu.opensub .wp-submenu a {93 color: #bbb;94 }95 96 #adminmenu .wp-submenu a:hover,97 #adminmenu .wp-submenu a:focus,98 #adminmenu .wp-has-current-submenu .wp-submenu a:hover,99 #adminmenu .wp-has-current-submenu .wp-submenu a:focus,100 #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,101 #adminmenu .wp-has-current-submenu .wp-submenu.sub-open a:hover,102 #adminmenu .wp-has-current-submenu .wp-submenu.sub-open a:focus,103 #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover,104 #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,105 .no-js li.wp-has-current-submenu:hover .wp-submenu a:hover,106 .no-js li.wp-has-current-submenu:hover .wp-submenu a:focus,107 .folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,108 .folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,109 .folded #adminmenu .wp-has-current-submenu .wp-submenu a:hover,110 .folded #adminmenu .wp-has-current-submenu .wp-submenu a:focus {111 background: none;112 color: #2ea2cc;113 }114 115 ul#adminmenu a.wp-has-current-submenu:after,116 ul#adminmenu > li.current > a.current:after {117 border-right-color: #f1f1f1;118 }119 120 .row-actions {121 color: #ddd;122 }123 124 .find-box-search,125 .find-box-buttons {126 background-color: #f7f7f7;127 border-top: 1px solid #dfdfdf;128 }129 130 .find-box {131 background-color: #444;132 }133 134 .find-box-head {135 color: #eee;136 }137 138 .find-box-inside {139 background-color: #fff;140 }141 142 a.page-numbers:hover {143 border-color: #999;144 }145 146 body,147 #wpbody,148 .form-table .pre,149 .ui-autocomplete li a {150 color: #444;151 }152 153 body > #upload-menu {154 border-bottom-color: #fff;155 }156 157 #postcustomstuff table,158 #your-profile fieldset,159 #rightnow,160 div.dashboard-widget,161 #dashboard-widgets p.dashboard-widget-links {162 border-color: #ccc;163 }164 165 #dashboard-widgets h4 {166 color: #222;167 }168 169 #poststuff .inside label.spam,170 #poststuff .inside label.deleted {171 color: red;172 }173 174 #poststuff .inside label.waiting {175 color: orange;176 }177 178 #poststuff .inside label.approved {179 color: green;180 }181 182 #postcustomstuff table {183 border-color: #dfdfdf;184 background-color: #f9f9f9;185 }186 187 #postcustomstuff thead th {188 background-color: #f1f1f1;189 }190 191 table.widefat {192 border-color: #fff;193 background-color: #fff;194 }195 196 th .comment-grey-bubble:before {197 color: #444;198 }199 200 .sorting-indicator:before {201 color: #444;202 }203 204 div.dashboard-widget-error {205 background-color: #c43;206 }207 208 div.dashboard-widget-notice {209 background-color: #cfe1ef;210 }211 212 div.dashboard-widget-submit {213 border-top-color: #ccc;214 }215 216 ul.category-tabs li {217 border-color: transparent;218 }219 220 div.tabs-panel,221 .wp-tab-panel,222 ul.add-menu-item-tabs li.tabs,223 .wp-tab-active {224 border-color: #dfdfdf;225 background-color: #fdfdfd;226 }227 228 ul.category-tabs li.tabs {229 border-color: #dfdfdf #dfdfdf #fdfdfd;230 }231 232 ul.category-tabs li.tabs,233 ul.add-menu-item-tabs li.tabs,234 .wp-tab-active {235 background-color: #fdfdfd;236 }237 238 kbd,239 code {240 background: #eaeaea;241 background: rgba(0,0,0,0.07);242 }243 244 textarea,245 input[type="text"],246 input[type="password"],247 input[type="email"],248 input[type="number"],249 input[type="search"],250 input[type="tel"],251 input[type="url"],252 .titlewrap input,253 select {254 border-color: #ddd;255 box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);256 }257 258 textarea:focus,259 input[type="text"]:focus,260 input[type="password"]:focus,261 input[type="email"]:focus,262 input[type="number"]:focus,263 input[type="search"]:focus,264 input[type="tel"]:focus,265 input[type="url"]:focus,266 input[type="checkbox"]:focus,267 input[type="radio"]:focus,268 select:focus,269 #widgets-left .widget-in-question .widget-top,270 #available-widgets .widget-top:hover,271 #widgets-right .widget-top:hover,272 #widgets-left .widget-top:hover,273 .menu-item-bar .menu-item-handle:hover {274 border-color: #999;275 }276 277 input:disabled,278 input.disabled,279 textarea:disabled,280 textarea.disabled {281 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);282 box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);283 border-color: rgba(222, 222, 222, .75);284 background: rgba(255, 255, 255, .5);285 color: rgba(51, 51, 51, .5);286 }287 288 #plugin-information .action-button a,289 #plugin-information .action-button a:hover,290 #plugin-information .action-button a:visited {291 color: #fff;292 }293 294 /*295 .widget .widget-top,296 .postbox h3,297 .stuffbox h3,298 .control-section .accordion-section-title,299 h3.dashboard-widget-title,300 h3.dashboard-widget-title span,301 h3.dashboard-widget-title small,302 .sidebar-name,303 #nav-menu-header,304 #nav-menu-footer,305 .menu-item-handle,306 .checkbox,307 .side-info,308 .widefat thead th,309 .widefat tfoot th {310 background: #fcfcfc;311 border-top: none;312 border-bottom: 1px solid #e1e1e1;313 }314 */315 316 .accordion-section-content {317 border-left: none;318 border-right: none;319 }320 321 /*322 .js .control-section:hover .accordion-section-title,323 .js .control-section .accordion-section-title:hover,324 .js .control-section.open .accordion-section-title,325 .js .control-section .accordion-section-title:focus {326 background: #0074a2;327 border-color: #0074a2 !important;328 }329 */330 331 .widefat tfoot th {332 border-bottom: none;333 border-top: 1px solid #e1e1e1;334 }335 336 .widefat thead th {337 border-bottom: 1px solid #e1e1e1;338 }339 340 .form-table th,341 .form-wrap label {342 color: #222;343 }344 345 .form-table.editcomment td {346 border-bottom: none;347 }348 349 .description,350 .form-wrap p {351 color: #666;352 }353 354 strong .post-com-count span {355 background-color: #0074a2;356 }357 358 .post-com-count:after { /* draw bubble connector using CSS! */359 border-top: 5px solid #bbbbbb;360 border-right: 5px solid transparent;361 }362 363 strong .post-com-count:after {364 border-top: 5px solid #0076a0;365 }366 367 .post-com-count:hover:after {368 border-top: 5px solid #2ea2cc;369 }370 371 .sorthelper {372 background-color: #ccf3fa;373 }374 375 .ac_match,376 .subsubsub a.current {377 color: #000;378 }379 380 h2,381 h3 {382 color: #222;383 }384 385 .wrap .add-new-h2,386 .wrap .add-new-h2:active {387 background: #e0e0e0;388 }389 390 .wrap .add-new-h2:hover {391 background: #2ea2cc;392 color: #fff;393 }394 395 .subtitle {396 color: #777;397 }398 399 .ac_over {400 background-color: #f0f0b8;401 }402 403 .ac_results {404 background-color: #fff;405 border-color: #808080;406 }407 408 .ac_results li {409 color: #101010;410 }411 412 .alternate,413 .alt {414 background-color: #f9f9f9;415 }416 417 .available-theme a.screenshot {418 background-color: #fff;419 border-color: #ccc;420 }421 422 #current-theme {423 border-bottom-color: #dfdfdf;424 }425 426 .bar {427 background-color: #e8e8e8;428 border-right-color: #99d;429 }430 431 .form-invalid {432 background-color: #ffebe8 !important;433 }434 435 .form-invalid input,436 .form-invalid select {437 border-color: #c00 !important;438 }439 440 .submit {441 border: none;442 }443 444 .highlight {445 background-color: #e4f2fd;446 color: #000;447 }448 449 .howto,450 .nonessential,451 #edit-slug-box,452 .form-input-tip,453 .subsubsub {454 color: #666;455 }456 457 .media-upload-form label.form-help,458 td.help {459 color: #9a9a9a;460 }461 462 .ui-autocomplete {463 border-color: #aaa;464 background-color: #efefef;465 }466 467 .ui-autocomplete li a.ui-state-focus {468 background-color: #ddd;469 }470 471 .post-com-count {472 color: #fff;473 }474 475 .post-com-count span {476 background-color: #bbb;477 color: #fff;478 }479 480 .post-com-count:hover span {481 background-color: #2ea2cc;482 }483 484 .quicktags, .search {485 background-color: #ccc;486 color: #000;487 }488 489 .side-info h5 {490 border-bottom-color: #dadada;491 }492 493 .side-info ul {494 color: #666;495 }496 497 a:hover,498 a:active {499 color: #2ea2cc;500 }501 502 a:focus {503 color: #124964;504 }505 506 #adminmenu a:hover,507 #adminmenu li.menu-top > a:focus,508 #adminmenu .wp-submenu a:hover,509 #rightnow a:hover,510 #media-upload a.del-link:hover,511 div.dashboard-widget-submit input:hover,512 .subsubsub a:hover,513 .subsubsub a.current:hover,514 .ui-tabs-nav a:hover {515 color: #2ea2cc;516 }517 518 #the-comment-list .comment-item {519 border: none;520 }521 522 #side-sortables .category-tabs .tabs a,523 #side-sortables .add-menu-item-tabs .tabs a,524 .wp-tab-bar .wp-tab-active a {525 color: #333;526 }527 528 #rightnow .rbutton {529 background-color: #ebebeb;530 color: #264761;531 }532 533 p.submit {534 border-top-color: #dfdfdf;535 }536 537 .submitbox .submit {538 background-color: #464646;539 color: #ccc;540 }541 542 table.widefat span.delete a,543 table.widefat span.trash a,544 table.widefat span.spam a,545 .plugins a.delete,546 #all-plugins-table .plugins a.delete,547 #search-plugins-table .plugins a.delete,548 .submitbox .submitdelete,549 #media-items a.delete,550 #media-items a.delete-permanently,551 #nav-menu-footer .menu-delete {552 color: #a00;553 }554 555 table.widefat span.delete a:hover,556 table.widefat span.trash a:hover,557 table.widefat span.spam a:hover,558 .plugins a.delete:hover,559 #all-plugins-table .plugins a.delete:hover,560 #search-plugins-table .plugins a.delete:hover,561 .submitbox .submitdelete:hover,562 #media-items a.delete:hover,563 #media-items a.delete-permanently:hover,564 #nav-menu-footer .menu-delete:hover {565 color: #f00;566 }567 568 #normal-sortables .submitbox .submitdelete:hover {569 color: #000;570 background-color: #f00;571 border-bottom-color: #f00;572 }573 574 .tablenav .dots {575 border-color: transparent;576 }577 578 .tablenav .next,579 .tablenav .prev {580 border-color: transparent;581 color: #0074a2;582 }583 584 .tablenav .next:hover,585 .tablenav .prev:hover {586 border-color: transparent;587 color: #2ea2cc;588 }589 590 div.updated,591 .login .message,592 .press-this #message {593 background-color: #fff;594 border-left: 4px solid #7ad03a;595 596 -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);597 box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);598 }599 600 #update-nag,601 .update-nag {602 background-color: #fff;603 border-left: 4px solid #ffba00;604 605 -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);606 box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);607 }608 609 div.error,610 .login #login_error {611 background: #fff;612 border-left: 4px solid #dd3d36;613 614 -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);615 box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);616 }617 618 .update-message {619 color: #000;620 }621 622 a.page-numbers {623 border-bottom-color: #b8d3e2;624 }625 626 .commentlist li {627 border-bottom-color: #ccc;628 }629 630 .widefat td,631 .widefat th {632 color: #555;633 }634 635 .widefat p,636 .widefat ol,637 .widefat ul {638 color: #333;639 }640 641 .widefat thead tr th,642 .widefat tfoot tr th,643 h3.dashboard-widget-title,644 h3.dashboard-widget-title span,645 h3.dashboard-widget-title small {646 color: #333;647 }648 649 th.manage-column a,650 th.sortable a:hover,651 th.sortable a:active,652 th.sortable a:focus {653 color: #333;654 }655 656 th.sortable a:focus {657 background: #e1e1e1;658 }659 660 h3.dashboard-widget-title small a {661 color: #d7d7d7;662 }663 664 h3.dashboard-widget-title small a:hover {665 color: #fff;666 }667 668 a,669 #the-comment-list p.comment-author strong a,670 #media-upload a.del-link,671 #media-items a.delete,672 #media-items a.delete-permanently,673 .plugins a.delete,674 .ui-tabs-nav a,675 .plugins .inactive a {676 color: #0074a2;677 -webkit-transition-property: border, background, color;678 -moz-transition-property: border, background, color;679 transition-property: border, background, color;680 -webkit-transition-duration: .05s;681 -moz-transition-duration: .05s;682 transition-duration: .05s;683 -webkit-transition-timing-function: ease-in-out;684 -moz-transition-timing-function: ease-in-out;685 transition-timing-function: ease-in-out;686 }687 688 .wp-list-table a,689 .media-router a {690 -moz-transition: none;691 -webkit-transition: none;692 transition: none;693 }694 695 #adminmenu a {696 color: #eee;697 }698 699 #adminmenu .awaiting-mod,700 #adminmenu .update-plugins,701 #sidemenu a .update-plugins,702 #rightnow .reallynow {703 background-color: #d54e21;704 color: #fff;705 }706 #plugin-information .action-button {707 background-color: #2ea2cc;708 color: #fff;709 }710 711 #adminmenu li.current a .awaiting-mod,712 #adminmenu li a.wp-has-current-submenu .update-plugins {713 background-color: #2ea2cc;714 color: #fff;715 }716 717 div#media-upload-header,718 div#plugin-information-header {719 background-color: #f9f9f9;720 border-bottom-color: #dfdfdf;721 }722 723 #currenttheme img {724 border-color: #666;725 }726 727 input.readonly, textarea.readonly {728 background-color: #ddd;729 }730 731 #editable-post-name {732 background-color: #fffbcc;733 }734 735 #edit-slug-box strong,736 .tablenav .displaying-num,737 #submitted-on,738 .submitted-on {739 color: #777;740 }741 742 .plugins .inactive a:hover {743 color: #2ea2cc;744 }745 746 #wpfooter {747 color: #777;748 border-color: transparent;749 }750 751 .imgedit-group,752 #media-items .media-item,753 .media-item .describe {754 border-color: #dfdfdf;755 }756 757 .plugins .plugin-description p,758 .plugins .plugin-version-author-uri {759 color: #333;760 }761 762 .plugins .inactive .plugin-title strong {763 color: #333;764 }765 766 .plugin-update-tr .plugin-update {767 border: none;768 -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);769 box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);770 }771 772 .plugin-update-tr .update-message {773 background-color: #f7f7f7;774 background-color: rgba(0,0,0,0.03);775 }776 777 tr.active.update + tr.plugin-update-tr .plugin-update .update-message {778 background-color: #fcf3ef;779 }780 781 .plugin-update-tr .update-message:before {782 color: #d54e21;783 }784 785 .plugins,786 .plugins th,787 .plugins td {788 color: #000;789 }790 791 .plugins .inactive a {792 color: #579;793 }794 795 .plugins tr {796 background: #fff;797 }798 799 .plugins .inactive td,800 .plugins .inactive th,801 .plugins .active td,802 .plugins .active th,803 .plugin-install #the-list td,804 .upgrade .plugins td,805 .upgrade .plugins th {806 -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);807 box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);808 }809 810 .plugins .update td,811 .plugins .update th,812 .upgrade .plugins tr:last-of-type td,813 .upgrade .plugins tr:last-of-type th {814 -webkit-box-shadow: none;815 box-shadow: none;816 }817 818 .plugins .active td,819 .plugins .active th,820 tr.active + tr.plugin-update-tr .plugin-update {821 background-color: #f7fcfe;822 }823 824 .plugins .active.update td,825 .plugins .active.update th,826 tr.active.update + tr.plugin-update-tr .plugin-update,827 #activity-widget #the-comment-list .unapproved {828 background-color: #fefaf7;829 }830 831 .plugins tr.active.plugin-update-tr + tr.inactive th,832 .plugins tr.active.plugin-update-tr + tr.inactive td,833 .plugins tr.active + tr.inactive th,834 .plugins tr.active + tr.inactive td {835 border-top: 1px solid rgba(0,0,0,0.03);836 837 -webkit-box-shadow: inset 0px 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e1e1e1;838 box-shadow: inset 0px 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e1e1e1;839 }840 841 .plugins tr.active + tr.inactive.update th,842 .plugins tr.active + tr.inactive.update td {843 -webkit-box-shadow: none;844 box-shadow: none;845 }846 847 .plugins .active th.check-column {848 border-left: 4px solid #2ea2cc;849 }850 851 .plugins .active.update th.check-column,852 .plugins .active.update + .plugin-update-tr .plugin-update {853 border-left: 4px solid #d54e21;854 }855 856 .post-state-format:before,857 .post-format-icon:before {858 color: #ddd;859 -webkit-transition: all .1s ease-in-out;860 -moz-transition: all .1s ease-in-out;861 transition: all .1s ease-in-out;862 }863 864 input[type="radio"]:checked+label:before {865 color: #888888;866 }867 868 a.post-state-format:hover:before,869 a.post-format-icon:hover:before {870 color: #2ea2cc;871 }872 873 #the-list tr:last-child td,874 #the-list tr:last-child th {875 border-bottom: none !important;876 -webkit-box-shadow: none;877 box-shadow: none;878 }879 880 #the-comment-list tr.undo,881 #the-comment-list div.undo {882 background-color: #f4f4f4;883 }884 885 #the-comment-list .unapproved th,886 #the-comment-list .unapproved td {887 background-color: #fefaf7;888 }889 890 #the-comment-list .unapproved th.check-column {891 border-left: 4px solid #d54e21;892 }893 894 #the-comment-list .approve a {895 color: #006505;896 }897 898 #the-comment-list .unapprove a {899 color: #d98500;900 }901 902 #the-comment-list th,903 #the-comment-list td {904 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);905 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);906 }907 908 #activity-widget #the-comment-list .comment {909 -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);910 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);911 }912 913 #the-comment-list tr:last-child th,914 #the-comment-list tr:last-child td {915 -webkit-box-shadow: none;916 box-shadow: none;917 }918 919 #the-comment-list tr.unapproved + tr.approved th,920 #the-comment-list tr.unapproved + tr.approved td {921 border-top: 1px solid rgba(0, 0, 0, 0.03);922 }923 924 #activity-widget .comments #the-comment-list .alt {925 background-color: transparent;926 }927 928 .welcome-panel p {929 color: #777;930 }931 932 .welcome-panel a {933 text-decoration: none;934 }935 936 .welcome-panel-column p {937 color: #464646;938 }939 940 .welcome-panel .welcome-icon:before {941 color: #888;942 }943 944 .widget-top,945 .menu-item-handle,946 .menu-item-settings,947 .widget-inside,948 .postbox,949 #menu-settings-column .accordion-container,950 #menu-management .menu-edit,951 .manage-menus,952 table.widefat,953 .stuffbox,954 p.popular-tags,955 .widgets-holder-wrap,956 .welcome-panel,957 .wp-editor-container,958 #post-status-info,959 .popular-tags,960 .feature-filter,961 .imgedit-group {962 border: 1px solid #e5e5e5;963 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);964 box-shadow: 0 1px 1px rgba(0,0,0,0.04);965 }966 967 #post-status-info {968 border-top: none;969 }970 971 .postbox table.widefat {972 -webkit-box-shadow: none;973 box-shadow: none;974 }975 976 .welcome-panel,977 .postbox,978 table.widefat,979 .wp-editor-container,980 .stuffbox,981 p.popular-tags,982 .widgets-holder-wrap,983 .popular-tags,984 .feature-filter,985 .imgedit-group {986 background: #fff;987 }988 989 .postbox h3,990 #namediv h3,991 #submitdiv h3 {992 border-bottom: 1px solid #eeeeee;993 }994 995 .widget .widget-top,996 .menu-item-handle {997 background: #fafafa;998 color: #222;999 }1000 1001 #misc-publishing-actions label[for="post_status"]:before,1002 #post-body #visibility:before,1003 .curtime #timestamp:before,1004 #post-body .misc-pub-revisions:before,1005 span.wp-media-buttons-icon:before {1006 color: #888;1007 }1008 1009 #rightnow .youhave {1010 background-color: #f0f6fb;1011 }1012 1013 #rightnow a {1014 color: #448abd;1015 }1016 1017 #welcome-panel.welcome-panel .welcome-panel-close::before,1018 .tagchecklist span a:before,1019 #bulk-titles div a:before,1020 .wp-pointer-buttons a.close:before {1021 background: none;1022 color: #bbb;1023 }1024 1025 #welcome-panel.welcome-panel .welcome-panel-close:hover:before,1026 .tagchecklist span a:hover:before,1027 #bulk-titles div a:hover:before,1028 .wp-pointer-buttons a.close:hover:before {1029 color: #c00;1030 }1031 1032 #screen-meta {1033 background-color: #fff;1034 border: 1px solid #ddd;1035 border-top: none;1036 -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.025);1037 box-shadow: 0 1px 0 rgba(0,0,0,.025);1038 }1039 1040 #contextual-help-back {1041 background: #f6fbfd;1042 }1043 1044 .contextual-help-tabs a:hover {1045 color: #333;1046 }1047 1048 #contextual-help-back,1049 .contextual-help-tabs .active a {1050 border-color: #e1e1e1;1051 }1052 1053 .contextual-help-tabs .active {1054 border-color: #2ea2cc;1055 1056 -webkit-box-shadow: 0px 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);1057 box-shadow: 0px 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);1058 }1059 1060 .contextual-help-tabs .active,1061 .contextual-help-tabs .active a,1062 .contextual-help-tabs .active a:hover {1063 background: #f6fbfd;1064 color: #333;1065 }1066 1067 /* screen options and help tabs */1068 #screen-options-link-wrap,1069 #contextual-help-link-wrap {1070 border: 1px solid #ddd;1071 border-top: none;1072 background: #fff;1073 -webkit-box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.1);1074 box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.1);1075 }1076 1077 #screen-meta-links a {1078 color: #777;1079 }1080 1081 #screen-meta-links a:after {1082 color: #bbb;1083 }1084 1085 #screen-meta-links a:hover,1086 #screen-meta-links a:active {1087 color: #333;1088 }1089 1090 #screen-meta-links a:focus {1091 border-color: #aaa;1092 color: #333;1093 -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);1094 box-shadow: 0 2px 3px rgba(0,0,0,0.15);1095 }1096 /* end screen options and help tabs */1097 1098 #wphead {1099 border-bottom-color: #dfdfdf;1100 }1101 1102 #wphead h1 a {1103 color: #464646;1104 }1105 1106 .file-error,1107 abbr.required,1108 .widget-control-remove:hover,1109 table.widefat .delete a:hover,1110 table.widefat .trash a:hover,1111 table.widefat .spam a:hover {1112 color: #f00;1113 }1114 1115 #pass-strength-result {1116 background-color: #eee;1117 border-color: #ddd !important;1118 }1119 1120 #pass-strength-result.bad {1121 background-color: #ffb78c;1122 border-color: #ff853c !important;1123 }1124 1125 #pass-strength-result.good {1126 background-color: #ffec8b;1127 border-color: #fc0 !important;1128 }1129 1130 #pass-strength-result.short {1131 background-color: #ffa0a0;1132 border-color: #f04040 !important;1133 }1134 1135 #pass-strength-result.strong {1136 background-color: #c3ff88;1137 border-color: #8dff1c !important;1138 }1139 1140 #post-status-info {1141 background-color: #f7f7f7;1142 }1143 1144 .widget-inside,1145 .menu-item-settings {1146 background: #fff;1147 }1148 1149 .menu-item-settings {1150 border-top: none;1151 }1152 1153 #titlediv #title {1154 background-color: #fff;1155 }1156 1157 #tTips p#tTips_inside {1158 background-color: #ddd;1159 color: #333;1160 }1161 1162 #poststuff .inside .the-tagcloud {1163 border-color: #ddd;1164 }1165 1166 /* menu */1167 #adminmenuback,1168 #adminmenuwrap,1169 #adminmenu {1170 background-color: #222;1171 }1172 1173 #adminmenu li.wp-menu-separator {1174 background: transparent;1175 border-color: transparent;1176 }1177 1178 #adminmenu div.separator {1179 border-color: transparent;1180 }1181 1182 #adminmenu li.wp-menu-open {1183 border-color: #dfdfdf;1184 }1185 1186 #adminmenu li.menu-top:hover,1187 #adminmenu li.opensub > a.menu-top,1188 #adminmenu li > a.menu-top:focus {1189 background-color: #111;1190 color: #2ea2cc;1191 }1192 1193 /* flyout menu arrow */1194 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {1195 border-right-color: #333;1196 }1197 1198 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,1199 #adminmenu li.current a.menu-top,1200 .folded #adminmenu li.wp-has-current-submenu,1201 .folded #adminmenu li.current.menu-top,1202 #adminmenu .wp-menu-arrow,1203 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head,1204 #adminmenu .wp-menu-arrow div {1205 background: #0074a2;1206 }1207 1208 #adminmenu li.wp-not-current-submenu .wp-menu-arrow {1209 border-top-color: #f9f9f9;1210 border-bottom-color: #dfdfdf;1211 background: transparent;1212 }1213 1214 #adminmenu li.wp-not-current-submenu .wp-menu-arrow div {1215 background: #111;1216 border-color: #111;1217 }1218 1219 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,1220 #adminmenu li.current a.menu-top,1221 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {1222 color: #fff;1223 }1224 1225 .folded #adminmenu li.wp-has-current-submenu,1226 .folded #adminmenu li.current.menu-top {1227 border-color: #666; /* Match the background color of the current menu item for a flat appearance */1228 }1229 1230 #adminmenu .wp-submenu li.current,1231 #adminmenu .wp-submenu li.current a,1232 #adminmenu .opensub .wp-submenu li.current a,1233 #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,1234 #adminmenu .wp-submenu li.current a:hover,1235 #adminmenu .wp-submenu li.current a:focus {1236 color: #fff;1237 background: transparent;1238 }1239 1240 #adminmenu .wp-submenu,1241 .folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu,1242 .folded #adminmenu .wp-has-current-submenu .wp-submenu {1243 background-color: #333;1244 1245 -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);1246 box-shadow: 0 3px 5px rgba(0,0,0,0.2);1247 }1248 1249 #adminmenu .wp-submenu a,1250 .folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,1251 .folded #adminmenu .wp-has-current-submenu .wp-submenu a {1252 color: #bbb;1253 }1254 1255 #adminmenu .wp-submenu .wp-submenu-head {1256 color: #fff;1257 }1258 1259 /* collapse menu button */1260 #collapse-menu {1261 color: #aaa;1262 -webkit-transition: all .1s ease-in-out;1263 -moz-transition: all .1s ease-in-out;1264 transition: all .1s ease-in-out;1265 }1266 1267 #collapse-menu:hover {1268 color: #2ea2cc;1269 }1270 1271 #collapse-button div:after {1272 color: #aaa;1273 }1274 1275 #collapse-menu:hover #collapse-button div:after {1276 color: #2ea2cc;1277 }1278 1279 #adminmenu div.wp-menu-image:before {1280 color: #999;1281 }1282 1283 .icon16:before {1284 color: #999;1285 }1286 1287 #adminmenu li.wp-has-current-submenu:hover div.wp-menu-image:before {1288 color: #fff;1289 }1290 1291 #adminmenu li:hover div.wp-menu-image:before {1292 color: #2ea2cc;1293 }1294 1295 #adminmenu .wp-has-current-submenu div.wp-menu-image:before,1296 #adminmenu .current div.wp-menu-image:before,1297 #adminmenu a.wp-has-current-submenu:hover div.wp-menu-image:before,1298 #adminmenu a.current:hover div.wp-menu-image:before {1299 color: #fff;1300 }1301 1302 /* Collapse button in theme preview */1303 1304 .wp-full-overlay a.collapse-sidebar {1305 color: #777;1306 }1307 1308 .wp-full-overlay a.collapse-sidebar:hover {1309 color: #0074a2;1310 }1311 1312 .wp-full-overlay .collapse-sidebar-arrow:before {1313 background: #eee;1314 }1315 1316 /* Diff */1317 1318 table.diff .diff-deletedline del {1319 background-color: #f99;1320 }1321 1322 .ui-tooltip, .arrow::after {1323 background-color: #fff;1324 box-shadow: 0 1px 3px rgba(0,0,0,0.1);1325 }1326 1327 .revisions-meta,1328 .revisions-diff,1329 .revisions.pinned .revisions-controls {1330 background-color: #fff;1331 box-shadow: 0 1px 3px rgba(0,0,0,0.1);1332 }1333 1334 table.diff .diff-deletedline {1335 background-color: #ffe9e9;1336 }1337 1338 table.diff .diff-deletedline del {1339 background-color: #faa;1340 }1341 1342 table.diff .diff-addedline {1343 background-color: #e9ffe9;1344 }1345 1346 table.diff .diff-addedline ins {1347 background-color: #afa;1348 }1349 1350 .revisions-tooltip,1351 .revisions-tooltip-arrow span {1352 border-color: #d7d7d7;1353 background-color: #fff;1354 }1355 1356 .revisions-tickmarks {1357 background-color: #fff;1358 }1359 1360 .revisions-tickmarks > div {1361 border-color: #aaa;1362 }1363 1364 .revisions.pinned .revisions-controls {1365 background: #fff;1366 }1367 1368 .revisions.pinned .revisions-meta {1369 box-shadow: none;1370 }1371 1372 /* jQuery UI Slider */1373 1374 .wp-slider.ui-slider {1375 border-color: #d7d7d7;1376 }1377 1378 .wp-slider .ui-slider-handle,1379 .wp-slider .ui-slider-handle.ui-state-hover,1380 .wp-slider .ui-slider-handle.focus {1381 background: #2ea2cc;1382 border: 1px solid #0074a2;1383 -webkit-box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15);1384 box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15);1385 }1386 1387 .wp-slider .ui-slider-handle:before {1388 color: #fff;1389 }1390 1391 /* edit image */1392 #sidemenu a {1393 background-color: #f9f9f9;1394 border-color: #f9f9f9;1395 border-bottom-color: #dfdfdf;1396 }1397 1398 #sidemenu a.current {1399 background-color: #f1f1f1;1400 border-color: #dfdfdf #dfdfdf #f1f1f1;1401 color: #000;1402 }1403 1404 #replyerror {1405 border-color: #ddd;1406 background-color: #f9f9f9;1407 }1408 1409 /* table vim shortcuts */1410 .vim-current,1411 .vim-current th,1412 .vim-current td {1413 background-color: #E4F2FD !important;1414 }1415 1416 /* Install Plugins */1417 1418 #plugin-information {1419 height: auto;1420 }1421 1422 #plugin-information .fyi ul {1423 background-color: #eaf3fa;1424 }1425 1426 #plugin-information .fyi h2.mainheader {1427 background-color: #cee1ef;1428 }1429 1430 #plugin-information pre,1431 #plugin-information code {1432 background-color: #ededff;1433 }1434 1435 #plugin-information pre {1436 border-color: #ccc;1437 }1438 1439 /* inline editor */1440 #bulk-titles {1441 border-color: #ddd;1442 }1443 1444 .inline-editor div.title {1445 background-color: #eaf3fa;1446 }1447 1448 .inline-editor ul.cat-checklist {1449 background-color: #fff;1450 border-color: #ddd;1451 }1452 1453 .inline-editor .quick-edit-save {1454 background-color: #f1f1f1;1455 }1456 1457 fieldset.inline-edit-col-right .inline-edit-col {1458 border-color: #dfdfdf;1459 }1460 1461 .attention {1462 color: #2ea2cc;1463 }1464 1465 .tablenav .tablenav-pages {1466 color: #555;1467 }1468 1469 .tablenav .tablenav-pages a {1470 background: #eee;1471 background: rgba( 0, 0, 0, 0.05 );1472 }1473 1474 .tablenav .tablenav-pages a:hover,1475 .tablenav .tablenav-pages a:focus {1476 color: #fff;1477 background: #2ea2cc;1478 }1479 1480 .tablenav .tablenav-pages a.disabled,1481 .tablenav .tablenav-pages a.disabled:hover,1482 .tablenav .tablenav-pages a.disabled:focus {1483 color: #aaa;1484 background: #eee;1485 background: rgba( 0, 0, 0, 0.05 );1486 }1487 1488 .tablenav .tablenav-pages .current {1489 background: #dfdfdf;1490 border-color: #d3d3d3;1491 }1492 1493 #availablethemes,1494 #availablethemes td {1495 border-color: #ddd;1496 }1497 1498 #current-theme img {1499 border-color: #999;1500 }1501 1502 #TB_window #TB_title a.tb-theme-preview-link,1503 #TB_window #TB_title a.tb-theme-preview-link:visited {1504 color: #999;1505 }1506 1507 #TB_window #TB_title a.tb-theme-preview-link:hover,1508 #TB_window #TB_title a.tb-theme-preview-link:focus {1509 color: #ccc;1510 }1511 1512 .misc-pub-section {1513 }1514 1515 #minor-publishing {1516 border-bottom-color: #dfdfdf;1517 }1518 1519 #post-body .misc-pub-section {1520 }1521 1522 .post-com-count span {1523 background-color: #bbb;1524 }1525 1526 .sortable-placeholder {1527 border-color: #bbb;1528 }1529 1530 #post-body ul.category-tabs li.tabs a,1531 #post-body ul.add-menu-item-tabs li.tabs a,1532 body.press-this ul.category-tabs li.tabs a {1533 color: #333;1534 }1535 1536 .view-switch>a:before {1537 color: #bbb;1538 }1539 1540 .view-switch a:hover:before {1541 color: #727272;1542 }1543 1544 .view-switch a.current:before {1545 color: #0074a2;1546 }1547 1548 div.widgets-sortables,1549 #widgets-left .inactive,1550 #available-widgets .widget-holder {1551 background-color: #fff;1552 border-color: #fff;1553 }1554 1555 #widgets-left #available-widgets {1556 background: transparent;1557 }1558 1559 #widgets-left .widgets-holder-wrap {1560 border: none;1561 -webkit-box-shadow: none;1562 box-shadow: none;1563 }1564 1565 .sidebar-name {1566 border-bottom-color: #e1e1e1;1567 }1568 1569 .js #removing-widget {1570 color: #2ea2cc;1571 }1572 1573 #removing-widget span {1574 color: black;1575 }1576 1577 .in-widget-title,1578 #widgets-right .widget-top a.widget-control-edit,1579 #wp_inactive_widgets .in-widget-title,1580 #available-widgets .widget-description {1581 color: #666;1582 }1583 1584 #widgets-right .widget-top a.widget-control-edit:hover {1585 color: #fff;1586 }1587 1588 .deleting .widget-title,1589 .deleting .widget-top a.widget-action:after {1590 color: #aaa;1591 }1592 1593 .imgedit-menu div {1594 border-color: #d5d5d5;1595 background-color: #f1f1f1;1596 }1597 1598 .imgedit-menu div:hover {1599 border-color: #c1c1c1;1600 background-color: #eaeaea;1601 }1602 1603 .imgedit-menu div.disabled {1604 border-color: #ccc;1605 background-color: #ddd;1606 filter: alpha(opacity=50);1607 opacity: 0.5;1608 }1609 1610 /* added from nav-menu.css */1611 #menu-management {1612 background: #f5f5f51613 }1614 1615 #menu-management #post-body {1616 background: #fff;1617 border-top-color: #fff;1618 border-bottom-color: #dfdfdf;1619 }1620 1621 #nav-menu-header {1622 border-bottom-color: #dfdfdf;1623 }1624 1625 #menu-management .nav-tabs-arrow a {1626 color: #c1c1c1;1627 }1628 1629 #menu-management .nav-tabs-arrow a:hover {1630 color: #2ea2cc;1631 }1632 1633 #menu-management .nav-tabs-arrow a:active {1634 color: #464646;1635 }1636 1637 #menu-management .nav-tab-active {1638 border-color: #dfdfdf;1639 }1640 1641 #menu-management .nav-tab {1642 background: #fbfbfb;1643 border-color: #dfdfdf;1644 }1645 1646 .js .input-with-default-title {1647 color: #aaa;1648 }1649 1650 #cancel-save {1651 color: #f00;1652 }1653 1654 #cancel-save:hover {1655 background-color: #f00;1656 color: #fff;1657 }1658 1659 .list-container,1660 .menu-item-handle {1661 border-color: #dfdfdf;1662 }1663 1664 .menu li.deleting .menu-item-handle {1665 background-color: #f66;1666 }1667 1668 .item-type { /* Menu item controls */1669 color: #777;1670 }1671 1672 .item-controls .menu-item-delete:hover {1673 color: #f00;1674 }1675 1676 .widget-action,1677 .handlediv,1678 .item-edit,1679 .sidebar-name-arrow,1680 .accordion-section-title:after {1681 color: #aaa;1682 }1683 1684 .widget-action:hover,1685 .handlediv:hover,1686 .item-edit:hover,1687 .sidebar-name:hover .sidebar-name-arrow,1688 .accordion-section-title:hover:after {1689 color: #777;1690 }1691 1692 /* Menu editing */1693 1694 .link-to-original {1695 color: #777;1696 border-color: #dfdfdf;1697 }1698 1699 #cancel-save:hover {1700 color: #fff !important;1701 }1702 1703 #update-menu-item {1704 color: #fff !important;1705 }1706 1707 #update-menu-item:hover,1708 #update-menu-item:active,1709 #update-menu-item:focus {1710 color: #eaf2fa !important;1711 border-color: #13455b !important;1712 }1713 1714 .submitbox .submitcancel {1715 color: #0074a2;1716 border-bottom-color: #0074a2;1717 }1718 1719 .submitbox .submitcancel:hover {1720 background: #0074a2;1721 color: #fff;1722 }1723 1724 .manage-menus {1725 background: #fbfbfb;1726 }1727 1728 .menu-settings {1729 border-top-color: #eeeeee;1730 }1731 1732 .theme-location-set {1733 color: #999999;1734 }1735 1736 .nav-menus-php .delete-action a {1737 color: #bc0b0b;1738 }1739 1740 .is-submenu {1741 color: #999999;1742 }1743 1744 .nav-tab {1745 color: #555;1746 border-color: #ccc;1747 background: #e4e4e4;1748 }1749 1750 .nav-tab:hover {1751 background-color: #fff;1752 color: #464646;1753 }1754 1755 .nav-tab-active {1756 color: #464646;1757 }1758 1759 .nav-tab-active,1760 .nav-tab-active:hover {1761 color: #000;1762 background: none;1763 border-color: #ccc;1764 border-bottom-color: #f1f1f1;1765 }1766 1767 h2.nav-tab-wrapper, h3.nav-tab-wrapper {1768 border-bottom-color: #ccc;1769 }1770 1771 #upload-form label {1772 color: #777;1773 }1774 1775 /* Begin About Pages */1776 .about-wrap h1 {1777 color: #333;1778 }1779 1780 .about-text {1781 color: #777;1782 }1783 1784 .wp-badge {1785 background-color: #0074a2;1786 color: #78c8e6;1787 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);1788 box-shadow: 0 1px 3px rgba(0,0,0,0.2);1789 }1790 1791 .about-wrap h2 .nav-tab-active {1792 border-color: #ccc;1793 border-bottom-color: #f1f1f1;1794 }1795 1796 .about-wrap h2,1797 .about-wrap h3,1798 .about-wrap h4 {1799 color: #222;1800 }1801 1802 .about-wrap .feature-section .col-2:before,1803 .about-wrap .feature-section .col-2:after,1804 .about-wrap .feature-section.two-col p:before {1805 color: #1e8cbe;1806 }1807 1808 .about-wrap .point-releases {1809 border-bottom: 1px solid #dfdfdf;1810 }1811 1812 .about-wrap .point-releases h3 {1813 border-top-color: #dfdfdf;1814 }1815 1816 .about-wrap li.wp-person img.gravatar {1817 border-color: #ccc;1818 }1819 1820 .about-wrap li.wp-person .title {1821 color: #464646;1822 }1823 1824 .freedoms-php .about-wrap ol li {1825 color: #999;1826 }1827 1828 .freedoms-php .about-wrap ol p {1829 color: #464646;1830 }1831 1832 /* End About Pages */1833 1834 /* Press This and Image editing icons */1835 1836 .pressthis a span:before {1837 color:#777;1838 }1839 1840 .imgedit-menu div {1841 color:#777;1842 }1843 1844 .imgedit-menu div:hover {1845 color:#333;1846 }1847 1848 /* End Press This and Image editing icons */1849 1850 /* TinyMCE modal */1851 1852 .clearlooks2 {1853 box-shadow: 0 5px 15px rgba(0,0,0,0.7);1854 }1855 1856 .clearlooks2 .mceMiddle span,1857 .clearlooks2 .mceMiddle .mceLeft,1858 .clearlooks2 .mceMiddle .mceRight,1859 .clearlooks2 .mceBottom,1860 .clearlooks2 .mceBottom .mceLeft,1861 .clearlooks2 .mceBottom .mceCenter,1862 .clearlooks2 .mceBottom .mceRight {1863 background-color: #fcfcfc;1864 }1865 1866 .clearlooks2 .mceTop span,1867 .clearlooks2 .mceFocus .mceTop span {1868 color: #222;1869 }1870 1871 .clearlooks2 .mceClose:before {1872 color: #999;1873 }1874 1875 .clearlooks2 .mceClose:hover:before {1876 color: #2ea2cc;1877 }1878 1879 1880 /* Lightbox */1881 1882 .sticky-menu #TB_window {1883 background: #f1f1f1;1884 }1885 1886 /* tinymce */1887 a .mceIcon, .mceAction {1888 color:#777;1889 }1890 1891 a .mceIcon:hover {1892 color:#333;1893 }1894 1895 /* Log in page */1896 1897 .login form .input,1898 .login input[type="text"],1899 .login form input[type="checkbox"] {1900 background: #fbfbfb;1901 }1902 1903 .login form {1904 background: #fff;1905 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);1906 box-shadow: 0 1px 3px rgba(0,0,0,0.13);1907 }1908 1909 body.login {1910 background: #f1f1f1;1911 }1912 1913 .login #nav a,1914 .login #backtoblog a {1915 text-decoration: none;1916 color: #999;1917 }1918 1919 .login #nav a:hover,1920 .login #backtoblog a:hover {1921 color: #2ea2cc;1922 }1923 1924 .login h1 a:hover {1925 color: #2ea2cc;1926 }1927 1928 @media print,1929 (-o-min-device-pixel-ratio: 5/4),1930 (-webkit-min-device-pixel-ratio: 1.25),1931 (min-resolution: 120dpi) {1932 .curtime #timestamp,1933 #screen-meta-links a.show-settings,1934 .widget-top a.widget-action,1935 .widget-top a.widget-action:hover,1936 .sidebar-name-arrow,1937 .sidebar-name:hover .sidebar-name-arrow,1938 .meta-box-sortables .postbox:hover .handlediv,1939 .tagchecklist span a,1940 #bulk-titles div a,1941 .tagchecklist span a:hover,1942 #bulk-titles div a:hover,1943 .wp_themeSkin .mceToolbar span.mce_undo,1944 .wp_themeSkin .mceToolbar span.mce_redo,1945 .wp_themeSkin .mceToolbar span.mce_bullist,1946 .wp_themeSkin .mceToolbar span.mce_numlist,1947 .wp_themeSkin .mceToolbar span.mce_blockquote,1948 .wp_themeSkin .mceToolbar span.mce_charmap,1949 .wp_themeSkin .mceToolbar span.mce_bold,1950 .wp_themeSkin .mceToolbar span.mce_italic,1951 .wp_themeSkin .mceToolbar span.mce_underline,1952 .wp_themeSkin .mceToolbar span.mce_justifyleft,1953 .wp_themeSkin .mceToolbar span.mce_justifyright,1954 .wp_themeSkin .mceToolbar span.mce_justifycenter,1955 .wp_themeSkin .mceToolbar span.mce_justifyfull,1956 .wp_themeSkin .mceToolbar span.mce_indent,1957 .wp_themeSkin .mceToolbar span.mce_outdent,1958 .wp_themeSkin .mceToolbar span.mce_link,1959 .wp_themeSkin .mceToolbar span.mce_unlink,1960 .wp_themeSkin .mceToolbar span.mce_help,1961 .wp_themeSkin .mceToolbar span.mce_removeformat,1962 .wp_themeSkin .mceToolbar span.mce_fullscreen,1963 .wp_themeSkin .mceToolbar span.mce_wp_fullscreen,1964 .wp_themeSkin .mceToolbar span.mce_media,1965 .wp_themeSkin .mceToolbar span.mce_pastetext,1966 .wp_themeSkin .mceToolbar span.mce_pasteword,1967 .wp_themeSkin .mceToolbar span.mce_wp_help,1968 .wp_themeSkin .mceToolbar span.mce_wp_adv,1969 .wp_themeSkin .mceToolbar span.mce_wp_more,1970 .wp_themeSkin .mceToolbar span.mce_strikethrough,1971 .wp_themeSkin .mceToolbar span.mce_spellchecker,1972 .wp_themeSkin .mceToolbar span.mce_forecolor,1973 .wp_themeSkin .mceToolbar .mce_forecolorpicker,1974 .wp_themeSkin .mceToolbar .mceSplitButton .mce_spellchecker span.mce_spellchecker,1975 .wp_themeSkin .mceToolbar .mceSplitButton .mce_forecolor span.mce_forecolor,1976 .wp_themeSkin .mceToolbar .mceSplitButton span.mce_numlist,1977 .wp_themeSkin .mceToolbar .mceSplitButton span.mce_bullist {1978 background: none !important;1979 }1980 } -
src/wp-admin/css/wp-admin.css
85 85 #adminmenu, 86 86 #adminmenu .wp-submenu { 87 87 width: 160px; 88 background-color: #222; 88 89 } 89 90 90 91 #adminmenuback { … … 242 243 display: none; 243 244 } 244 245 246 /* Large chunks of shared color, from the colors.css merge */ 247 .widget-top, 248 .menu-item-handle, 249 .widget-inside, 250 #menu-settings-column .accordion-container, 251 #menu-management .menu-edit, 252 .manage-menus, 253 table.widefat, 254 .stuffbox, 255 p.popular-tags, 256 .widgets-holder-wrap, 257 .wp-editor-container, 258 .popular-tags, 259 .feature-filter, 260 .imgedit-group { 261 border: 1px solid #e5e5e5; 262 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04); 263 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 264 } 265 266 table.widefat, 267 .wp-editor-container, 268 .stuffbox, 269 p.popular-tags, 270 .widgets-holder-wrap, 271 .popular-tags, 272 .feature-filter, 273 .imgedit-group { 274 background: #fff; 275 } 276 277 input[type="radio"]:checked + label:before, 278 #misc-publishing-actions label[for="post_status"]:before, 279 #post-body #visibility:before, 280 .curtime #timestamp:before, 281 #post-body .misc-pub-revisions:before, 282 span.wp-media-buttons-icon:before { 283 color: #888; 284 } 285 245 286 /* include margin and padding in the width calculation of input and textarea */ 246 287 input, 247 288 input[type="text"], … … 259 300 260 301 input[type="checkbox"], 261 302 input[type="radio"] { 262 border-width: 1px; 263 border-style: solid; 303 border: 1px solid #bbb; 304 background: #fff; 305 color: #555; 264 306 clear: none; 265 307 cursor: pointer; 266 308 display: inline-block; … … 276 318 -webkit-appearance: none; 277 319 -webkit-box-sizing: border-box; 278 320 box-sizing: border-box; 321 -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); 322 box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); 279 323 } 280 324 325 .wp-core-ui input[type="reset"]:hover, 326 .wp-core-ui input[type="reset"]:active { 327 color: #2ea2cc; 328 } 329 281 330 td > input[type="checkbox"], 282 331 .wp-admin p input[type=checkbox], 283 332 .wp-admin p input[type=radio] { … … 298 347 line-height: 10px; 299 348 } 300 349 350 input:disabled, 351 input.disabled, 352 textarea:disabled, 353 textarea.disabled { 354 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.04); 355 box-shadow: inset 0 1px 2px rgba(0,0,0,0.04); 356 border-color: rgba(222, 222, 222, .75); 357 background: rgba(255, 255, 255, .5); 358 color: rgba(51, 51, 51, .5); 359 } 360 301 361 input[type=checkbox]:disabled, 302 362 input[type=radio]:disabled, 303 363 input[type=checkbox]:disabled:checked:before, … … 320 380 input[type=checkbox]:checked:before { 321 381 content: '\f147'; 322 382 margin: -3px 0 0 -4px; 383 color: #1e8cbe; 323 384 } 324 385 325 386 input[type=radio]:checked:before { … … 331 392 height: 6px; 332 393 margin: 4px; 333 394 line-height: 16px; 395 background-color: #1e8cbe; 334 396 } 335 397 398 input.readonly, textarea.readonly { 399 background-color: #ddd; 400 } 401 336 402 @-moz-document url-prefix() { 337 403 input[type=checkbox], 338 404 input[type=radio], … … 363 429 padding: 0; 364 430 } 365 431 432 html { 433 background: #f1f1f1; 434 } 435 366 436 body { 437 color: #444; 367 438 font-family: "Open Sans", sans-serif; 368 439 font-size: 13px; 369 440 line-height: 1.4em; … … 376 447 } 377 448 378 449 body.login { 379 background: #f bfbfb;450 background: #f1f1f1; 380 451 min-width: 0; 381 452 } 382 453 … … 418 489 line-height: 1.4; 419 490 } 420 491 492 a { 493 color: #0074a2; 494 -webkit-transition-property: border, background, color; 495 -moz-transition-property: border, background, color; 496 transition-property: border, background, color; 497 -webkit-transition-duration: .05s; 498 -moz-transition-duration: .05s; 499 transition-duration: .05s; 500 -webkit-transition-timing-function: ease-in-out; 501 -moz-transition-timing-function: ease-in-out; 502 transition-timing-function: ease-in-out; 503 } 504 421 505 a, 422 506 input[type="text"], 423 507 input[type="password"], … … 435 519 padding: 3px 0; 436 520 } 437 521 522 a:hover, 523 a:active { 524 color: #2ea2cc; 525 } 526 527 a:focus { 528 color: #124964; 529 } 530 438 531 a:focus, 439 532 a:active { 440 533 outline: thin dotted; … … 501 594 } 502 595 503 596 h2 { 597 color: #222; 504 598 font-size: 1.5em; 505 599 margin: .83em 0; 506 600 font-weight: 400; 507 601 } 508 602 509 603 h3 { 604 color: #222; 510 605 font-size: 1.3em; 511 606 margin: 1em 0; 512 607 } … … 584 679 code { 585 680 padding: 3px 5px 2px 5px; 586 681 margin: 0 1px; 682 background: #eaeaea; 683 background: rgba(0,0,0,0.07); 587 684 font-size: 13px; 588 685 } 589 686 … … 593 690 padding: 0; 594 691 font-size: 13px; 595 692 float: left; 693 color: #666; 596 694 } 597 695 598 696 .subsubsub a { … … 619 717 white-space: nowrap; 620 718 } 621 719 622 textarea,623 input[type="text"],624 input[type="password"],625 input[type="email"],626 input[type="number"],627 input[type="search"],628 input[type="tel"],629 input[type="url"],630 select,631 .tablenav-pages span.current,632 #titlediv #title,633 #postcustomstuff table,634 #postcustomstuff input,635 #postcustomstuff textarea,636 .imgedit-menu div,637 .plugin-update-tr .update-message,638 #poststuff .inside .the-tagcloud,639 .nav-menus-php .list-container,640 .menu-item-handle,641 .link-to-original,642 .nav-menus-php .major-publishing-actions .form-invalid,643 #TB_window,644 .tbtitle,645 .highlight {646 border-width: 1px;647 border-style: solid;648 }649 650 720 /* .widefat - main style for tables */ 651 721 .widefat { 652 722 border-spacing: 0; … … 667 737 .widefat th { 668 738 padding: 8px 10px; 669 739 } 740 741 .widefat thead th { 742 border-bottom: 1px solid #e1e1e1; 743 } 744 670 745 .widefat tfoot th { 746 border-top: 1px solid #e1e1e1; 671 747 border-bottom: none; 672 748 } 673 749 … … 801 877 div.updated, 802 878 .login .message, 803 879 .press-this #message { 804 border : none;880 border-left: 4px solid #7ad03a; 805 881 padding: 1px 12px; 882 background-color: #fff; 883 884 -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1); 885 box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1); 806 886 } 807 887 808 888 div.error, 809 889 .login #login_error { 810 border: none; 890 border-left: 4px solid #dd3d36; 891 background: #fff; 892 893 -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1); 894 box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1); 811 895 } 812 896 813 897 div.error { 814 898 padding: 1px 12px; 815 899 } 816 900 901 .attention { 902 color: #2ea2cc; 903 } 904 817 905 .wrap h2, 818 906 .subtitle { 819 907 font-weight: normal; … … 828 916 } 829 917 830 918 .subtitle { 919 color: #777; 831 920 font-size: 14px; 832 921 padding-left: 25px; 833 922 } … … 841 930 text-decoration: none; 842 931 border: none; 843 932 border-radius: 2px; 933 background: #e0e0e0; 844 934 text-shadow: none; 845 935 font-weight: 600; 846 936 font-size: 13px; 847 937 } 848 938 939 .wrap .add-new-h2:hover { 940 background: #2ea2cc; 941 color: #fff; 942 } 943 849 944 .wrap h2.long-header { 850 945 padding-right: 0; 851 946 } 852 947 853 html,854 948 .wp-dialog { 855 949 background-color: #fff; 856 950 } … … 864 958 input[type="tel"], 865 959 input[type="url"], 866 960 select { 961 border: 1px solid #ddd; 962 box-shadow: inset 0 1px 2px rgba(0,0,0,0.07); 867 963 background-color: #fff; 868 964 color: #333; 869 965 } … … 890 986 .widgets-chooser ul, 891 987 #widgets-left .widget-in-question .widget-top, 892 988 #available-widgets .widget-top:hover, 893 div#widgets-right .widget-top:hover { 989 div#widgets-right .widget-top:hover, 990 #widgets-left .widget-top:hover { 991 border-color: #999; 894 992 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1); 895 993 box-shadow: 0 1px 2px rgba(0,0,0,0.1); 896 994 } … … 904 1002 color: #a9a9a9; 905 1003 } 906 1004 1005 .sorthelper { 1006 background-color: #ccf3fa; 1007 } 1008 1009 .ac_match, 1010 .subsubsub a.current { 1011 color: #000; 1012 } 1013 1014 .alternate, 1015 .alt { 1016 background-color: #f9f9f9; 1017 } 1018 1019 .bar { 1020 background-color: #e8e8e8; 1021 border-right-color: #99d; 1022 } 1023 1024 .form-invalid { 1025 background-color: #ffebe8 !important; 1026 } 1027 1028 .form-invalid input, 1029 .form-invalid select { 1030 border-color: #c00 !important; 1031 } 1032 1033 .form-input-tip { 1034 color: #666; 1035 } 1036 1037 .media-upload-form label.form-help, 1038 td.help { 1039 color: #9a9a9a; 1040 } 1041 1042 /* Helper classes for plugins to leverage the active WordPress color scheme */ 1043 1044 .highlight { 1045 background-color: #e4f2fd; 1046 color: #000; 1047 } 1048 1049 .wp-ui-primary { 1050 color: #fff; 1051 background-color: #333; 1052 } 1053 .wp-ui-text-primary { 1054 color: #333; 1055 } 1056 1057 .wp-ui-highlight { 1058 color: white; 1059 background-color: #1e8cbe; 1060 } 1061 .wp-ui-text-highlight { 1062 color: #1e8cbe; 1063 } 1064 1065 .wp-ui-notification { 1066 color: #fff; 1067 background-color: #d54e21; 1068 } 1069 .wp-ui-text-notification { 1070 color: #d54e21; 1071 } 1072 1073 .wp-ui-text-icon { 1074 color: #999; 1075 } 1076 907 1077 /*------------------------------------------------------------------------------ 908 1078 1.0 - Text Styles 909 1079 ------------------------------------------------------------------------------*/ … … 927 1097 line-height: 1.4em; 928 1098 } 929 1099 1100 .widget .widget-top, 1101 .menu-item-handle { 1102 background: #fafafa; 1103 color: #222; 1104 } 1105 1106 .postbox h3, 1107 #namediv h3, 1108 #submitdiv h3 { 1109 border-bottom: 1px solid #eee; 1110 } 1111 930 1112 .quicktags, 931 1113 .search { 1114 background-color: #ccc; 1115 color: #000; 932 1116 font-size: 12px; 933 1117 } 934 1118 … … 947 1131 /* New Menu icons */ 948 1132 949 1133 .icon16:before { 1134 color: #999; 950 1135 font: normal 20px/1 'dashicons'; 951 1136 speak: none; 952 1137 padding: 6px 0; … … 1071 1256 } 1072 1257 1073 1258 .howto { 1259 color: #666; 1074 1260 font-style: italic; 1075 1261 display: block; 1076 1262 } … … 1122 1308 -webkit-border-bottom-right-radius: 3px; 1123 1309 border-bottom-left-radius: 3px; 1124 1310 border-bottom-right-radius: 3px; 1311 border: none; 1125 1312 } 1126 1313 1127 1314 form p.submit a.cancel:hover { … … 1147 1334 padding-top: 0; 1148 1335 } 1149 1336 1150 table.widefat span.delete a:hover, 1151 table.widefat span.trash a:hover, 1152 table.widefat span.spam a:hover, 1153 #dashboard_recent_comments .delete a:hover, 1154 #dashboard_recent_comments .trash a:hover, 1155 #dashboard_recent_comments .spam a:hover, 1337 table.widefat span.delete a, 1338 table.widefat span.trash a, 1339 table.widefat span.spam a, 1340 .plugins a.delete, 1341 #all-plugins-table .plugins a.delete, 1342 #search-plugins-table .plugins a.delete, 1343 .submitbox .submitdelete, 1344 #media-items a.delete, 1345 #media-items a.delete-permanently, 1346 #nav-menu-footer .menu-delete { 1347 color: #a00; 1348 } 1349 1350 abbr.required, 1351 .file-error, 1352 .widget-control-remove:hover, 1353 table.widefat .delete a:hover, 1354 table.widefat .trash a:hover, 1355 table.widefat .spam a:hover, 1156 1356 .plugins a.delete:hover, 1157 1357 #all-plugins-table .plugins a.delete:hover, 1158 1358 #search-plugins-table .plugins a.delete:hover, … … 1160 1360 #media-items a.delete:hover, 1161 1361 #media-items a.delete-permanently:hover, 1162 1362 #nav-menu-footer .menu-delete:hover { 1363 color: #f00; 1163 1364 text-decoration: none; 1164 1365 border: none; 1165 1366 } … … 1224 1425 margin-left: 1em; 1225 1426 } 1226 1427 1428 #upload-form label { 1429 color: #777; 1430 } 1431 1227 1432 label, 1228 1433 #your-profile label + a { 1229 1434 vertical-align: middle; … … 1256 1461 } 1257 1462 1258 1463 #pass-strength-result { 1259 b order-style: solid;1260 border -width: 1px;1464 background-color: #eee; 1465 border: 1px solid #ddd; 1261 1466 float: left; 1262 1467 margin: 13px 5px 5px 1px; 1263 1468 padding: 3px 5px; … … 1265 1470 width: 200px; 1266 1471 display: none; 1267 1472 } 1473 1474 #pass-strength-result.short { 1475 background-color: #ffa0a0; 1476 border-color: #f04040; 1477 } 1478 1479 #pass-strength-result.bad { 1480 background-color: #ffb78c; 1481 border-color: #ff853c; 1482 } 1483 1484 #pass-strength-result.good { 1485 background-color: #ffec8b; 1486 border-color: #fc0; 1487 } 1488 1489 #pass-strength-result.strong { 1490 background-color: #c3ff88; 1491 border-color: #8dff1c; 1492 } 1493 1268 1494 .indicator-hint { 1269 1495 padding-top: 8px; 1270 1496 } … … 1308 1534 z-index: 10000; 1309 1535 border-bottom-right-radius: 3px; 1310 1536 border-bottom-left-radius: 3px; 1311 border -width: 1px;1312 b order-style: solid;1537 border: 1px solid #aaa; 1538 background-color: #efefef; 1313 1539 } 1314 1540 1315 1541 .ui-autocomplete li { … … 1322 1548 display: block; 1323 1549 height: 100%; 1324 1550 padding: 4px 10px; 1551 color: #444; 1325 1552 } 1326 1553 1327 1554 .ui-autocomplete li a.ui-state-focus { 1555 background-color: #ddd; 1328 1556 cursor: pointer; 1329 1557 } 1330 1558 … … 1364 1592 padding: 6px 10px 8px; 1365 1593 } 1366 1594 1367 .misc-pub-section:first-child {1368 border-top-width: 0;1369 }1370 1371 .misc-pub-section-last {1372 border-bottom-width: 0;1373 }1374 1375 1595 #minor-publishing-actions { 1376 1596 padding: 10px 10px 0 10px; 1377 1597 text-align: right; … … 1399 1619 padding-bottom: 7px; 1400 1620 font-size: 14px; 1401 1621 margin: 12px 2px 5px; 1402 border-bottom-width: 1px; 1403 border-bottom-style: solid; 1622 border-bottom: 1px solid #dadada; 1404 1623 } 1405 1624 1406 1625 .side-info ul { 1407 1626 margin: 0; 1408 1627 padding-left: 18px; 1409 1628 list-style: square; 1629 color: #666; 1410 1630 } 1411 1631 1412 1632 .approve, … … 1438 1658 font-size: 14px; 1439 1659 text-align: left; 1440 1660 margin: 25px 20px 0 2px; 1441 } 1661 background-color: #fff; 1662 border-left: 4px solid #ffba00; 1442 1663 1443 .plugins .plugin-update { 1444 padding: 0;1664 -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1); 1665 box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1); 1445 1666 } 1446 1667 1447 .plugin-update .update-message { 1448 margin: 0 10px 8px 31px; 1449 font-weight: 600; 1668 .update-message { 1669 color: #000; 1450 1670 } 1451 1671 1452 1672 ul#dismissed-updates { … … 1533 1753 display: none; 1534 1754 margin: 0 20px -1px 0px; 1535 1755 position: relative; 1756 background-color: #fff; 1757 border: 1px solid #ddd; 1758 border-top: none; 1759 -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.025); 1760 box-shadow: 0 1px 0 rgba(0,0,0,.025); 1536 1761 } 1537 1762 1538 1763 #screen-options-link-wrap, … … 1540 1765 float: right; 1541 1766 height: 28px; 1542 1767 margin: 0 0 0 6px; 1768 border: 1px solid #ddd; 1769 border-top: none; 1770 background: #fff; 1771 -webkit-box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.1); 1772 box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.1); 1543 1773 } 1544 1774 1545 1775 #screen-meta-links .screen-meta-toggle { … … 1547 1777 top: 0; 1548 1778 } 1549 1779 1780 #screen-meta-links a { 1781 color: #777; 1782 } 1783 1784 #screen-meta-links a:hover, 1785 #screen-meta-links a:active, 1786 #screen-meta-links a:focus { 1787 color: #333; 1788 } 1789 1790 #screen-meta-links a:focus { 1791 border-color: #aaa; 1792 -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15); 1793 box-shadow: 0 2px 3px rgba(0,0,0,0.15); 1794 } 1795 1550 1796 #screen-meta-links a.show-settings { 1551 1797 display: block; 1552 1798 font-size: 13px; … … 1569 1815 -webkit-font-smoothing: antialiased; 1570 1816 -moz-osx-font-smoothing: grayscale; 1571 1817 text-decoration: none !important; 1818 color: #bbb; 1572 1819 } 1573 1820 1574 1821 #screen-meta-links a.screen-meta-active:after { … … 1640 1887 bottom: 0; 1641 1888 left: 150px; 1642 1889 right: 170px; 1643 border-width: 0 1px; 1644 border-style: solid; 1890 border: 1px solid #e1e1e1; 1891 border-top: none; 1892 border-bottom: none; 1893 background: #f6fbfd; 1645 1894 } 1646 1895 1647 1896 #contextual-help-wrap.no-sidebar #contextual-help-back { … … 1675 1924 padding: 5px 5px 5px 12px; 1676 1925 line-height: 18px; 1677 1926 text-decoration: none; 1678 border -style: solid;1679 border- width: 1px 0 1px 0;1680 border- color: transparent;1927 border: 1px solid transparent; 1928 border-right: none; 1929 border-left: none; 1681 1930 } 1682 1931 1932 .contextual-help-tabs a:hover { 1933 color: #333; 1934 } 1935 1683 1936 .contextual-help-tabs .active { 1684 1937 padding: 0; 1685 1938 margin: 0 -1px 0 0; 1686 border-width: 0 0 0 2px; 1687 border-style: solid; 1939 border-left: 2px solid #2ea2cc; 1940 background: #f6fbfd; 1941 1942 -webkit-box-shadow: 0px 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02); 1943 box-shadow: 0px 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02); 1688 1944 } 1689 1945 1946 .contextual-help-tabs .active a { 1947 border-color: #e1e1e1; 1948 color: #333; 1949 } 1950 1690 1951 .contextual-help-tabs-wrap { 1691 1952 padding: 0 20px; 1692 1953 overflow: auto; … … 1741 2002 display: block; 1742 2003 line-height: 18px; 1743 2004 padding: 2px 5px; 2005 color: #eee; 1744 2006 } 1745 2007 2008 #adminmenu a:hover, 2009 #adminmenu li.menu-top > a:focus, 2010 #adminmenu .wp-submenu a:hover { 2011 color: #2ea2cc; 2012 } 2013 1746 2014 #adminmenu li.menu-top { 1747 2015 border: none; 1748 2016 min-height: 34px; … … 1763 2031 .folded #adminmenu .wp-has-current-submenu .wp-submenu { 1764 2032 padding: 7px 0 8px; 1765 2033 z-index: 9999; 2034 background-color: #333; 2035 2036 -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2); 2037 box-shadow: 0 3px 5px rgba(0,0,0,0.2); 1766 2038 } 1767 2039 2040 #adminmenu .wp-submenu a, 2041 .folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a, 2042 .folded #adminmenu .wp-has-current-submenu .wp-submenu a { 2043 color: #bbb; 2044 } 2045 1768 2046 .js #adminmenu .sub-open, 1769 2047 .js #adminmenu .opensub .wp-submenu, 1770 2048 #adminmenu a.menu-top:focus + .wp-submenu, … … 1787 2065 margin-top: 0; 1788 2066 -webkit-box-shadow: none; 1789 2067 box-shadow: none; 2068 background-color: #333; 1790 2069 } 1791 2070 2071 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, 2072 #adminmenu li.current a.menu-top, 2073 .folded #adminmenu li.wp-has-current-submenu, 2074 .folded #adminmenu li.current.menu-top, 2075 #adminmenu .wp-menu-arrow, 2076 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head, 2077 #adminmenu .wp-menu-arrow div { 2078 background: #0074a2; 2079 color: #fff; 2080 } 2081 1792 2082 .folded #adminmenu .wp-submenu.sub-open, 1793 2083 .folded #adminmenu .opensub .wp-submenu, 1794 2084 .folded #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, … … 1819 2109 padding: 6px 0; 1820 2110 } 1821 2111 2112 #adminmenu .wp-submenu li.current, 2113 #adminmenu .wp-submenu li.current a, 2114 #adminmenu .opensub .wp-submenu li.current a, 2115 #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a, 2116 #adminmenu .wp-submenu li.current a:hover, 2117 #adminmenu .wp-submenu li.current a:focus { 2118 color: #fff; 2119 } 2120 1822 2121 #adminmenu .wp-not-current-submenu li > a, 1823 2122 .folded #adminmenu .wp-has-current-submenu li > a { 1824 2123 padding-right: 16px; … … 1895 2194 transition: all .1s ease-in-out; 1896 2195 } 1897 2196 2197 #adminmenu div.wp-menu-image:before { 2198 color: #999; 2199 } 2200 2201 #adminmenu li.wp-has-current-submenu:hover div.wp-menu-image:before, 2202 #adminmenu .wp-has-current-submenu div.wp-menu-image:before, 2203 #adminmenu .current div.wp-menu-image:before, 2204 #adminmenu a.wp-has-current-submenu:hover div.wp-menu-image:before, 2205 #adminmenu a.current:hover div.wp-menu-image:before { 2206 color: #fff; 2207 } 2208 2209 #adminmenu li:hover div.wp-menu-image:before { 2210 color: #2ea2cc; 2211 } 2212 1898 2213 .folded #adminmenu div.wp-menu-image { 1899 2214 width: 35px; 1900 2215 height: 30px; … … 1939 2254 ul#adminmenu a.wp-has-current-submenu:after, 1940 2255 ul#adminmenu > li.current > a.current:after { 1941 2256 right: 0; 1942 border: solid transparent;2257 border: solid 8px transparent; 1943 2258 content: " "; 1944 2259 height: 0; 1945 2260 width: 0; 1946 2261 position: absolute; 1947 2262 pointer-events: none; 1948 border- width: 8px;2263 border-right-color: #f1f1f1; 1949 2264 top: 50%; 1950 2265 margin-top: -8px; 1951 2266 } … … 1980 2295 top: 18px; 1981 2296 } 1982 2297 2298 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after { 2299 border-right-color: #333; 2300 } 2301 1983 2302 /* ensure that wp-submenu's box shadow doesn't appear on top of the focused menu item's background. */ 1984 2303 #adminmenu li.menu-top:hover, 1985 2304 #adminmenu li.opensub > a.menu-top, 1986 2305 #adminmenu li > a.menu-top:focus { 1987 2306 position: relative; 2307 background-color: #111; 1988 2308 } 1989 2309 1990 2310 .folded #adminmenu li.menu-top:hover, … … 2000 2320 } 2001 2321 2002 2322 #adminmenu li.wp-menu-separator { 2003 height: 3px;2323 height: 5px; 2004 2324 padding: 0; 2005 2325 margin: 0 0 6px 0; 2006 border-width: 1px 0;2007 border-style: solid;2008 2326 cursor: inherit; 2009 2327 } 2010 2328 2329 /* @todo: is this even needed given that it's nested beneath the above li.wp-menu-separator? */ 2011 2330 #adminmenu div.separator { 2012 height: 1px;2331 height: 2px; 2013 2332 padding: 0; 2014 border-width: 1px 0 0 0;2015 border-style: solid;2016 2333 } 2017 2334 2018 2335 #adminmenu .wp-submenu .wp-submenu-head { 2336 color: #fff; 2019 2337 font-weight: 400; 2020 2338 font-size: 14px; 2021 2339 padding: 8px 4px 8px 11px; … … 2031 2349 #adminmenu span.update-plugins, 2032 2350 #sidemenu li a span.update-plugins { 2033 2351 display: inline-block; 2352 background-color: #d54e21; 2353 color: #fff; 2034 2354 font-size: 9px; 2035 2355 line-height: 17px; 2036 2356 font-weight: 600; … … 2048 2368 padding: 0 6px; 2049 2369 } 2050 2370 2371 #adminmenu li.current a .awaiting-mod, 2372 #adminmenu li a.wp-has-current-submenu .update-plugins { 2373 background-color: #2ea2cc; 2374 color: #fff; 2375 } 2376 2051 2377 #adminmenu li span.count-0, 2052 2378 #sidemenu li a .count-0 { 2053 2379 display: none; … … 2057 2383 font-size: 13px; 2058 2384 line-height: 34px; 2059 2385 margin-top: 10px; 2386 color: #aaa; 2387 -webkit-transition: all .1s ease-in-out; 2388 -moz-transition: all .1s ease-in-out; 2389 transition: all .1s ease-in-out; 2060 2390 } 2061 2391 2392 #adminmenu #collapse-menu:hover, 2393 #collapse-menu:hover #collapse-button div:after { 2394 color: #2ea2cc; 2395 } 2396 2062 2397 .folded #collapse-menu span { 2063 2398 display: none; 2064 2399 } … … 2089 2424 line-height: 15px; 2090 2425 left: -3px; 2091 2426 top: -3px; 2427 color: #aaa; 2092 2428 font: normal 20px/1 'dashicons' !important; 2093 2429 speak: none; 2094 2430 margin: 0 auto; … … 2251 2587 cursor: pointer; 2252 2588 background-position: center -80px; 2253 2589 background-repeat: no-repeat; 2590 color: #fff; 2254 2591 } 2255 2592 2256 2593 .post-com-count:after { /* draw bubble connector using CSS! */ … … 2259 2596 width: 0; 2260 2597 height: 0; 2261 2598 margin-left: 8px; 2262 border-top: 5px solid #bbb bbb;2599 border-top: 5px solid #bbb; 2263 2600 border-right: 5px solid transparent; 2264 2601 } 2265 2602 … … 2273 2610 display: inline-block; 2274 2611 -webkit-border-radius: 5px; 2275 2612 border-radius: 5px; 2613 background-color: #bbb; 2614 color: #fff; 2276 2615 } 2277 2616 2617 .post-com-count:hover { 2618 background-position: center -3px; 2619 } 2620 2621 .post-com-count:hover span { 2622 background-color: #2ea2cc; 2623 } 2624 2625 .post-com-count:hover:after { 2626 border-top: 5px solid #2ea2cc; 2627 } 2628 2278 2629 strong .post-com-count { 2279 2630 background-position: center -55px; 2280 2631 } 2281 2632 2282 .post-com-count:hover{2283 background- position: center -3px;2633 strong .post-com-count span { 2634 background-color: #0074a2; 2284 2635 } 2285 2636 2637 strong .post-com-count:after { 2638 border-top: 5px solid #0074a2; 2639 } 2640 2286 2641 .column-response .post-com-count { 2287 2642 float: left; 2288 2643 margin-right: 5px; … … 2315 2670 -webkit-font-smoothing: antialiased; 2316 2671 -moz-osx-font-smoothing: grayscale; 2317 2672 text-decoration: none !important; 2673 color: #444; 2318 2674 } 2319 2675 2320 2676 /*------------------------------------------------------------------------------ … … 2340 2696 .widefat th, 2341 2697 .widefat td { 2342 2698 overflow: hidden; 2699 color: #555; 2343 2700 } 2344 2701 2345 2702 .widefat th { 2346 2703 font-weight: normal; 2347 2704 } 2348 2705 2706 .widefat thead tr th, 2707 .widefat tfoot tr th { 2708 color: #333; 2709 } 2710 2349 2711 .widefat td p { 2350 2712 margin: 2px 0 0.8em; 2351 2713 } 2352 2714 2715 .widefat p, 2716 .widefat ol, 2717 .widefat ul { 2718 color: #333; 2719 } 2720 2353 2721 .widefat .column-comment p { 2354 2722 margin: 0.6em 0; 2355 2723 } … … 2605 2973 } 2606 2974 2607 2975 .sortable-placeholder { 2608 border-width: 1px; 2609 border-style: dashed; 2976 border: 1px dashed #bbb; 2610 2977 margin-bottom: 20px; 2611 2978 } 2612 2979 … … 2661 3028 margin-bottom: 0; 2662 3029 } 2663 3030 3031 .postbox table.widefat { 3032 -webkit-box-shadow: none; 3033 box-shadow: none; 3034 } 3035 2664 3036 .temp-border { 2665 3037 border: 1px dotted #ccc; 2666 3038 } … … 2687 3059 min-height: 100px; 2688 3060 } 2689 3061 3062 h3.dashboard-widget-title, 3063 h3.dashboard-widget-title span, 3064 h3.dashboard-widget-title small { 3065 color: #333; 3066 } 3067 3068 h3.dashboard-widget-title small a { 3069 color: #d7d7d7; 3070 } 3071 3072 h3.dashboard-widget-title small a:hover { 3073 color: #fff; 3074 } 3075 2690 3076 #the-comment-list td.comment p.comment-author { 2691 3077 margin-top: 0; 2692 3078 margin-left: 0; … … 2715 3101 overflow: auto; 2716 3102 margin: 16px 0; 2717 3103 padding: 23px 10px 0; 3104 border: 1px solid #e5e5e5; 3105 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04); 3106 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 3107 background: #fff; 2718 3108 font-size: 13px; 2719 3109 line-height: 2.1em; 2720 3110 } … … 2735 3125 font-size: 14px; 2736 3126 } 2737 3127 3128 .welcome-panel p { 3129 color: #777; 3130 } 3131 3132 .welcome-panel a { 3133 text-decoration: none; 3134 } 3135 2738 3136 .welcome-panel .about-description { 2739 3137 font-size: 16px; 2740 3138 margin: 0; … … 2753 3151 #welcome-panel.welcome-panel .welcome-panel-close::before, 2754 3152 .tagchecklist span a:before, 2755 3153 #bulk-titles div a:before { 3154 background: none; 3155 color: #bbb; 2756 3156 content: '\f153'; 2757 3157 display: block !important; 2758 3158 font: normal 16px/1 'dashicons'; … … 2764 3164 -webkit-font-smoothing: antialiased !important; 2765 3165 } 2766 3166 3167 #welcome-panel.welcome-panel .welcome-panel-close:hover:before, 3168 .tagchecklist span a:hover:before, 3169 #bulk-titles div a:hover:before { 3170 color: #c00; 3171 } 3172 2767 3173 #welcome-panel.welcome-panel .welcome-panel-close::before { 2768 3174 position: absolute; 2769 3175 left: -18px; … … 2808 3214 2809 3215 .welcome-panel-column p { 2810 3216 margin-top: 7px; 3217 color: #464646; 2811 3218 } 2812 3219 2813 3220 .welcome-panel .welcome-icon { … … 2817 3224 } 2818 3225 2819 3226 .welcome-panel .welcome-icon:before { 3227 color: #888; 2820 3228 font: normal 20px/1 'dashicons'; 2821 3229 speak: none; 2822 3230 display: inline-block; … … 2896 3304 margin-top: 0; 2897 3305 } 2898 3306 3307 /* @todo: are these actually used anywhere? no non-CSS results in plugin search */ 3308 div.dashboard-widget-error { 3309 background-color: #c43; 3310 } 3311 3312 div.dashboard-widget-notice { 3313 background-color: #cfe1ef; 3314 } 3315 2899 3316 .rssSummary { 2900 3317 color: #777; 2901 3318 margin-top: 4px; … … 3291 3708 } 3292 3709 3293 3710 /* Dashboard activity widget - Comments */ 3711 /* @todo: needs serious de-duplication */ 3294 3712 3295 3713 #activity-widget #the-comment-list tr.undo, 3296 3714 #activity-widget #the-comment-list div.undo { … … 3336 3754 border-top: 1px solid #eeeeee; 3337 3755 } 3338 3756 3757 #activity-widget #the-comment-list .unapproved { 3758 background-color: #fefaf7; 3759 } 3760 3339 3761 #activity-widget #the-comment-list .unapproved:before { 3340 3762 content: ""; 3341 3763 display: block; … … 3439 3861 width: 80px; 3440 3862 } 3441 3863 3864 /* @todo: pick a consistent list table selector */ 3865 .wp-list-table a { 3866 -moz-transition: none; 3867 -webkit-transition: none; 3868 transition: none; 3869 } 3870 3871 #the-list tr:last-child td, 3872 #the-list tr:last-child th { 3873 border-bottom: none !important; 3874 -webkit-box-shadow: none; 3875 box-shadow: none; 3876 } 3877 3442 3878 #comments-form .fixed .column-author { 3443 3879 width: 20%; 3444 3880 } … … 3512 3948 -webkit-font-smoothing: antialiased; 3513 3949 -moz-osx-font-smoothing: grayscale; 3514 3950 text-decoration: none !important; 3951 color: #444; 3515 3952 } 3516 3953 3517 3954 .column-comments .sorting-indicator:before { … … 3586 4023 padding: 7px 7px 8px 10px; 3587 4024 } 3588 4025 4026 th.manage-column a, 4027 th.sortable a:hover, 4028 th.sortable a:active, 4029 th.sortable a:focus { 4030 color: #333; 4031 } 4032 4033 th.sortable a:focus { 4034 background: #e1e1e1; 4035 } 4036 3589 4037 .fixed .column-comments.sortable a, 3590 4038 .fixed .column-comments.sorted a { 3591 4039 padding: 8px 0; … … 3644 4092 display: block; 3645 4093 cursor: default; 3646 4094 height: 30px; 4095 color: #555; 3647 4096 line-height: 30px; 3648 4097 font-size: 12px; 3649 4098 } … … 3661 4110 3662 4111 .tablenav .tablenav-pages a { 3663 4112 padding: 0 10px 3px; 4113 background: #eee; 4114 background: rgba( 0, 0, 0, 0.05 ); 3664 4115 font-size: 16px; 3665 4116 font-weight: normal; 3666 4117 } 3667 4118 3668 .tablenav .tablenav-pages a.disabled:hover , 4119 .tablenav .tablenav-pages a:hover, 4120 .tablenav .tablenav-pages a:focus { 4121 color: #fff; 4122 background: #2ea2cc; 4123 } 4124 4125 .tablenav .tablenav-pages a.disabled, 4126 .tablenav .tablenav-pages a.disabled:hover, 4127 .tablenav .tablenav-pages a.disabled:focus, 3669 4128 .tablenav .tablenav-pages a.disabled:active { 3670 cursor: default; 4129 color: #aaa; 4130 background: #eee; 4131 background: rgba( 0, 0, 0, 0.05 ); 3671 4132 } 3672 4133 3673 4134 .tablenav .displaying-num { 3674 4135 margin-right: 2px; 4136 color: #777; 3675 4137 font-size: 12px; 3676 4138 font-style: italic; 3677 4139 } … … 3685 4147 margin-right: 20px; 3686 4148 } 3687 4149 4150 /* unclear if the following tablenav rules are actually used. 4151 classes exist in paginate_links() but not seen in list table output. */ 4152 .tablenav .dots { 4153 border-color: transparent; 4154 } 4155 4156 .tablenav .next, 4157 .tablenav .prev { 4158 border-color: transparent; 4159 color: #0074a2; 4160 } 4161 4162 .tablenav .next:hover, 4163 .tablenav .prev:hover { 4164 border-color: transparent; 4165 color: #2ea2cc; 4166 } 4167 3688 4168 .view-switch { 3689 4169 float: right; 3690 4170 margin: 5px 16px 0 8px; … … 3705 4185 } 3706 4186 3707 4187 .view-switch > a:before { 4188 color: #bbb; 3708 4189 content: '\f163'; 3709 4190 display: inline-block; 3710 4191 float: left; … … 3716 4197 -moz-osx-font-smoothing: grayscale; 3717 4198 } 3718 4199 4200 .view-switch a:hover:before { 4201 color: #727272; 4202 } 4203 4204 .view-switch a.current:before { 4205 color: #0074a2; 4206 } 4207 3719 4208 .view-switch > a + a:before { 3720 4209 margin-left: 5px; 3721 4210 content: '\f164'; … … 3924 4413 } 3925 4414 3926 4415 /* Specific Elements */ 3927 .inline-edit-row fieldset input[type="text"],3928 .inline-edit-row fieldset textarea {3929 border-style: solid;3930 border-width: 1px;3931 }3932 3933 4416 .inline-edit-row fieldset .inline-edit-date { 3934 4417 float: left; 3935 4418 } … … 3952 4435 3953 4436 ul.cat-checklist { 3954 4437 height: 12em; 3955 border-style: solid; 3956 border-width: 1px; 4438 border: solid 1px #ddd; 3957 4439 overflow-y: scroll; 3958 4440 padding: 0 5px; 3959 4441 margin: 0; 4442 background-color: #fff; 3960 4443 } 3961 4444 3962 4445 #bulk-titles { 3963 4446 display: block; 3964 4447 height: 12em; 3965 border-style: solid; 3966 border-width: 1px; 4448 border: 1px solid #ddd; 3967 4449 overflow-y: scroll; 3968 4450 padding: 0 5px; 3969 4451 margin: 0 0 5px; … … 4062 4544 width: 100%; 4063 4545 outline: none; 4064 4546 margin: 0; 4547 background-color: #fff; 4065 4548 } 4066 4549 4067 4550 #titlediv #title-prompt-text { … … 4101 4584 min-height: 25px; /* Yes, line-height + 1 */ 4102 4585 margin-top: 5px; 4103 4586 padding: 0 10px; 4587 color: #666; 4104 4588 } 4105 4589 4106 4590 #edit-slug-box .cancel { … … 4112 4596 display: none; 4113 4597 } 4114 4598 4599 #editable-post-name { 4600 background-color: #fffbcc; 4601 } 4602 4115 4603 #editable-post-name input { 4116 4604 font-size: 13px; 4117 4605 height: 22px; … … 4127 4615 text-align: left; 4128 4616 padding: 12px 10px 10px; 4129 4617 font-size: 11px; 4618 background-color: #464646; 4619 color: #ccc; 4130 4620 } 4131 4621 4132 4622 .submitbox .submitdelete { … … 4134 4624 padding: 1px 2px; 4135 4625 } 4136 4626 4627 /* @todo: do we really need this? */ 4628 #normal-sortables .submitbox .submitdelete:hover { 4629 color: #000; 4630 background-color: #f00; 4631 border-bottom-color: #f00; 4632 } 4633 4137 4634 .submitbox .submit a:hover { 4138 4635 text-decoration: underline; 4139 4636 } … … 4160 4657 .postbox { 4161 4658 position: relative; 4162 4659 min-width: 255px; 4660 border: 1px solid #e5e5e5; 4661 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04); 4662 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 4663 background: #fff; 4163 4664 } 4164 4665 4165 4666 #trackback_url { … … 4204 4705 text-decoration: none; 4205 4706 } 4206 4707 4708 /* @todo: do these really need to be so specific? */ 4709 #side-sortables .category-tabs .tabs a, 4710 #side-sortables .add-menu-item-tabs .tabs a, 4711 .wp-tab-bar .wp-tab-active a, 4712 #post-body ul.category-tabs li.tabs a, 4713 #post-body ul.add-menu-item-tabs li.tabs a, 4714 body.press-this ul.category-tabs li.tabs a { 4715 color: #333; 4716 } 4717 4207 4718 .category-tabs { 4208 4719 margin: 8px 0 5px; 4209 4720 } … … 4241 4752 } 4242 4753 4243 4754 ul.category-tabs li { 4244 border-style: solid; 4245 border-width: 1px; 4755 border: solid 1px transparent; 4246 4756 position: relative; 4247 4757 } 4248 4758 4759 ul.category-tabs li.tabs { 4760 border-color: #dfdfdf #dfdfdf #fdfdfd; 4761 background-color: #fdfdfd; 4762 } 4763 4249 4764 ul.add-menu-item-tabs li.tabs, 4250 4765 .wp-tab-active { 4251 border-style: solid solid none; 4252 border-width: 1px 1px 0; 4766 border: 1px solid #dfdfdf; 4767 border-bottom: none; 4768 background-color: #fdfdfd; 4253 4769 } 4254 4770 4255 4771 ul.add-menu-item-tabs li.tabs { … … 4317 4833 #post-status-info { 4318 4834 width: 100%; 4319 4835 border-spacing: 0; 4836 border: 1px solid #e5e5e5; 4837 border-top: none; 4838 background-color: #f7f7f7; 4839 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04); 4840 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 4320 4841 } 4321 4842 4322 4843 #post-status-info td { … … 4478 4999 4479 5000 #postcustomstuff thead th { 4480 5001 padding: 5px 8px 8px; 5002 background-color: #f1f1f1; 4481 5003 } 4482 5004 4483 5005 #postcustom #postcustomstuff .submit { … … 4504 5026 #postcustomstuff table { 4505 5027 margin: 0; 4506 5028 width: 100%; 4507 border-width: 1px; 4508 border-style: solid; 5029 border: 1px solid #dfdfdf; 4509 5030 border-spacing: 0; 5031 background-color: #f9f9f9; 4510 5032 } 4511 5033 4512 5034 #postcustomstuff tr { … … 4579 5101 position: fixed; 4580 5102 top: 0; 4581 5103 height: 82px; 5104 background: #fff; 5105 box-shadow: 0 1px 3px rgba(0,0,0,0.1); 4582 5106 } 4583 5107 4584 5108 .revisions-tickmarks { … … 4590 5114 -moz-box-sizing: border-box; 4591 5115 -webkit-box-sizing: border-box; 4592 5116 box-sizing: border-box; 5117 background-color: #fff; 4593 5118 } 4594 5119 4595 5120 .revisions-tickmarks > div { 4596 5121 position: absolute; 4597 5122 height: 100%; 4598 border-style: solid; 4599 border-width: 0 1px 0 0; 5123 border-left: 1px solid #aaa; 4600 5124 -moz-box-sizing: border-box; 4601 5125 -webkit-box-sizing: border-box; 4602 5126 box-sizing: border-box; … … 4675 5199 4676 5200 .revisions-meta { 4677 5201 margin-top: 20px; 5202 background-color: #fff; 5203 box-shadow: 0 1px 3px rgba(0,0,0,0.1); 4678 5204 } 4679 5205 5206 .revisions.pinned .revisions-meta { 5207 box-shadow: none; 5208 } 5209 4680 5210 .revision-toggle-compare-mode { 4681 5211 position: absolute; 4682 5212 top: 0; … … 4731 5261 4732 5262 .revisions-diff { 4733 5263 padding: 15px; 5264 background-color: #fff; 5265 box-shadow: 0 1px 3px rgba(0,0,0,0.1); 4734 5266 } 4735 5267 4736 5268 .revisions-diff h3:first-child { … … 4794 5326 text-decoration: none; 4795 5327 } 4796 5328 5329 table.diff .diff-deletedline { 5330 background-color: #ffe9e9; 5331 } 5332 5333 table.diff .diff-deletedline del { 5334 background-color: #faa; 5335 } 5336 5337 table.diff .diff-addedline { 5338 background-color: #e9ffe9; 5339 } 5340 5341 table.diff .diff-addedline ins { 5342 background-color: #afa; 5343 } 5344 4797 5345 .diff-meta { 4798 5346 padding: 5px; 4799 5347 clear: both; … … 4918 5466 4919 5467 .revisions-tooltip, 4920 5468 .revisions-tooltip-arrow > span { 4921 border -width: 1px;4922 b order-style: solid;5469 border: 1px solid #d7d7d7; 5470 background-color: #fff; 4923 5471 } 4924 5472 4925 4926 4927 4928 5473 .revisions-tooltip { 4929 5474 display: none; 4930 5475 } … … 4942 5487 4943 5488 .arrow::after { 4944 5489 z-index: 9999; 5490 background-color: #fff; 5491 box-shadow: 0 1px 3px rgba(0,0,0,0.1); 4945 5492 } 4946 5493 4947 5494 .arrow.top { … … 4984 5531 /* jQuery UI Slider */ 4985 5532 .wp-slider.ui-slider { 4986 5533 position: relative; 4987 border-width: 1px; 4988 border-style: solid; 5534 border: 1px solid #d7d7d7; 4989 5535 text-align: left; 4990 5536 cursor: pointer; 4991 5537 } … … 5000 5546 z-index: 2; 5001 5547 } 5002 5548 5549 .wp-slider .ui-slider-handle, 5550 .wp-slider .ui-slider-handle.ui-state-hover, 5551 .wp-slider .ui-slider-handle.focus { 5552 background: #2ea2cc; 5553 border: 1px solid #0074a2; 5554 -webkit-box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15); 5555 box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15); 5556 } 5557 5003 5558 .wp-slider .ui-slider-handle:before { 5004 5559 background: none; 5005 5560 position: absolute; 5006 5561 top: 0; 5007 5562 left: 0; 5563 color: #fff; 5008 5564 content: "\f229"; 5009 5565 font: normal 18px/1 'dashicons'; 5010 5566 speak: none; … … 5124 5680 -moz-osx-font-smoothing: grayscale; 5125 5681 } 5126 5682 5683 .post-state-format:before, 5684 .post-format-icon:before { 5685 color: #ddd; 5686 -webkit-transition: all .1s ease-in-out; 5687 -moz-transition: all .1s ease-in-out; 5688 transition: all .1s ease-in-out; 5689 } 5690 5691 a.post-state-format:hover:before, 5692 a.post-format-icon:hover:before { 5693 color: #2ea2cc; 5694 } 5695 5127 5696 #post-formats-select { 5128 5697 line-height: 2em; 5129 5698 } … … 5257 5826 max-height: 200px; 5258 5827 overflow: auto; 5259 5828 padding: 0 0.9em; 5260 border -style: solid;5261 b order-width: 1px;5829 border: solid 1px #dfdfdf; 5830 background-color: #fdfdfd; 5262 5831 } 5263 5832 5264 5833 div.tabs-panel-active { … … 5316 5885 p.description, 5317 5886 .form-wrap p { 5318 5887 margin: 2px 0 5px; 5888 color: #666; 5319 5889 } 5320 5890 5321 5891 p.help, … … 5411 5981 position: absolute; 5412 5982 z-index: 10000; 5413 5983 display: none; 5414 border -width: 1px;5415 b order-style: solid;5984 border: 1px solid #808080; 5985 background-color: #fff; 5416 5986 } 5417 5987 5418 5988 .wp-customizer .ac_results { … … 5422 5992 .ac_results li { 5423 5993 padding: 2px 5px; 5424 5994 white-space: nowrap; 5995 color: #101010; 5425 5996 text-align: left; 5426 5997 } 5427 5998 5428 5999 .ac_over { 6000 background-color: #f0f0b8; 5429 6001 cursor: pointer; 5430 6002 } 5431 6003 … … 5473 6045 .media-item .describe { 5474 6046 border-collapse: collapse; 5475 6047 width: 100%; 5476 border-top-style: solid; 5477 border-top-width: 1px; 6048 border-top: 1px solid #dfdfdf; 5478 6049 clear: both; 5479 6050 cursor: default; 5480 6051 } … … 5555 6126 padding: 0 5px; 5556 6127 } 5557 6128 5558 abbr.required {5559 border: medium none;5560 text-decoration: none;5561 }5562 5563 6129 .media-item .describe input[type="text"], 5564 6130 .media-item .describe textarea { 5565 6131 width: 460px; … … 5588 6154 } 5589 6155 5590 6156 #media-items .media-item { 5591 border-bottom-style: solid; 5592 border-bottom-width: 1px; 6157 border-bottom: 1px solid #dfdfdf; 5593 6158 min-height: 36px; 5594 6159 position: relative; 5595 6160 width: 100%; … … 5712 6277 padding: 33px 0 51px; 5713 6278 position: absolute; 5714 6279 z-index: 1000; 6280 background-color: #444; 5715 6281 } 5716 6282 5717 6283 .find-box-head { 5718 6284 cursor: move; 6285 color: #eee; 5719 6286 font-weight: 600; 5720 6287 height: 2em; 5721 6288 line-height: 2em; … … 5729 6296 overflow: auto; 5730 6297 padding: 6px; 5731 6298 height: 100%; 6299 background-color: #fff; 5732 6300 } 5733 6301 5734 .find-box-search { 6302 .find-box-search, 6303 .find-box-buttons { 5735 6304 overflow: hidden; 5736 padding: 9px;6305 padding: 8px; 5737 6306 position: relative; 6307 background-color: #f7f7f7; 6308 border-top: 1px solid #dfdfdf; 5738 6309 } 5739 6310 5740 6311 .find-box-search .spinner { … … 5769 6340 width: 15px; 5770 6341 } 5771 6342 5772 .find-box-buttons {5773 padding: 8px;5774 overflow: hidden;5775 }5776 5777 6343 .find-box #resize-se { 5778 6344 position: absolute; 5779 6345 right: 1px; … … 5806 6372 #poststuff .inside .the-tagcloud { 5807 6373 margin: 5px 0 10px; 5808 6374 padding: 8px; 5809 border-width: 1px; 5810 border-style: solid; 6375 border: 1px solid #ddd; 5811 6376 line-height: 1.8em; 5812 6377 word-spacing: 3px; 5813 6378 -webkit-border-radius: 6px; … … 5963 6528 .imgedit-menu div { 5964 6529 float: left; 5965 6530 width: 32px; 5966 background: none; 6531 border: 1px solid #d5d5d5; 6532 background: #f1f1f1; 5967 6533 margin: 0 8px 0 0; 5968 6534 height: 32px; 5969 6535 -webkit-font-smoothing: antialiased; 5970 6536 -moz-osx-font-smoothing: grayscale; 5971 6537 text-align: center; 5972 6538 line-height: 28px; 6539 color: #777; 5973 6540 } 5974 6541 5975 6542 .imgedit-menu div:before { … … 5978 6545 vertical-align: middle; 5979 6546 } 5980 6547 6548 .imgedit-menu div:hover { 6549 border-color: #c1c1c1; 6550 background-color: #eaeaea; 6551 color: #333; 6552 } 6553 6554 .imgedit-menu div.disabled { 6555 border-color: #ccc; 6556 background-color: #ddd; 6557 filter: alpha(opacity=50); 6558 opacity: 0.5; 6559 } 6560 5981 6561 .imgedit-crop:before { 5982 6562 content:'\f165'; 5983 6563 } … … 6118 6698 6119 6699 .form-table th, 6120 6700 .form-wrap label { 6701 color: #222; 6121 6702 font-weight: normal; 6122 6703 text-shadow: none; 6123 6704 vertical-align: baseline; … … 6169 6750 .commentlist li { 6170 6751 padding: 1em 1em .2em; 6171 6752 margin: 0; 6172 border-bottom-width: 1px; 6173 border-bottom-style: solid; 6753 border-bottom: 1px solid #ccc; 6174 6754 } 6175 6755 6176 6756 .commentlist li li { … … 6183 6763 margin: 0 0 .8em; 6184 6764 } 6185 6765 6186 /* reply to comments */ 6187 #replyrow input { 6188 border-width: 1px; 6189 border-style: solid; 6766 #submitted-on, 6767 .submitted-on { 6768 color: #777; 6190 6769 } 6191 6770 6771 /* reply to comments */ 6192 6772 #replyrow td { 6193 6773 padding: 2px; 6194 6774 } … … 6247 6827 box-shadow: none; 6248 6828 } 6249 6829 6830 #replyerror { 6831 border-color: #ddd; 6832 background-color: #f9f9f9; 6833 } 6834 6250 6835 .comment-php .wp-editor-area { 6251 6836 height: 200px; 6252 6837 } … … 6296 6881 vertical-align: text-top; 6297 6882 } 6298 6883 6884 #the-comment-list tr.undo, 6885 #the-comment-list div.undo { 6886 background-color: #f4f4f4; 6887 } 6888 6889 #the-comment-list .unapproved th, 6890 #the-comment-list .unapproved td { 6891 background-color: #fefaf7; 6892 } 6893 6894 #the-comment-list .unapproved th.check-column { 6895 border-left: 4px solid #d54e21; 6896 } 6897 6299 6898 #the-comment-list .unapproved th.check-column input { 6300 6899 margin-left: 4px; 6301 6900 } 6302 6901 6902 #the-comment-list .approve a { 6903 color: #006505; 6904 } 6303 6905 6906 #the-comment-list .unapprove a { 6907 color: #d98500; 6908 } 6909 6910 #the-comment-list th, 6911 #the-comment-list td { 6912 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); 6913 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); 6914 } 6915 6916 #the-comment-list tr:last-child th, 6917 #the-comment-list tr:last-child td { 6918 -webkit-box-shadow: none; 6919 box-shadow: none; 6920 } 6921 6922 #the-comment-list tr.unapproved + tr.approved th, 6923 #the-comment-list tr.unapproved + tr.approved td { 6924 border-top: 1px solid rgba(0, 0, 0, 0.03); 6925 } 6926 6927 /* table vim shortcuts */ 6928 .vim-current, 6929 .vim-current th, 6930 .vim-current td { 6931 background-color: #e4f2fd !important; 6932 } 6933 6934 6304 6935 /*------------------------------------------------------------------------------ 6305 6936 16.0 - Themes 6306 6937 ------------------------------------------------------------------------------*/ … … 7380 8011 width: 300px; 7381 8012 height: 225px; 7382 8013 display: block; 7383 border-width: 1px; 7384 border-style: solid; 8014 border: 1px solid #ccc; 7385 8015 margin-bottom: 10px; 7386 8016 overflow: hidden; 8017 background-color: #fff; 7387 8018 } 7388 8019 7389 8020 .available-theme img { … … 7491 8122 } 7492 8123 } 7493 8124 7494 #post-body ul.add-menu-item-tabs li.tabs a, 7495 #TB_window #TB_title a.tb-theme-preview-link, 7496 #TB_window #TB_title a.tb-theme-preview-link:visited { 8125 /* @todo: surely this belongs elsewhere */ 8126 #post-body ul.add-menu-item-tabs li.tabs a { 7497 8127 font-weight: 600; 7498 8128 text-decoration: none; 7499 8129 } 7500 8130 8131 #TB_window { 8132 border: 1px solid #333; 8133 } 8134 7501 8135 #TB_window #TB_title { 7502 8136 background-color: #222; 7503 8137 color: #cfcfcf; 7504 8138 } 7505 8139 8140 #TB_window #TB_title a.tb-theme-preview-link, 8141 #TB_window #TB_title a.tb-theme-preview-link:visited { 8142 color: #999; 8143 font-weight: 600; 8144 text-decoration: none; 8145 } 7506 8146 8147 #TB_window #TB_title a.tb-theme-preview-link:hover, 8148 #TB_window #TB_title a.tb-theme-preview-link:focus { 8149 color: #ccc; 8150 } 8151 8152 7507 8153 /*------------------------------------------------------------------------------ 7508 8154 16.3 - Custom Header Screen 7509 8155 ------------------------------------------------------------------------------*/ … … 7558 8204 17.0 - Plugins 7559 8205 ------------------------------------------------------------------------------*/ 7560 8206 8207 /* @todo: what is this doing here */ 7561 8208 #dashboard_right_now .versions .b, 7562 8209 #post-status-display, 7563 8210 #post-visibility-display, … … 7574 8221 font-weight: 600; 7575 8222 } 7576 8223 8224 .plugins, 8225 .plugins th, 8226 .plugins td { 8227 color: #000; 8228 } 8229 8230 .plugins tr { 8231 background: #fff; 8232 } 8233 7577 8234 .plugins p { 7578 8235 margin: 0 4px; 7579 8236 padding: 0; … … 7608 8265 padding: 10px 9px; 7609 8266 } 7610 8267 8268 .plugins .active td, 8269 .plugins .active th { 8270 background-color: #f7fcfe; 8271 } 8272 7611 8273 .plugins .update th, 7612 8274 .plugins .update td { 7613 8275 border-bottom: 0; 7614 8276 } 8277 7615 8278 .plugin-update-tr td { 7616 8279 border-top: 0; 7617 8280 } 7618 8281 8282 .plugins .inactive td, 8283 .plugins .inactive th, 8284 .plugins .active td, 8285 .plugins .active th, 8286 .plugin-install #the-list td, 8287 .upgrade .plugins td, 8288 .upgrade .plugins th { 8289 -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); 8290 box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); 8291 } 8292 8293 .plugins tr.active.plugin-update-tr + tr.inactive th, 8294 .plugins tr.active.plugin-update-tr + tr.inactive td, 8295 .plugins tr.active + tr.inactive th, 8296 .plugins tr.active + tr.inactive td { 8297 border-top: 1px solid rgba(0,0,0,0.03); 8298 8299 -webkit-box-shadow: inset 0px 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e1e1e1; 8300 box-shadow: inset 0px 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e1e1e1; 8301 } 8302 8303 .plugins .update td, 8304 .plugins .update th, 8305 .upgrade .plugins tr:last-of-type td, 8306 .upgrade .plugins tr:last-of-type th, 8307 .plugins tr.active + tr.inactive.update th, 8308 .plugins tr.active + tr.inactive.update td { 8309 -webkit-box-shadow: none; 8310 box-shadow: none; 8311 } 8312 8313 .plugins .active.update td, 8314 .plugins .active.update th, 8315 tr.active.update + tr.plugin-update-tr .plugin-update { 8316 background-color: #fefaf7; 8317 } 8318 8319 .plugins .active th.check-column { 8320 border-left: 4px solid #2ea2cc; 8321 } 8322 8323 .plugins .active.update th.check-column, 8324 .plugins .active.update + .plugin-update-tr .plugin-update { 8325 border-left: 4px solid #d54e21; 8326 } 8327 7619 8328 #wpbody-content .plugins .plugin-title, 7620 8329 #wpbody-content .plugins .theme-title { 7621 8330 padding-right: 12px; … … 7643 8352 } 7644 8353 7645 8354 .plugin-update-tr .update-message { 7646 border: none;7647 8355 font-size: 13px; 7648 8356 font-weight: normal; 7649 8357 margin: 6px 12px 12px; 7650 8358 padding: 6px 12px; 8359 margin: 0 10px 8px 31px; 8360 background-color: #f7f7f7; 8361 background-color: rgba(0,0,0,0.03); 7651 8362 } 7652 8363 7653 8364 .plugin-update-tr .update-message:before { 8365 color: #d54e21; 7654 8366 content: '\f463'; 7655 8367 display: inline-block; 7656 8368 font: normal 20px/1 'dashicons'; … … 7661 8373 vertical-align: top; 7662 8374 } 7663 8375 8376 .plugins .plugin-update { 8377 padding: 0; 8378 border: none; 8379 -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); 8380 box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); 8381 } 8382 8383 /* update notices for active plugins */ 8384 tr.active + tr.plugin-update-tr .plugin-update { 8385 background-color: #f7fcfe; 8386 } 8387 8388 tr.active + tr.plugin-update-tr .plugin-update .update-message { 8389 background-color: #fcf3ef; 8390 } 8391 7664 8392 .plugin-install-php h4 { 7665 8393 margin: 2.5em 0 8px; 7666 8394 } … … 7793 8521 } 7794 8522 7795 8523 .pressthis a span:before { 8524 color: #777; 7796 8525 font: normal 20px/1 'dashicons'; 7797 8526 content:'\f157'; 7798 8527 position: relative; … … 7848 8577 right: 0; 7849 8578 padding: 10px 0; 7850 8579 margin-right: 20px; 7851 border-top-width: 1px; 7852 border-top-style: solid; 8580 color: #777; 7853 8581 } 7854 8582 7855 8583 #wpfooter p { … … 7908 8636 7909 8637 .about-wrap h1 { 7910 8638 margin: 0.2em 200px 0 0; 8639 color: #333; 7911 8640 line-height: 1.2em; 7912 8641 font-size: 2.8em; 7913 8642 font-weight: 400; 7914 8643 } 7915 8644 8645 .about-wrap h4 { 8646 color: #222; 8647 } 8648 7916 8649 .about-wrap .about-text, 7917 8650 .about-wrap p.about-description, 7918 8651 .about-wrap li.wp-person a.web { … … 7928 8661 .about-text { 7929 8662 margin: 1em 200px 1em 0; 7930 8663 min-height: 60px; 8664 color: #777; 7931 8665 font-size: 24px; 7932 8666 } 7933 8667 … … 7985 8719 7986 8720 .about-wrap .point-releases { 7987 8721 margin-top: 5px; 8722 border-bottom: 1px solid #dfdfdf; 7988 8723 } 7989 8724 7990 8725 .about-wrap .changelog.point-releases h3 { 7991 8726 padding-top: 35px; 7992 8727 } 7993 8728 8729 /* @todo: what is this for? */ 7994 8730 .about-wrap .changelog.point-releases h3:first-child { 7995 8731 padding-top: 7px; 7996 8732 } … … 7998 8734 /* WordPress Version Badge */ 7999 8735 8000 8736 .wp-badge { 8001 background: url('../images/w-logo-white.png?ver=20131202') no-repeat;8002 background: none,url('../images/wordpress-logo-white.svg?ver=20131110') no-repeat;8737 background: #0074a2 url('../images/w-logo-white.png?ver=20131202') no-repeat; 8738 background: #0074a2 url('../images/wordpress-logo-white.svg?ver=20131110') no-repeat; 8003 8739 background-position: center 24px; 8004 8740 background-size: 85px 85px; 8741 color: #78c8e6; 8005 8742 font-size: 14px; 8006 8743 text-align: center; 8007 8744 font-weight: 600; … … 8011 8748 display: inline-block; 8012 8749 width: 150px; 8013 8750 text-rendering: optimizeLegibility; 8751 8752 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2); 8753 box-shadow: 0 1px 3px rgba(0,0,0,0.2); 8014 8754 } 8015 8755 8016 8756 … … 8034 8774 border-width: 1px; 8035 8775 } 8036 8776 8037 .about-wrap h2 .nav-tab-active {8038 font-weight: bold;8039 }8040 8041 8777 /* Changelog / Update screen */ 8042 8778 8043 8779 .about-wrap .feature-section { … … 8165 8901 height: 30px; 8166 8902 } 8167 8903 8904 /* @todo: combine this */ 8168 8905 .about-wrap li.wp-person { 8169 8906 height: 70px; 8170 8907 width: 280px; … … 8337 9074 margin-left: 15px; 8338 9075 padding: 0; 8339 9076 border-radius: 50%; 9077 color: #777; 8340 9078 text-decoration: none; 8341 9079 } 8342 9080 9081 .wp-full-overlay a.collapse-sidebar:hover { 9082 color: #0074a2; 9083 } 9084 8343 9085 .wp-full-overlay.collapsed .collapse-sidebar { 8344 9086 position: absolute; 8345 9087 left: 100%; … … 8359 9101 border-radius: 50%; 8360 9102 float: left; 8361 9103 content: "\f148"; 9104 background: #eee; 8362 9105 font: normal 20px/1 'dashicons'; 8363 9106 speak: none; 8364 9107 display: block; … … 8561 9304 ------------------------------------------------------------------------------*/ 8562 9305 8563 9306 .nav-tab { 8564 border-style: solid; 8565 border-width: 1px 1px 0; 9307 border: 1px solid #ccc; 9308 border-bottom: none; 9309 background: #e4e4e4; 9310 color: #555; 8566 9311 font-size: 12px; 8567 9312 line-height: 16px; 8568 9313 display: inline-block; … … 8571 9316 margin: -4px 4px -1px 0; 8572 9317 } 8573 9318 9319 .nav-tab:hover { 9320 background-color: #fff; 9321 color: #464646; 9322 } 9323 8574 9324 .nav-tab-active { 8575 border-width: 1px;9325 color: #464646; 8576 9326 } 8577 9327 8578 9328 .nav-tab-active, 8579 9329 .nav-tab-active:hover { 8580 border-bottom-width: 1px; 8581 border-bottom-style: solid; 9330 border-bottom: 1px solid #f1f1f1; 9331 background: none; 9332 color: #000; 8582 9333 } 8583 9334 8584 9335 h2.nav-tab-wrapper, 8585 9336 h3.nav-tab-wrapper { 8586 border-bottom-width: 1px; 8587 border-bottom-style: solid; 9337 border-bottom: 1px solid #ccc; 8588 9338 padding-bottom: 0; 8589 9339 padding-left: 10px; 8590 9340 } … … 8640 9390 } 8641 9391 8642 9392 .row-actions { 9393 color: #ddd; 8643 9394 font-size: 13px; 8644 9395 visibility: hidden; 8645 9396 padding: 2px 0 0; … … 8725 9476 max-width: 100%; 8726 9477 } 8727 9478 9479 #poststuff .inside label.spam, 9480 #poststuff .inside label.deleted { 9481 color: red; 9482 } 9483 9484 #poststuff .inside label.waiting { 9485 color: orange; 9486 } 9487 9488 #poststuff .inside label.approved { 9489 color: green; 9490 } 9491 8728 9492 .inline-edit-row #post_parent, 8729 9493 .inline-edit-row select[name="page_template"] { 8730 9494 max-width: 80%; … … 8776 9540 display: block; 8777 9541 float: left; 8778 9542 line-height: 28px; 8779 border-top-width: 1px; 8780 border-top-style: solid; 8781 border-bottom-width: 1px; 8782 border-bottom-style: solid; 9543 border-top: 1px solid #f9f9f9; 9544 border-bottom: 1px solid #dfdfdf; 9545 background-color: #f9f9f9; 8783 9546 -webkit-transition: none; 8784 9547 -moz-transition: none; 8785 9548 transition: none; … … 8795 9558 padding: 0; 8796 9559 } 8797 9560 9561 /* @todo: remove border radius */ 8798 9562 #sidemenu a.current { 8799 9563 font-weight: normal; 8800 9564 padding-left: 6px; … … 8803 9567 -webkit-border-top-right-radius: 3px; 8804 9568 border-top-left-radius: 3px; 8805 9569 border-top-right-radius: 3px; 8806 border-width: 1px; 8807 border-style: solid; 9570 border: 1px solid #dfdfdf; 9571 border-bottom-color: #f1f1f1; 9572 background-color: #f1f1f1; 9573 color: #000; 8808 9574 } 8809 9575 8810 9576 #sidemenu li a .count-0 { … … 9014 9780 } 9015 9781 9016 9782 #dashboard-widgets h4 { 9783 color: #222; 9017 9784 font-weight: normal; 9018 9785 font-size: 14px; 9019 9786 margin: 0 0 .2em; … … 9030 9797 position: relative; 9031 9798 } 9032 9799 9800 #activity-widget #the-comment-list .comment { 9801 -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06); 9802 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06); 9803 } 9804 9805 #activity-widget .comments #the-comment-list .alt { 9806 background-color: transparent; 9807 } 9808 9033 9809 #activity-widget #latest-comments #the-comment-list .comment-item { 9034 9810 padding: 1em 12px; 9035 9811 } … … 9212 9988 padding: 26px 24px 46px; 9213 9989 font-weight: normal; 9214 9990 overflow: hidden; 9991 background: #fff; 9992 9993 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13); 9994 box-shadow: 0 1px 3px rgba(0,0,0,0.13); 9215 9995 } 9216 9996 9217 9997 .login form .forgetmenot { … … 9294 10074 margin: 16px 0 0 0; 9295 10075 } 9296 10076 10077 .login #nav a, 10078 .login #backtoblog a { 10079 text-decoration: none; 10080 color: #999; 10081 } 10082 10083 .login #nav a:hover, 10084 .login #backtoblog a:hover, 10085 .login h1 a:hover { 10086 color: #2ea2cc; 10087 } 10088 9297 10089 .login form .input, 9298 10090 .login input[type="text"] { 9299 10091 font-size: 24px; … … 9303 10095 margin: 2px 6px 16px 0; 9304 10096 } 9305 10097 10098 .login form .input, 10099 .login input[type="text"], 10100 .login form input[type="checkbox"] { 10101 background: #fbfbfb; 10102 } 10103 9306 10104 .login #pass-strength-result { 9307 10105 width: 250px; 9308 10106 font-weight: 600; 9309 border-style: solid;9310 border-width: 1px;9311 10107 margin: 12px 0 6px; 9312 10108 padding: 6px 5px; 9313 10109 text-align: center; … … 9443 10239 } 9444 10240 9445 10241 .is-submenu { 10242 color: #999; 9446 10243 font-style: italic; 9447 10244 font-weight: normal; 9448 10245 margin-left: 4px; … … 9452 10249 margin-top: 23px; 9453 10250 padding: 10px; 9454 10251 overflow: hidden; 10252 background: #fbfbfb; 9455 10253 } 9456 10254 9457 10255 .manage-menus select { … … 9478 10276 } 9479 10277 9480 10278 .menu-settings { 9481 border-top-width: 1px; 9482 border-top-style: solid; 10279 border-top: 1px solid #eee; 9483 10280 margin-top: 2em; 9484 10281 } 9485 10282 … … 9512 10309 } 9513 10310 9514 10311 .theme-location-set { 10312 color: #999; 9515 10313 font-size: 11px; 9516 10314 } 9517 10315 … … 9527 10325 margin-right: 20px; 9528 10326 margin-top: -3px; 9529 10327 width: 100%; 10328 background: #f5f5f5; 9530 10329 } 9531 10330 9532 10331 #menu-management .menu-edit { … … 9535 10334 9536 10335 .nav-menus-php #post-body { 9537 10336 padding: 0 10px 10px; 9538 border-width: 1px 0; 9539 border-style: solid; 10337 border-top: 1px solid #fff; 10338 border-bottom: 1px solid #dfdfdf; 10339 background: #fff; 9540 10340 } 9541 10341 9542 10342 #nav-menu-header, … … 9545 10345 } 9546 10346 9547 10347 #nav-menu-header { 9548 border-bottom: 1px solid ;10348 border-bottom: 1px solid #dfdfdf; 9549 10349 margin-bottom: 0; 9550 10350 } 9551 10351 … … 9625 10425 } 9626 10426 9627 10427 .js .input-with-default-title { 10428 color: #aaa; 9628 10429 font-style: italic; 9629 10430 } 9630 10431 … … 9688 10489 padding: 0 2px; 9689 10490 } 9690 10491 10492 /* @todo: is this actually used? */ 9691 10493 #cancel-save { 9692 10494 text-decoration: underline; 9693 10495 font-size: 12px; … … 9774 10576 margin-bottom: 10px; 9775 10577 } 9776 10578 9777 .nav-menus-php .list-container {9778 max-height: 200px;9779 overflow-y: auto;9780 padding: 10px 10px 5px;9781 }9782 9783 10579 .nav-menus-php .postbox p.submit { 9784 10580 margin-bottom: 0; 9785 10581 } … … 9847 10643 word-wrap: break-word; 9848 10644 } 9849 10645 10646 .menu-item-bar .menu-item-handle:hover { 10647 border-color: #999; 10648 } 10649 9850 10650 #menu-to-edit .menu-item-invalid .menu-item-handle { 9851 10651 background: #f6c9cc; 9852 10652 border-color: #f1acb1; … … 9862 10662 9863 10663 .menu li.deleting .menu-item-handle { 9864 10664 background-image: none; 10665 background-color: #f66; 9865 10666 } 9866 10667 9867 10668 .menu-item-handle .item-title { … … 9929 10730 9930 10731 /* Menu item controls */ 9931 10732 .item-type { 10733 color: #777; 9932 10734 font-size: 12px; 9933 10735 padding: 12px 10px; 9934 10736 line-height: 18px; … … 9979 10781 padding: 10px 0 10px 10px; 9980 10782 position: relative; 9981 10783 z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */ 10784 border: 1px solid #e5e5e5; 10785 border-top: none; 10786 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04); 10787 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 9982 10788 } 9983 10789 9984 10790 .menu-item-settings .field-move a { … … 10003 10809 display: block; 10004 10810 margin: 0 0 10px; 10005 10811 padding: 3px 5px 5px; 10812 border: 1px solid #dfdfdf; 10813 color: #777; 10006 10814 font-size: 12px; 10007 10815 font-style: italic; 10008 10816 } … … 10062 10870 } 10063 10871 10064 10872 .nav-menus-php .submitbox .submitcancel { 10065 border-bottom: 1px solid ;10873 border-bottom: 1px solid #0074a2; 10066 10874 padding: 1px 2px; 10875 color: #0074a2; 10067 10876 text-decoration: none; 10068 10877 } 10069 10878 10879 .nav-menus-php .submitbox .submitcancel:hover { 10880 background: #0074a2; 10881 color: #fff; 10882 } 10883 10070 10884 .nav-menus-php .major-publishing-actions .form-invalid { 10071 10885 padding-left: 4px; 10072 10886 margin-left: -4px; 10073 border: 0 none;10074 10887 } 10075 10888 10076 10889 /* Clearfix */ … … 10162 10975 padding: 0 5px; 10163 10976 font-weight: 600; 10164 10977 position: relative; 10165 border-bottom-width: 1px; 10166 border-bottom-style: solid; 10978 border-bottom: 1px solid #dfdfdf; 10167 10979 height: 2.5em; 10980 background-color: #f9f9f9; 10168 10981 } 10169 10982 #plugin-information ul#sidemenu { 10170 10983 font-weight: normal; … … 10191 11004 } 10192 11005 10193 11006 #plugin-information .action-button a { 11007 background-color: #2ea2cc; 11008 color: #fff; 10194 11009 text-align: center; 10195 11010 font-weight: 600; 10196 11011 text-decoration: none; … … 10218 11033 padding: 5px; 10219 11034 -webkit-border-top-left-radius: 3px; 10220 11035 border-top-left-radius: 3px; 11036 background-color: #cee1ef; 10221 11037 } 10222 11038 10223 11039 #plugin-information .fyi ul { … … 10226 11042 list-style: none; 10227 11043 -webkit-border-bottom-left-radius: 3px; 10228 11044 border-bottom-left-radius: 3px; 11045 background-color: #eaf3fa; 10229 11046 } 10230 11047 10231 11048 #plugin-information .fyi li { … … 10270 11087 #plugin-information pre { 10271 11088 padding: 7px; 10272 11089 overflow: auto; 10273 border-width: 1px; 10274 border-style: solid; 11090 border: 1px solid #ccc; 10275 11091 } 10276 11092 11093 #plugin-information pre, 11094 #plugin-information code { 11095 background-color: #ededff; 11096 } 11097 10277 11098 .plugin-version-author-uri { 10278 11099 font-size: 13px; 10279 11100 } … … 10283 11104 } 10284 11105 10285 11106 /* Header */ 11107 /* @todo: are these also specific to Press This? */ 10286 11108 #wphead { 10287 border-bottom-width: 1px; 10288 border-bottom-style: solid; 11109 border-bottom: 1px solid #dfdfdf; 10289 11110 } 10290 11111 11112 #wphead h1 a { 11113 color: #464646; 11114 } 11115 10291 11116 .press-this #wphead { 10292 11117 height: 32px; 10293 11118 margin-left: 0; … … 10445 11270 margin-left: 5px; 10446 11271 } 10447 11272 10448 #TB_window {10449 border: 1px solid #333;10450 }10451 10452 11273 .press-this .postbox, 10453 11274 .press-this .stuffbox { 10454 11275 margin-bottom: 10px; … … 10502 11323 font-size: 1.7em; 10503 11324 outline: none; 10504 11325 padding: 3px 4px; 10505 border -color:#dfdfdf;11326 border: 1px solid #dfdfdf; 10506 11327 } 10507 11328 10508 11329 .press-this .actions { … … 10742 11563 } 10743 11564 10744 11565 .nonessential { 11566 color: #666; 10745 11567 font-size: 11px; 10746 11568 font-style: italic; 10747 11569 padding-left: 12px; … … 10818 11640 line-height: 16px; 10819 11641 } 10820 11642 11643 .in-widget-title, 11644 #widgets-right a.widget-control-edit, 11645 #available-widgets .widget-description { 11646 color: #666; 11647 } 11648 11649 .deleting .widget-title, 11650 .deleting .widget-top a.widget-action:after { 11651 color: #aaa; 11652 } 11653 10821 11654 /* Widget Dragging Helpers */ 10822 11655 .widget.ui-draggable-dragging { 10823 11656 min-width: 100%; … … 10849 11682 10850 11683 /* Widget Sidebars */ 10851 11684 .sidebar-name { 10852 border: none;10853 11685 position: relative; 10854 11686 -webkit-box-sizing: border-box; 10855 11687 -moz-box-sizing: border-box; … … 10920 11752 padding: 4px 6px 4px 4px; 10921 11753 } 10922 11754 11755 #widgets-left #available-widgets, 10923 11756 div#widgets-left .widget-holder { 10924 11757 background: transparent; 10925 11758 border: none; 10926 11759 } 10927 11760 11761 #widgets-left .widgets-holder-wrap { 11762 border: none; 11763 -webkit-box-shadow: none; 11764 box-shadow: none; 11765 } 11766 10928 11767 #available-widgets .widget-action { 10929 11768 display: none; 10930 11769 } … … 11125 11964 text-decoration: none !important; 11126 11965 } 11127 11966 11967 .widget-action, 11968 .handlediv, 11969 .item-edit, 11970 .sidebar-name-arrow, 11971 .accordion-section-title:after { 11972 color: #aaa; 11973 } 11974 11975 .widget-action:hover, 11976 .handlediv:hover, 11977 .item-edit:hover, 11978 .sidebar-name:hover .sidebar-name-arrow, 11979 .accordion-section-title:hover:after { 11980 color: #777; 11981 } 11982 11128 11983 .widget-top a.widget-action:after { 11129 11984 padding: 12px 12px 0; 11130 11985 } … … 11152 12007 display: none; 11153 12008 } 11154 12009 12010 .widget-inside { 12011 background: #fff; 12012 } 12013 11155 12014 /* Dragging widgets over the available widget area show's a "Deactivate" message */ 11156 12015 #removing-widget { 11157 12016 display: none; … … 11159 12018 padding-left: 15px; 11160 12019 font-size: 12px; 11161 12020 line-height: 1; 12021 color: black; 11162 12022 } 11163 12023 12024 .js #removing-widget { 12025 color: #2ea2cc; 12026 } 12027 11164 12028 .widget-control-noform, 11165 12029 #access-off, 11166 12030 .widgets_access .widget-action, … … 11323 12187 padding: 10px 20px 15px; 11324 12188 overflow: hidden; 11325 12189 background: #fff; 11326 border-left: 1px solid #dfdfdf;11327 border-right: 1px solid #dfdfdf;11328 12190 } 11329 12191 11330 12192 .accordion-section-title { … … 11392 12254 border-bottom: 1px solid #dfdfdf; 11393 12255 } 11394 12256 12257 .sticky-menu #TB_window { 12258 background: #f1f1f1; 12259 } 12260 11395 12261 .sticky-menu #TB_window .updated { 11396 12262 margin: 16px 0 0; 11397 12263 } … … 11597 12463 background-image: url('../images/spinner-2x.gif'); 11598 12464 } 11599 12465 12466 /* @todo: evaluate - most of these were likely replaced by dashicons */ 12467 .curtime #timestamp, 12468 #screen-meta-links a.show-settings, 12469 .widget-top a.widget-action, 12470 .widget-top a.widget-action:hover, 12471 .sidebar-name-arrow, 12472 .sidebar-name:hover .sidebar-name-arrow, 12473 .meta-box-sortables .postbox:hover .handlediv, 12474 .tagchecklist span a, 12475 #bulk-titles div a, 12476 .tagchecklist span a:hover, 12477 #bulk-titles div a:hover { 12478 background: none !important; 12479 } 12480 11600 12481 } 11601 12482 11602 12483 /* =Localized CSS -
src/wp-admin/includes/update-core.php
603 603 'wp-admin/images/stars-rtl.png', 604 604 'wp-admin/images/wp-logo-vs-2x.png', 605 605 'wp-admin/images/about-updates-2x.png', 606 // 3.9 607 'wp-admin/css/colors.css', 608 'wp-admin/css/colors.min.css', 606 609 ); 607 610 608 611 /** -
src/wp-includes/css/editor.css
1087 1087 color: #999; 1088 1088 padding-left: 12px; 1089 1089 } 1090 1091 /* from colors.css 1092 .clearlooks2 { 1093 box-shadow: 0 5px 15px rgba(0,0,0,0.7); 1094 } 1095 1096 .clearlooks2 .mceMiddle span, 1097 .clearlooks2 .mceMiddle .mceLeft, 1098 .clearlooks2 .mceMiddle .mceRight, 1099 .clearlooks2 .mceBottom, 1100 .clearlooks2 .mceBottom .mceLeft, 1101 .clearlooks2 .mceBottom .mceCenter, 1102 .clearlooks2 .mceBottom .mceRight { 1103 background-color: #fcfcfc; 1104 } 1105 1106 .clearlooks2 .mceTop span, 1107 .clearlooks2 .mceFocus .mceTop span { 1108 color: #222; 1109 } 1110 1111 .clearlooks2 .mceClose:before { 1112 color: #999; 1113 } 1114 1115 .clearlooks2 .mceClose:hover:before { 1116 color: #2ea2cc; 1117 } 1090 1118 */ 1091 1119 /* Distraction Free Writing mode 1092 1120 * =Overlay Styles -
src/wp-includes/css/media-views.css
457 457 user-select: none; 458 458 } 459 459 460 .media-router a { 461 -moz-transition: none; 462 -webkit-transition: none; 463 transition: none; 464 } 465 460 466 .media-router > a { 461 467 position: relative; 462 468 float: left; -
src/wp-includes/css/wp-pointer.css
59 59 } 60 60 61 61 .wp-pointer-buttons a.close:before { 62 background: none; 63 color: #bbb; 62 64 content: '\f153'; 63 65 display: block !important; 64 66 font: normal 13px/1 'dashicons'; … … 73 75 top: 1px; 74 76 } 75 77 78 .wp-pointer-buttons a.close:hover:before { 79 color: #c00; 80 } 81 76 82 /* The arrow base class must take up no space, even with transparent borders. */ 77 83 .wp-pointer-arrow, 78 84 .wp-pointer-arrow-inner { -
src/wp-includes/script-loader.php
549 549 550 550 $suffix = SCRIPT_DEBUG ? '' : '.min'; 551 551 552 $rtl_styles = array( 'wp-admin', 'ie', 'media', 'admin-bar', 'customize-controls', 'media-views', 'wp-color-picker', 'wp-pointer', 'editor-buttons', 'farbtastic', 'wp-auth-check', 'wp-jquery-ui-dialog', 'media-views', 'buttons', 'install' , 'colors-fresh');552 $rtl_styles = array( 'wp-admin', 'ie', 'media', 'admin-bar', 'customize-controls', 'media-views', 'wp-color-picker', 'wp-pointer', 'editor-buttons', 'farbtastic', 'wp-auth-check', 'wp-jquery-ui-dialog', 'media-views', 'buttons', 'install' ); 553 553 554 554 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array( 'open-sans', 'dashicons' ) ); 555 555 … … 590 590 $styles->add( 'colors', true, array( 'wp-admin', 'buttons', 'open-sans', 'dashicons' ) ); 591 591 592 592 // do not refer to this directly, the right one is queued by the above "meta" colors handle 593 $styles->add( 'colors-fresh', "/wp-admin/css/colors$suffix.css", array( 'wp-admin', 'buttons' ) );593 $styles->add( 'colors-fresh', false, array( 'wp-admin', 'buttons' ) ); 594 594 595 595 $styles->add( 'media', "/wp-admin/css/media$suffix.css" ); 596 596 $styles->add( 'install', "/wp-admin/css/install$suffix.css", array( 'buttons', 'open-sans' ) );