Changeset 1113

Show
Ignore:
Timestamp:
2007-11-24 13:47:55 (2 years ago)
Author:
fredck
Message:

Fixed #1554 : Links now get underlined on Firefox 3.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/css/fck_editorarea.css

    r961 r1113  
    4747a[href] 
    4848{ 
    49         color: -moz-hyperlinktext !important;   /* For Firefox... mark as important, otherwise it becomes black */ 
     49        color: -moz-hyperlinktext !important;           /* For Firefox... mark as important, otherwise it becomes black */ 
     50        text-decoration: -moz-anchor-decoration;        /* For Firefox 3, otherwise no underline will be used */ 
    5051} 
    5152 
  • FCKeditor/trunk/_whatsnew.html

    r1112 r1113  
    121121                                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1559">#1559</a>] It is 
    122122                                        not possible to have more than one panel opened at the same time.</li> 
     123                                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1554">#1554</a>] Links 
     124                                        now get underlined.</li> 
    123125                        </ul> 
    124126                </li>