Ticket #35622: 35622.2.patch
| File 35622.2.patch, 6.8 KB (added by , 10 years ago) |
|---|
-
src/wp-admin/css/common.css
831 831 .row-actions span.delete a, 832 832 .row-actions span.trash a, 833 833 .row-actions span.spam a, 834 .plugins a.delete, 835 #all-plugins-table .plugins a.delete, 836 #search-plugins-table .plugins a.delete, 837 .submitbox .submitdelete, 838 #media-items a.delete, 839 #media-items a.delete-permanently, 840 #nav-menu-footer .menu-delete { 834 .plugins a.delete, /* redundant? */ 835 #all-plugins-table .plugins a.delete, /* no more used since 3.1? tables had a $context param */ 836 #search-plugins-table .plugins a.delete, /* no more used since 3.1? tables had a $context param */ 837 #media-items a.delete, /* old media UI */ 838 #media-items a.delete-permanently { /* old media UI */ 841 839 color: #a00; 842 840 } 843 841 844 abbr.required, 845 .file-error, 842 /* #todo row-action links don't have a sufficient color contrast ratio on zebra striped bg #F9F9F9 */ 843 .file-error, /* no more used? */ 846 844 .widget-control-remove:hover, 847 845 .row-actions .delete a:hover, 848 846 .row-actions .trash a:hover, 849 847 .row-actions .spam a:hover, 850 .plugins a.delete:hover, 851 #all-plugins-table .plugins a.delete:hover, 852 #search-plugins-table .plugins a.delete:hover, 848 .plugins a.delete:hover, /* redundant? */ 849 #all-plugins-table .plugins a.delete:hover, /* no more used since 3.1? tables had a $context param */ 850 #search-plugins-table .plugins a.delete:hover, /* no more used since 3.1? tables had a $context param */ 851 #media-items a.delete:hover, /* old media UI */ 852 #media-items a.delete-permanently:hover { /* old media UI */ 853 color: #dc3232; 854 text-decoration: none; 855 border: none; 856 } 857 858 .submitbox .submitdelete, 859 #nav-menu-footer .menu-delete { 860 color: #9a2323; /* #f5f5f5 background */ 861 } 862 853 863 .submitbox .submitdelete:hover, 854 #media-items a.delete:hover,855 #media-items a.delete-permanently:hover,856 864 #nav-menu-footer .menu-delete:hover { 857 color: # f00;865 color: #bb2a2a; /* #f5f5f5 background */ 858 866 text-decoration: none; 859 867 border: none; 860 868 } … … 2163 2171 2164 2172 .attention, 2165 2173 .error-message { 2166 color: red;2174 color: #bb2a2a; /* white or zebra striped bg */ 2167 2175 font-weight: 600; 2168 2176 } 2169 2177 -
src/wp-admin/css/customize-nav-menus.css
426 426 -webkit-box-shadow: none; 427 427 box-shadow: none; 428 428 outline: none; 429 color: # f00;429 color: #dc3232; 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 #dc3232; 530 530 } 531 531 532 532 #available-menu-items .menu-item-handle .item-type { … … 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: #dc3232; 635 635 } 636 636 637 637 #available-menu-items-search .spinner { … … 768 768 margin-bottom: 1em; 769 769 } 770 770 771 .menu-delete { 771 .menu-delete, 772 .wp-customizer .menu-item .submitbox .submitdelete { 772 773 color: #a00; 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: #bb2a2a; /* on a #eee background */ 780 783 text-decoration: none; 781 784 } 782 785 -
src/wp-admin/css/deprecated-media.css
148 148 } 149 149 150 150 abbr.required { 151 color: #dc3232; 151 152 text-decoration: none; 152 153 border: none; 153 154 } -
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: #dc3232; 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: #dc3232; 166 166 line-height: 21px; 167 167 text-align: center; 168 168 } -
src/wp-admin/css/media.css
1107 1107 } 1108 1108 1109 1109 span.imgedit-scale-warn { 1110 color: red;1110 color: #dc3232; 1111 1111 font-size: 20px; 1112 1112 font-style: normal; 1113 1113 visibility: hidden; -
src/wp-admin/css/press-this.css
1328 1328 } 1329 1329 1330 1330 .alert.is-error:before { 1331 background: red;1331 background: #dc3232; 1332 1332 } 1333 1333 1334 1334 .scan { -
src/wp-includes/css/media-views.css
1457 1457 1458 1458 .selection-info .clear-selection:hover, 1459 1459 .selection-info .clear-selection:focus { 1460 color: red;1460 color: #dc3232; 1461 1461 } 1462 1462 1463 1463 .media-selection .selection-view { … … 1681 1681 .media-modal .untrash-attachment { 1682 1682 display: inline; 1683 1683 padding: 0; 1684 color: # bc0b0b;1684 color: #a00; /* on #f3f3f3 background */ 1685 1685 } 1686 1686 1687 1687 .media-modal .delete-attachment:hover, … … 1690 1690 .media-modal .trash-attachment:focus, 1691 1691 .media-modal .untrash-attachment:hover, 1692 1692 .media-modal .untrash-attachment:focus { 1693 color: red;1693 color: #bb2a2a; /* on #f3f3f3 background */ 1694 1694 } 1695 1695 1696 1696 /** -
src/wp-includes/js/mediaelement/wp-mediaelement.css
117 117 } 118 118 119 119 .media-embed-details .setting a:hover { 120 color: # f00;120 color: #dc3232; 121 121 } 122 122 123 123 .media-embed-details .embed-media-settings .checkbox-setting {