Changeset 848


Ignore:
Timestamp:
05/14/09 10:45:46 (15 years ago)
Author:
amuller
Message:

Ticket #475 - quando o cursor esta sobre os filtros de relevancia o filtro selecionado muda css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/draw_api.js

    r790 r848  
    25852585 
    25862586        var change_font_color = 'onmouseover="var last_class = this.className;'+ 
    2587                                 'this.className=\'message_options_active\';'+ 
     2587                                'if (this.className != \'message_options_over\')'+ 
     2588                                'this.className=\'message_options_active\'; '+ 
    25882589                                'this.onmouseout=function(){this.className=last_class;}"'; 
    25892590 
Note: See TracChangeset for help on using the changeset viewer.