Ignore:
Timestamp:
03/30/10 12:05:26 (14 years ago)
Author:
rodsouza
Message:

Ticket #989 - Compatibilizar módulos com a utilização de temas.

File:
1 edited

Legend:

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

    r1195 r2384  
    6161        border: 1px #bbbbbb solid !important; 
    6262} 
    63  
     63input.em_button_like_span { 
     64        color: #FFF !important; 
     65 
     66} 
    6467input[type=submit],input[type=button],button 
    6568{ 
     
    7780} 
    7881 
    79 /*.tr_msg_read { 
    80 background-color: #B0B0B0 !important; 
    81 color:black !important; 
    82 } 
    83  
     82.linha0, 
     83.linha1, 
     84.tr_msg_read, 
    8485.tr_msg_read2 { 
    85 background-color: #808080 !important; 
    86 color: #E0E0E0 !important; 
    87 }*/ 
    88  
    89  
    90  
    91 .tr_msg_read { 
    92 background-color: white !important; 
    93 } 
    94  
     86        color: #3f3f3f; 
     87        background-color: #ffffff; 
     88        -moz-user-select: none; 
     89} 
     90 
     91.linha1, 
    9592.tr_msg_read2 { 
    96 background-color: #E0E0E0 !important; 
     93        background-color: #E0E0E0 !important; 
    9794} 
    9895 
     
    286283} 
    287284*/ 
     285 
     286.dsused 
     287{ 
     288        background-image: url(../images/dsused_black.gif); 
     289} 
     290 
    288291#tdSidebox 
    289292{ 
     
    483486        background-repeat:no-repeat; 
    484487} 
     488.toolButton { 
     489        color:#FFF !important; 
     490} 
    485491 
    486492.toolbar 
     
    511517} 
    512518 
     519table.inboxElements th, 
     520.table_elements_tr_header, 
     521.info_tr_header, 
    513522.message_header 
    514523{ 
     
    562571        border-bottom: 1px solid gray !important; 
    563572} 
     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.