Oh, now I see that in db.py it reads styles.css into the database:
if not db(db.configuration.id>0).count():
db.configuration.insert(
settings=open(os.path.join
(request.folder,'private','settings.py'),'r').read(),
models=open(os.path.join
(request.folder,'private','models.py'),'r').read(),
procedures=open(os.path.join
(request.folder,'private','procedures.py'),'r').read(),
styles=open(os.path.join
(request.folder,'private','styles.css'),'r').read())
Using a text editor to edit styles.css has no effect once T3 has been
deployed.
So the only way to modify the .css after T3 is deployed is to do it
online thru the Manage>> .. Styles Menu.
Now it works...
Thanks for the help.
On May 10, 10:53 pm, dlypka <[email protected]> wrote:
> I do not see sfmenu.css anywhere in my T3 folder structure.
> And my T3 does not have any plugin_t2 folder.
> My T3 has a gluon folder, so I assume T2 is now part of gluon.
> Perhaps the Menu colors are hardcoded in one of the .py files within
> gluon??
>
> On May 10, 10:31 pm, Steve Shepherd <[email protected]> wrote:
>
>
>
> > If your looking for some guideance on Css.
>
> > The following files contain css that T2 uses.
>
> > '/plugin_t2/static/t2/styles/style.css',
> > '/plugin_t2/static/t2/styles/calendar.css',
> > '/plugin_t2/static/t2/styles/sfmenu.css',
> > '/plugin_t2/static/t2/styles/rating.css',
>
> > You may have t2 is a different directory but you should be able to find
> > them.
>
> > Steve- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---