diff options
author | Pablo Martin <caedes@sindominio.net> | 2012-10-25 09:26:25 +0000 |
---|---|---|
committer | root <root@migration.vz.lan> | 2012-10-25 09:26:32 +0000 |
commit | d2162850441b37eba7b83b47c2afa2b4184274d3 (patch) | |
tree | f7a7f6ed5409894b39e30813bf6a4f8ae3d49713 /views/default/n1_theme | |
parent | 6429d85c0ed092687d7d335157ab481fc72602f9 (diff) | |
download | saravea_theme-d2162850441b37eba7b83b47c2afa2b4184274d3.tar.gz saravea_theme-d2162850441b37eba7b83b47c2afa2b4184274d3.tar.bz2 |
set colors for chat boxes.
Diffstat (limited to 'views/default/n1_theme')
-rw-r--r-- | views/default/n1_theme/css.php | 9 |
1 files changed, 9 insertions, 0 deletions
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; +} |