Changeset cc46fb2 in github


Ignore:
Timestamp:
Mar 28, 2012 8:07:16 AM (14 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
13db9ee
Parents:
f5a7e12
Message:

Add list icon for deleted messages

Location:
skins/larry
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skins/larry/mail.css

    rf45a9789 rcc46fb2  
    546546        background-position: 0 -272px; 
    547547} 
    548  
     548*/ 
    549549#messagelist tr td.status span.deleted, 
     550#messagelist tr td.status span.deleted:hover, 
    550551#messagelist tr td.subject span.deleted { 
    551         background-position: 0 -187px; 
    552 } 
    553 */ 
     552        background-position: -22px -1096px; 
     553} 
     554 
    554555#messagelist tr td.status span.status, 
    555556#messagelist tr td.status span.unread, 
Note: See TracChangeset for help on using the changeset viewer.