firefox does stumble on kama skin; use moonocolor instead

This commit is contained in:
Klaus Leithoff 2014-07-22 13:01:55 +00:00
parent c07599aa27
commit a63cfe5aa1

View File

@ -187,6 +187,7 @@ class egw_ckeditor_config
{ {
case 'kama': case 'kama':
$skin = "kama"; $skin = "kama";
if (html::$user_agent=='firefox' || html::$user_agent=='msie') $skin='moonocolor';
break; break;
case 'silver': case 'silver':
case 'bootstrapck': case 'bootstrapck':