Ignore:
Timestamp:
06/16/09 18:06:45 (15 years ago)
Author:
niltonneto
Message:

Ticket #475 - Alteração do CSS das linhas de mensagens no template azul.

File:
1 edited

Legend:

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

    r993 r997  
    1717        background: #ffffff; 
    1818        border-style: solid; 
    19         border-width: 1px; 
    20         border-color: #bbbbbb; 
     19        border-width: 0px; 
     20        border-color: #ffffff; 
    2121        font-family: Arial; 
    2222        font-size: 13px; 
     
    3030 
    3131/* begin class msgs */ 
     32.td_msg{ 
     33        border-width: 0px;       
     34} 
    3235.tr_msg_unread { 
    3336        font-weight: bold !important; 
     
    3639        color: #3f3f3f; 
    3740        background-color: #ffffff; 
    38         border-bottom:1px solid #ffffff; 
    3941        -moz-user-select: none; 
    4042} 
     
    4345        color: #3f3f3f; 
    4446        background-color: #f4f8fb; 
    45         border-bottom:1px solid #ffffff; 
    4647        -moz-user-select: none; 
    4748} 
     
    4950.selected_msg{ 
    5051        background-color: #ffffcb; 
    51         border:1px solid #ffffff; 
    5252} 
    5353.flagged_msg{ 
Note: See TracChangeset for help on using the changeset viewer.