How could I edit CSS files in web2py ?
I wanna override the web2py_table, someone could help me ?
I inspected in google chrome, but the file who is pointing don't make the effect.
How could I edit CSS files in web2py ?
I wanna override the web2py_table, someone could help me ?
I inspected in google chrome, but the file who is pointing don't make the effect.
The web2py CSS rules are set in the application's /static/css/web2py.css file (here is the relevant line for the version in the "welcome" app).
If making the change there doesn't work, then the problem must be with some other aspect of the CSS, so we'll need more information.