﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2049	Minimified CSS keeps cursor: hand instead of pointer	Alfonso Martínez de Lizarrondo	Martin Kou	"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."	Bug	closed	Normal	FCKeditor 2.6	UI : Dialogs	FCKeditor 2.6 Beta	fixed	Review+	
