Ignore:
Timestamp:
06/10/09 17:43:51 (15 years ago)
Author:
niltonneto
Message:

Ticket #475 - Adaptação para permitir lista de mensagens com duas classes CSS, alternadamente.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/templates/default/main.css

    r831 r976  
    1515        width: 100%; 
    1616        color: black; 
     17        background: #ffffff; 
    1718        border-style: solid; 
    1819        border-width: 1px; 
     
    3233.tr_msg_unread { 
    3334        color: black; 
    34         background-color: #e8eef7; 
    35         font-weight: bold; 
     35        background-color: #e8eef7 !important; 
     36        font-weight: bold !important; 
    3637        border-bottom:1px solid #cfcfcf; 
    3738    -moz-user-select: none; 
    3839} 
    39 .tr_msg_read { 
     40.tr_msg_read, .tr_msg_read2 { 
    4041        color: black; 
    4142        background-color: #ffffff; 
     
    4344    -moz-user-select: none; 
    4445} 
     46 
    4547.selected_msg{ 
    46         background-color: #ffffcc; 
     48        background-color: #ffffcc !important; 
    4749} 
    4850.flagged_msg{ 
     
    5153.selected_shortcut_msg{ 
    5254        color: white; 
    53         background-color: #5194d2; 
     55        background-color: #5194d2 !important; 
    5456} 
    5557.show_img_link{ 
Note: See TracChangeset for help on using the changeset viewer.