﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1328	Use -moz-hyperlinktext in fck_editingarea.css	Frederico Caldeira Knabben		"In the fck_editingarea.css file, we are defining:

{{{
a[href]
{
    color: #0000FF !important;
}
}}}

Probably we'll have more real result with:

{{{
a[href]
{
    color: -moz-hyperlinktext !important;
}
}}}

It should work with Firefox 2, but we need to check the availability of the ""-moz-hyperlinktext"" keyword on previous versions."	New Feature	closed	Normal	FCKeditor 2.5 Beta	General		fixed	Firefox	
