Make WordPress Core

Changeset 27547


Ignore:
Timestamp:
03/15/2014 04:25:55 AM (11 years ago)
Author:
nacin
Message:

All destructive row actions should be styled as such.

This fixes spam and trash links in the dashboard activity widget.

props avryl.
fixes #27370.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r27532 r27547  
    794794}
    795795
    796 table.widefat span.delete a,
    797 table.widefat span.trash a,
    798 table.widefat span.spam a,
     796.row-actions span.delete a,
     797.row-actions span.trash a,
     798.row-actions span.spam a,
    799799.plugins a.delete,
    800800#all-plugins-table .plugins a.delete,
     
    810810.file-error,
    811811.widget-control-remove:hover,
    812 table.widefat .delete a:hover,
    813 table.widefat .trash a:hover,
    814 table.widefat .spam a:hover,
     812.row-actions .delete a:hover,
     813.row-actions .trash a:hover,
     814.row-actions .spam a:hover,
    815815.plugins a.delete:hover,
    816816#all-plugins-table .plugins a.delete:hover,
Note: See TracChangeset for help on using the changeset viewer.