Chat box area missing separation line

Thomas Hunter Posted in Component Development 8 years ago

Hello all, Please forgive me if I tag this incorrectly.

I have an issue with the instant chat box. The line separation between the window view and text area.
Chat box

How and where do I add this line separation.

Replies
us Thomas Hunter Replied 8 years ago

Thanks Eric,

Works perfect.

French Eric F. Replied 8 years ago

Hi Thomas,

There's no line in the theme.
If you want to add one, create a new theme then copy \components\OssnChat\plugins\default\css\OssnChat.php to \themes\yourtheme\plugins\default\css\OssnChat.php
add after line 302 & 351:
border-top: 1px solid #ff0000;
change color with whatever you want.
Also need to change line 312 to
border-left: 0px;
and may be right & bottom also, need to test but that's the way.