Make WordPress Core

Ticket #11304: 11304.diff

File 11304.diff, 1.7 KB (added by caesarsgrunt, 15 years ago)

Make Spam action links red

  • wp-admin/css/colors-classic.dev.css

     
    640640
    641641table.widefat span.delete a,
    642642table.widefat span.trash a,
     643table.widefat span.spam a,
    643644#dashboard_recent_comments .delete a,
    644 #dashboard_recent_comments .trash a {
     645#dashboard_recent_comments .trash a,
     646#dashboard_recent_comments .spam a {
    645647        color: #bc0b0b;
    646648}
    647649
     
    741743.widget-control-remove:hover,
    742744table.widefat .delete a:hover,
    743745table.widefat .trash a:hover,
     746table.widefat .spam a:hover,
    744747#dashboard_recent_comments .delete a:hover,
    745 #dashboard_recent_comments .trash a:hover {
     748#dashboard_recent_comments .trash a:hover,
     749#dashboard_recent_comments .spam a:hover {
    746750        color: #f00;
    747751}
    748752
  • wp-admin/css/colors-fresh.dev.css

     
    635635
    636636table.widefat span.delete a,
    637637table.widefat span.trash a,
     638table.widefat span.spam a,
    638639#dashboard_recent_comments .delete a,
    639 #dashboard_recent_comments .trash a {
     640#dashboard_recent_comments .trash a,
     641#dashboard_recent_comments .spam a {
    640642        color: #bc0b0b;
    641643}
    642644
     
    740742.widget-control-remove:hover,
    741743table.widefat .delete a:hover,
    742744table.widefat .trash a:hover,
     745table.widefat .spam a:hover,
    743746#dashboard_recent_comments .delete a:hover,
    744 #dashboard_recent_comments .trash a:hover {
     747#dashboard_recent_comments .trash a:hover
     748#dashboard_recent_comments .spam a:hover {
    745749        color: #f00;
    746750}
    747751