Commit c42db17a503304a746afb9172df23c296a5a7582

Authored by Jared Pace
1 parent 7ef60dea
Exists in master and in 1 other branch production

Use thumbs-up icon for resolve button

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -547,6 +547,11 @@ table.errs tr.resolved td > * {
547 547 -webkit-opacity: 0.5;
548 548 }
549 549  
  550 +/* Resolve Errs */
  551 +#action-bar a.resolve {
  552 + background: transparent url(images/icons/thumbs-up.png) 6px 5px no-repeat;
  553 +}
  554 +
550 555 /* Notices Pagination */
551 556 .notice-pagination {
552 557 float: left;
... ...