Changeset 6138


Ignore:
Timestamp:
05/08/12 15:36:02 (12 years ago)
Author:
angelo
Message:

Ticket #2706 - Ao abrir mensagem clicando no nome do remetente o mesmo permanece sublinhado

Location:
trunk/expressoMail1_2
Files:
2 edited

Legend:

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

    r6129 r6138  
    15681568                        else{ 
    15691569                                var spanSender = document.createElement("SPAN"); 
    1570                                 spanSender.onmouseover = function (event) {this.style.textDecoration = "underline";try {InfoContact.begin(this,headers_msgs.reply_toaddress)} catch(e){};}; 
    1571                                 spanSender.onmouseout = function (){try {this.style.textDecoration = "none";clearTimeout(InfoContact.timeout);} catch(e){}}; 
     1570                                spanSender.setAttribute('class','span-sender'); 
     1571                                spanSender.onmouseover = function (event) {/*this.style.textDecoration = "underline";*/ try {InfoContact.begin(this,headers_msgs.reply_toaddress)} catch(e){};}; 
     1572                                spanSender.onmouseout = function (){try {/*this.style.textDecoration = "none";*/ clearTimeout(InfoContact.timeout);} catch(e){}}; 
    15721573                                folder = special_folders['Sent']; 
    15731574                                current = get_current_folder(); 
  • trunk/expressoMail1_2/templates/default/main.css

    r5911 r6138  
    3636ul.expressomail-thumbs-list li img {width:auto; height:100%; border: 2px solid #FDE7BC;} 
    3737.expressomail-thumbs-link { font-size:11px;} 
    38  .jcarousel-container { width: auto;} 
     38.jcarousel-container { width: auto;} 
    3939  
    4040 button.expressomail-button-icon-ative{color:#E17009; border: 1px solid #E17009;background: none repeat scroll 0 0 #FFE1CC;} 
     
    329329 
    330330 
     331 
     332 
    331333.em_div_write_msg{  
    332334                height: 24px;  
     
    338340        border-width: 0px;       
    339341} 
     342 
     343.span-sender:hover{ 
     344        text-decoration: underline; 
     345} 
     346 
    340347 
    341348.th_resizable { 
Note: See TracChangeset for help on using the changeset viewer.