From d2162850441b37eba7b83b47c2afa2b4184274d3 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Thu, 25 Oct 2012 09:26:25 +0000 Subject: set colors for chat boxes. --- views/default/n1_theme/css.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php index be935d4..986efe3 100644 --- a/views/default/n1_theme/css.php +++ b/views/default/n1_theme/css.php @@ -120,3 +120,12 @@ background-color: #F7F7F7 !important; border: none !important; } + +/* BeeChat */ +div#beechat_contacts_top { + background-color: #333333; +} + +div.beechat_chatbox_top { + background-color: #333333; +} -- cgit v1.2.3