Changeset 1223


Ignore:
Timestamp:
07/30/09 10:13:21 (15 years ago)
Author:
niltonneto
Message:

Ticket #475 - Corrigido css azul, não muda fundo do ícone do módulo ativo.

File:
1 edited

Legend:

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

    r1191 r1223  
    382382        background-repeat:no-repeat; 
    383383} 
     384.menu-degrade { 
     385          background-image: url(../../../../phpgwapi/templates/default/images/degrade.png) !important; 
     386          background-repeat: repeat-x; 
     387} 
     388 
     389.image-menu { 
     390        padding: 0px 0px 0px 0px; 
     391        background: url(../../../../phpgwapi/templates/default/images/folder_bg.png); 
     392} 
    384393 
    385394.navbar_butOver 
     
    398407.navbar_butOut 
    399408{ 
    400         background-image: url(../../../../phpgwapi/templates/default/images/back_app.png) !important; 
     409        background-image: url(../../../../phpgwapi/templates/default/images/back_app_out.png) !important; 
    401410        width: 40px; 
    402411        height: 40px; 
Note: See TracChangeset for help on using the changeset viewer.