[web2py] Re: Changing Bootstrap Navbar to light background colour

2017-02-07 Thread Paul Ellis
In my version of web2py the layout.html has this: However, it is definitely black. If I change it to navbar-inverse I get a green navbar. By using the above css. I am able to get a light navbar. Thanks On Thursday, 3 December 2015 11:32:48 UTC+1, Leonel Câmara wrote: > > I don't mean in the

[web2py] Re: Changing Bootstrap Navbar to light background colour

2015-12-02 Thread Leonel Câmara
Did you remove the navbar-inverse class? That's what makes it black. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you

[web2py] Re: Changing Bootstrap Navbar to light background colour

2015-12-02 Thread Chris Guest
I didn't remove any classes from static/css/bootstrap.min.css or static/css/bootstrap-theme.min.css . I only added code to static/css/web2py-bootstrap3.css . If there's a simpler way to do this, please let me know. On Thursday, December 3, 2015 at 11:33:11 AM UTC+11, Leonel Câmara wrote: > > Di

[web2py] Re: Changing Bootstrap Navbar to light background colour

2015-12-03 Thread Leonel Câmara
I don't mean in the css file, I mean in layout.html where you have Just remove navbar-inverse. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You re

Re: [web2py] Re: Changing Bootstrap Navbar to light background colour

2016-02-04 Thread Dan
FWIW... 1. layout.html - delete the navbar-inverse that makes the background color black/dark 2. menu.py - modify the text and link for the logo (which will be now too light colored on a white background) 3. web2py-bootstrap3.css - modify the colors of the logo and the footer

Re: [web2py] Re: Changing Bootstrap Navbar to light background colour

2015-12-03 Thread Manuele Pesenti
Il 03/12/15 11:32, Leonel Câmara ha scritto: > I don't mean in the css file, I mean in layout.html where you have > > | > > | > > > > Just remove navbar-inverse. I tryied recentrly but with a bad result... I think I'll try the solution of Chris. Thanks for sharing Manuele -- Resources: - ht