Ticket #26699: 26699-colors.diff
File 26699-colors.diff, 745 bytes (added by , 11 years ago) |
---|
-
wp-admin/css/colors.css
800 800 .plugins .inactive th, 801 801 .plugins .active td, 802 802 .plugins .active th, 803 .plugin-install #the-list td { 803 .plugin-install #the-list td, 804 .upgrade .plugins td, 805 .upgrade .plugins th { 804 806 -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); 805 807 box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); 806 808 } 807 809 808 810 .plugins .update td, 809 .plugins .update th { 811 .plugins .update th, 812 .upgrade .plugins tr:last-of-type td, 813 .upgrade .plugins tr:last-of-type th { 810 814 -webkit-box-shadow: none; 811 box-shadow: none;815 box-shadow: none; 812 816 } 813 817 814 818 .plugins .active td,