Commit 268f901c46df53d6e17c0d9426a0caee286b82b7

Authored by Joenio Costa
Committed by Antonio Terceiro
1 parent 5d8e32e4

Adding some style to chat in 'noosfero' theme

(ActionItem1635)
Showing 1 changed file with 18 additions and 0 deletions   Show diff stats
public/designs/themes/noosfero/style.css
... ... @@ -5,3 +5,21 @@
5 5 position:absolute;
6 6 top:-30px;
7 7 }
  8 +
  9 +#title-bar {
  10 + background-color: gray;
  11 +}
  12 +#buddy-list .toolbar {
  13 + background-color: gray;
  14 + border-top: 1px solid;
  15 + border-bottom: 1px solid;
  16 +}
  17 +#title-bar h1 {
  18 + color: white;
  19 +}
  20 +#chat-window {
  21 + background: white;
  22 +}
  23 +#buddy-list #environment-logo {
  24 + background-color: #BBB;
  25 +}
... ...