Ticket #35622: 35622.5.patch
| File 35622.5.patch, 8.5 KB (added by , 10 years ago) |
|---|
-
src/wp-admin/css/common.css
825 825 826 826 .row-actions span.delete a, 827 827 .row-actions span.trash a, 828 .row-actions span.spam a, 829 .plugins a.delete, 830 #all-plugins-table .plugins a.delete, 831 #search-plugins-table .plugins a.delete, 832 .submitbox .submitdelete, 833 #media-items a.delete, 834 #media-items a.delete-permanently, 835 #nav-menu-footer .menu-delete { 836 color: #a00; 828 .row-actions span.spam a { 829 color: #9a2323; 837 830 } 838 831 839 abbr.required,840 .file-error,841 832 .widget-control-remove:hover, 842 833 .row-actions .delete a:hover, 843 834 .row-actions .trash a:hover, 844 .row-actions .spam a:hover, 845 .plugins a.delete:hover, 846 #all-plugins-table .plugins a.delete:hover, 847 #search-plugins-table .plugins a.delete:hover, 835 .row-actions .spam a:hover { 836 color: #c62d2d; 837 text-decoration: none; 838 border: none; 839 } 840 841 .submitbox .submitdelete, 842 #nav-menu-footer .menu-delete { 843 color: #9a2323; /* #f5f5f5 background */ 844 } 845 848 846 .submitbox .submitdelete:hover, 849 #media-items a.delete:hover,850 #media-items a.delete-permanently:hover,851 847 #nav-menu-footer .menu-delete:hover { 852 color: # f00;848 color: #c62d2d; /* #f5f5f5 background */ 853 849 text-decoration: none; 854 850 border: none; 855 851 } … … 2134 2130 2135 2131 .attention, 2136 2132 .error-message { 2137 color: red;2133 color: #c62d2d; /* white or zebra striped bg */ 2138 2134 font-weight: 600; 2139 2135 } 2140 2136 -
src/wp-admin/css/customize-nav-menus.css
395 395 } 396 396 397 397 .menu-item-bar .item-delete { 398 color: # a00;398 color: #9a2323; 399 399 position: absolute; 400 400 top: 2px; 401 401 right: -19px; … … 426 426 -webkit-box-shadow: none; 427 427 box-shadow: none; 428 428 outline: none; 429 color: # f00;429 color: #c62d2d; 430 430 } 431 431 432 432 .adding-menu-items .menu-item-bar .item-edit { … … 526 526 #custom-menu-item-url.invalid, 527 527 .menu-name-field.invalid, 528 528 .menu-name-field.invalid:focus { 529 border: 1px solid # f00;529 border: 1px solid #c62d2d; 530 530 } 531 531 532 532 #available-menu-items .menu-item-handle .item-type { … … 609 609 width: 20px; 610 610 height: 20px; 611 611 cursor: pointer; 612 color: # a00;612 color: #9a2323; 613 613 text-decoration: none; 614 614 } 615 615 … … 631 631 632 632 #available-menu-items-search .clear-results:hover, 633 633 #available-menu-items-search .clear-results:focus { 634 color: # f00;634 color: #c62d2d; 635 635 } 636 636 637 637 #available-menu-items-search .spinner { … … 768 768 margin-bottom: 1em; 769 769 } 770 770 771 .menu-delete { 772 color: #a00; 771 .menu-delete, 772 .wp-customizer .menu-item .submitbox .submitdelete { 773 color: #9a2323; 773 774 cursor: pointer; 774 775 text-decoration: underline; 775 776 } 776 777 777 778 .menu-delete:hover, 778 .menu-delete:focus { 779 color: #f00; 779 .menu-delete:focus, 780 .wp-customizer .menu-item .submitbox .submitdelete:hover, 781 .wp-customizer .menu-item .submitbox .submitdelete:focus { 782 color: #c62d2d; /* #eee background */ 780 783 text-decoration: none; 781 784 } 782 785 -
src/wp-admin/css/deprecated-media.css
152 152 border: 8px solid #fff; 153 153 } 154 154 155 abbr.required { 155 abbr.required, 156 #media-items a.delete, 157 #media-items a.delete-permanently { 158 color: #9a2323; 159 } 160 161 #media-items a.delete:hover, 162 #media-items a.delete-permanently:hover { 163 color: #c62d2d; 156 164 text-decoration: none; 157 165 border: none; 158 166 } -
src/wp-admin/css/edit.css
148 148 padding: 1px 2px; 149 149 } 150 150 151 /* @todo: do we really need this? word on the street is we don't and this152 stray rule may actually be compensated for elsewhere. */153 #normal-sortables .submitbox .submitdelete:hover {154 color: #000;155 background-color: #f00;156 border-bottom-color: #f00;157 }158 159 151 .submitbox .submit a:hover { 160 152 text-decoration: underline; 161 153 } … … 663 655 664 656 #poststuff .inside label.spam, 665 657 #poststuff .inside label.deleted { 666 color: red;658 color: #c62d2d; 667 659 } 668 660 669 661 #poststuff .inside label.waiting { -
src/wp-admin/css/list-tables.css
162 162 } 163 163 164 164 #replysubmit .error { 165 color: red;165 color: #c62d2d; /* #f9f9f9 background */ 166 166 line-height: 21px; 167 167 text-align: center; 168 168 } … … 1935 1935 -webkit-border-radius: 0; 1936 1936 border-radius: 0; 1937 1937 background: none; 1938 color: # bb2a2a;1938 color: #9a2323; 1939 1939 font-size: inherit; 1940 1940 line-height: inherit; 1941 1941 text-align: left; … … 1943 1943 1944 1944 .column-response .post-com-count-pending:hover, 1945 1945 .column-comments .post-com-count-pending:hover { 1946 color: # dc3232;1946 color: #c62d2d; 1947 1947 } 1948 1948 1949 1949 .widefat thead td.check-column, -
src/wp-admin/css/media.css
1109 1109 } 1110 1110 1111 1111 span.imgedit-scale-warn { 1112 color: red;1112 color: #c62d2d; 1113 1113 font-size: 20px; 1114 1114 font-style: normal; 1115 1115 visibility: hidden; -
src/wp-admin/css/press-this.css
1340 1340 } 1341 1341 1342 1342 .alert.is-error:before { 1343 background: red;1343 background: #c62d2d; 1344 1344 } 1345 1345 1346 1346 .scan { -
src/wp-admin/css/themes.css
212 212 */ 213 213 .theme-browser .theme .theme-update, 214 214 .theme-browser .theme .theme-installed { 215 background: # d54e21;215 background: #c62d2d; 216 216 background: rgba(213, 78, 33, 0.95); 217 217 color: #fff; 218 218 display: block; … … 570 570 571 571 .broken-themes a.delete-theme, 572 572 .theme-overlay .theme-actions .delete-theme { 573 color: # a00;573 color: #c62d2d; 574 574 text-decoration: none; 575 575 border-color: transparent; 576 576 -webkit-box-shadow: none; … … 588 588 .broken-themes a.delete-theme:focus, 589 589 .theme-overlay .theme-actions .delete-theme:hover, 590 590 .theme-overlay .theme-actions .delete-theme:focus { 591 background: # d54e21;591 background: #c62d2d; 592 592 color: #fff; 593 border-color: # d54e21;593 border-color: #c62d2d; 594 594 } 595 595 596 596 .theme-overlay .theme-actions .active-theme, -
src/wp-includes/css/customize-preview.css
12 12 } 13 13 14 14 .customize-render-content-error { 15 outline: solid 1px red;15 outline: solid 1px #c62d2d; 16 16 } 17 17 .customize-render-content-error-message { 18 18 display: block; -
src/wp-includes/css/media-views.css
1461 1461 } 1462 1462 1463 1463 .selection-info .clear-selection { 1464 color: # bc0b0b;1464 color: #9a2323; 1465 1465 } 1466 1466 1467 1467 .selection-info .clear-selection:hover, 1468 1468 .selection-info .clear-selection:focus { 1469 color: red;1469 color: #c62d2d; 1470 1470 } 1471 1471 1472 1472 .media-selection .selection-view { … … 1690 1690 .media-modal .untrash-attachment { 1691 1691 display: inline; 1692 1692 padding: 0; 1693 color: # bc0b0b;1693 color: #9a2323; /* #f3f3f3 background */ 1694 1694 } 1695 1695 1696 1696 .media-modal .delete-attachment:hover, … … 1699 1699 .media-modal .trash-attachment:focus, 1700 1700 .media-modal .untrash-attachment:hover, 1701 1701 .media-modal .untrash-attachment:focus { 1702 color: red;1702 color: #c62d2d; /* #f3f3f3 background */ 1703 1703 } 1704 1704 1705 1705 /** -
src/wp-includes/js/mediaelement/wp-mediaelement.css
107 107 108 108 .media-embed-details .setting p, 109 109 .media-embed-details .setting .remove-setting { 110 color: # a00;110 color: #9a2323; 111 111 font-size: 10px; 112 112 text-transform: uppercase; 113 113 } … … 117 117 } 118 118 119 119 .media-embed-details .setting a:hover { 120 color: # f00;120 color: #c62d2d; 121 121 } 122 122 123 123 .media-embed-details .embed-media-settings .checkbox-setting {