Changing the look of the validation bubbles

2011-08-24 Thread dkeenan
Hi guys. Is it possible to access the imaes that are used by validation
bubbles? I wanted to make the less round and change the colour. any ideas?

Thanks.


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Changing-the-look-of-the-validation-bubbles-tp4730327p4730327.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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



Re: Changing the look of the validation bubbles

2011-08-24 Thread Steve Eynon
Hi,

I believe the images are provided by the CSS in
org.apache.tapestry5.default.css. e.g.

DIV.t-error-popup SPAN {
background: transparent url('error-bevel-left.gif') no-repeat;
}

You could override the CSS with your own which points to your own images.

Steve.
--
Steve Eynon


On 24 August 2011 20:58, dkeenan david_siedle...@yahoo.co.uk wrote:
 Hi guys. Is it possible to access the imaes that are used by validation
 bubbles? I wanted to make the less round and change the colour. any ideas?

 Thanks.


 --
 View this message in context: 
 http://tapestry.1045711.n5.nabble.com/Changing-the-look-of-the-validation-bubbles-tp4730327p4730327.html
 Sent from the Tapestry - User mailing list archive at Nabble.com.

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



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