diff --git a/public/designs/themes/noosfero/style.css b/public/designs/themes/noosfero/style.css index 96427e5..21dd358 100644 --- a/public/designs/themes/noosfero/style.css +++ b/public/designs/themes/noosfero/style.css @@ -5,3 +5,21 @@ position:absolute; top:-30px; } + +#title-bar { + background-color: gray; +} +#buddy-list .toolbar { + background-color: gray; + border-top: 1px solid; + border-bottom: 1px solid; +} +#title-bar h1 { + color: white; +} +#chat-window { + background: white; +} +#buddy-list #environment-logo { + background-color: #BBB; +} -- libgit2 0.21.2