All you want to know is summed up here :-)
http://issues.apache.org/jira/browse/WICKET-1716
Am 21.01.2009 um 11:56 schrieb Daniel Peters:
Jeremy Thomerson wrote:
Any one?
Thank you,
You can use the CSS keyword "!important" to override the wicket
definition.
Here is what I use in my app to format the autocomplete-fields:
div.wicket-aa-container {width:auto !important;}
div.wicket-aa {background-color: white;border:1px solid
#ccc;padding: 1px;margin-top:1px;text-align:left;}
div.wicket-aa ul {list-style:none; padding:0; margin:0;}
div.wicket-aa ul li {padding:1px 5px 1px 5px;}
div.wicket-aa ul li.selected {background-color:#ff6600}
-Daniel
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org