assuming you're using the default template, you need to change also the 
background-image statements.
Given that there is plenty of bootstrap's generators available (such as 
http://stylebootstrap.info/), I highly recommend that you use them to 
change the colors in the bootstrap theme alltogether (if you're not an 
expert in css wizardry) instead of manually patch the "standard one", as it 
would be less error prone.




On Sunday, April 14, 2013 7:40:56 AM UTC+2, mweissen wrote:
>
> I want to have another for color and backgroundcolor in the menu bar.
>
> I have changed bootswatch.css, line 83
> #navbar .auth_navbar, #navbar .auth_navbar a {color:*green*;}
>
> And in web2py_bootstrap.css, line 40
> /* auth navbar - primitive style */
> .auth_navbar,.auth_navbar a{color:*red*;}  /* inherit */
> .ie-lte7 .auth_navbar,.auth_navbar 
> a{color:expression(this.parentNode.currentStyle['color']); /* ie7 doesn't 
> support inherit */}
> .auth_navbar a{white-space:nowrap;} /* to avoid the nav split on more 
> lines */
> .auth_navbar a:hover{color:*red*; text-decoration:none;}  /* white */
>
> Any hints?
> Refards, Martin
>  

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to