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