@ Paolo - thank you, works fine! @ Niphlod: using a bootstrap'a generator: which file should be replaced with the generators output?
- bootstrap.min.css - bootstrap-responsive.min.css - web2py_bootstrap.css - or ...? 2013/4/14 Paolo Caruccio <[email protected]> > The Niphlod's solution is better but add following rules > > .navbar-inverse .navbar-inner { > background-color:green; > background-image:none; > } > > .navbar-inverse .nav>li>a { > color:red; > } > > to the section "other rules" in web2py_bootstrap.css for a very fast and > not complete customization. > > > > Il giorno domenica 14 aprile 2013 07:40:56 UTC+2, mweissen ha scritto: > >> 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. > > > -- --- 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.

