firefox does stumble on kama skin; use moonocolor instead

This commit is contained in:
Klaus Leithoff 2014-07-22 13:02:10 +00:00
parent d9ae69e044
commit a6fc5945f6

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':