You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Peter Stavrinides <P....@albourne.com> on 2008/09/03 11:27:47 UTC

Overriding Default Styles

Hi 

I would like to know how to override Tapestry's default styles, particularly:

1. Individual styles like validation error popups
2. Component styles

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Overriding Default Styles

Posted by Ulrich Stärk <ul...@spielviel.de>.
Tapestry's styles are included via default.css which can be found here:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/default.css?view=markup
Just include some css overriding those styles or change the configuration
symbol tapestry.default-stylesheet to your own default stylesheet.

Uli

Am Mi, 3.09.2008, 11:27, schrieb Peter Stavrinides:
> Hi
>
> I would like to know how to override Tapestry's default styles,
> particularly:
>
> 1. Individual styles like validation error popups
> 2. Component styles
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org