Put the language selector box back in (but it doesn't work yet)
[citadel.git] / webcit / static / styles / iconbar.css
index 480e3cc2ef05654192e11cc4e03041102c4fe9df..31715dfb3056c8b414a876132f4c437117b69fbb 100644 (file)
 } 
 
 .ib_button, .iconbar_text{
-       background-color: #6F94D5;
+       background-color: #5F84C5;
        color: #F0FEFF;
        font-weight: bold;
 } 
 
+.iconbar_text {
+       font-size: 75%;
+}
+
 .ib_button_link, .ib_button_link:visited, .ib_button_link:link, #online_users a {
        display: block;
        color: #F0FEFF;
 
 #ib_logoff:hover {
        background-color: #3E65AF;
-       color: #FFF;
+       color: #F1BD22;
 }