1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-07-05 17:11:10 +02:00

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

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