mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 20:49:04 +01:00
firefox does stumble on kama skin; use moonocolor instead
This commit is contained in:
parent
d9ae69e044
commit
a6fc5945f6
@ -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':
|
||||||
|
Loading…
Reference in New Issue
Block a user