Page 1 of 1

[solved] CSS in Frontendusers

Posted: Fri Feb 20, 2015 2:28 pm
by greenftechn
Something is overriding my table formatting, changing property prompts (user login, user registration, etc) to a dark blue that does not show up in my dark tables. I have been searching for where this is set, with no luck. A stylesheet reference or a reference to documentation as to where these properties are set would be greatly appreciated!

Re: CSS in Frontendusers

Posted: Fri Feb 20, 2015 3:39 pm
by Rolf

Re: CSS in Frontendusers

Posted: Sat Feb 21, 2015 3:00 pm
by velden
There is no other magic going on than in other modules.

It's just about the page template and the styleheets connected to that page template. That is connected in cmsms or static links in the template itself.

Use a web inspector to find out what you're looking for.

[solved] Re: CSS in Frontendusers

Posted: Thu Feb 26, 2015 2:52 pm
by greenftechn
Colors are hard wired into the PHP code so that if a field is missing it can change color of the prompt to red. It would be nice to have a style sheet to make this more flexible. Guess the simplest approach is to change the style of my tables throughout the whole site from the site's CSS.

3/2/15 Marking solved with this comment