Ignore:
Timestamp:
07/08/10 17:52:20 (14 years ago)
Author:
amuller
Message:

Ticket #1135 - Aplicando alterações do branches 2.0 no branches 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/phpgwapi/templates/default/css/metropole.css

    r1514 r3018  
    8080} 
    8181 
    82 /*.tr_msg_read { 
    83 background-color: #B0B0B0 !important; 
    84 color:black !important; 
    85 } 
    86  
     82.linha0, 
     83.linha1, 
     84.tr_msg_read, 
    8785.tr_msg_read2 { 
    88 background-color: #808080 !important; 
    89 color: #E0E0E0 !important; 
    90 }*/ 
    91  
    92  
    93  
    94 .tr_msg_read { 
    95 background-color: white !important; 
    96 } 
    97  
     86        color: #3f3f3f; 
     87        background-color: #ffffff; 
     88        -moz-user-select: none; 
     89} 
     90 
     91.linha1, 
    9892.tr_msg_read2 { 
    99 background-color: #E0E0E0 !important; 
     93        background-color: #E0E0E0 !important; 
    10094} 
    10195 
     
    289283} 
    290284*/ 
     285 
     286.dsused 
     287{ 
     288        background-image: url(../images/dsused_black.gif); 
     289} 
     290 
    291291#tdSidebox 
    292292{ 
     
    486486        background-repeat:no-repeat; 
    487487} 
     488.toolButton { 
     489        color:#FFF !important; 
     490} 
    488491 
    489492.toolbar 
     
    514517} 
    515518 
     519table.inboxElements th, 
     520.table_elements_tr_header, 
     521.info_tr_header, 
    516522.message_header 
    517523{ 
     
    565571        border-bottom: 1px solid gray !important; 
    566572} 
     573 
     574.conteudo {  
     575        font-family: Verdana, Arial, Helvetica, sans-serif;  
     576        font-size: 10px;  
     577        font-weight: normal;  
     578        color: #000033;  
     579        padding: 2px;  
     580    border-left: 1px solid; 
     581    border-right: 1px solid; 
     582    border-bottom: 1px solid; 
     583    border-color: #4A79B1; 
     584        width:99.5%;  
     585        overflow: none;  
     586        -moz-border-radius: 0px 0px 6px 6px;  
     587}  
     588 
     589.whiteSpace{  
     590        width: 2px;  
     591}  
     592.menu 
     593{ 
     594        text-decoration: none; 
     595        text-align: center; 
     596        height: 20px; 
     597        background-color:#c8d7ea; 
     598        margin-bottom: 0px; 
     599        border: 1px solid #f4f7fc; 
     600        border-bottom: 1px solid #4a79b1; 
     601        padding:0px 5px 0px 0px; 
     602        -moz-border-radius: 9px 9px 0px 0px; 
     603        -moz-user-select: none; 
     604        cursor: pointer; 
     605} 
     606 
     607.last_menu  
     608{  
     609        border-bottom: 1px solid #4a79b1;  
     610        -moz-border-radius: 0px 0px 0px 0px;  
     611}  
     612 
     613.menu-sel 
     614{ 
     615        text-decoration: none; 
     616        text-align: center; 
     617        font: bold 13px Lucidatypewriter,monospace; 
     618        color:#FFFFFF; 
     619        height: 20px; 
     620        background-color:#7F7F7F; 
     621        margin-bottom: 0px; 
     622        border: 1px solid #FFF; 
     623        border-bottom: 0px; 
     624        padding:0px 5px 0px 0px; 
     625        -moz-border-radius: 9px 9px 0px 0px; 
     626        -moz-user-select: none; 
     627        cursor: pointer; 
     628} 
Note: See TracChangeset for help on using the changeset viewer.