#2049: Minimified CSS keeps cursor: hand instead of pointer
--------------------------+-------------------------------------------------
 Reporter:  alfonsoml     |       Owner:                    
     Type:  Bug           |      Status:  new               
 Priority:  Normal        |   Milestone:  FCKeditor 2.6     
Component:  UI : Dialogs  |     Version:  FCKeditor 2.6 Beta
 Keywords:                |  
--------------------------+-------------------------------------------------
 the compressed version of fck_dialog_common.css keeps the IE only syntax
 instead of the W3C value when it compresses this rule
 {{{
 .BtnOver
 {
         border: outset 1px;
         cursor: pointer;
         cursor: hand;
 }
 }}}
 into
 {{{ .BtnOver{border:outset 1px;cursor:hand} }}}

 As explained in #1644 only IE5.5 needs that value and now it will force us
 to manually adjust the compressed versions of CSS.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2049>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to