Changeset f114f8b for remit/media/style


Ignore:
Timestamp:
Mar 9, 2010, 4:10:05 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
e8632f2
Parents:
0e58ad0
git-author:
Alex Dehnert <adehnert@…> (03/09/10 04:10:05)
git-committer:
Alex Dehnert <adehnert@…> (03/09/10 04:10:05)
Message:

Color-code approval state and link email addresses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/media/style/style.css

    r856aac8 rf114f8b  
    6565    background: #f88;
    6666}
     67
     68.request-status-approved
     69{
     70    background: #6F6;
     71}
     72.request-status-pending
     73{
     74    background: #FABA00;
     75}
     76.request-status-rejected
     77{
     78    background: #F88;
     79}
Note: See TracChangeset for help on using the changeset viewer.