Modal window and background color

2009-08-05 Thread Johannes Schneider
Hi, I use the modal window (with a component). But unfortunately white is used as background color. This is definied in model.css:164 div.wicket-modal div.w_content { width: 100%; background-color: white; } I tried to override that, but since the modal.css is added after my own

Re: Modal window and background color

2009-08-05 Thread Matej Knopp
You can use !important in your override css. -Matej On Wed, Aug 5, 2009 at 9:06 PM, Johannes Schneidermaili...@cedarsoft.com wrote: Hi, I use the modal window (with a component). But unfortunately white is used as background color. This is definied in model.css:164 div.wicket-modal

Re: Modal window and background color

2009-08-05 Thread Johannes Schneider
Thanks! Worked... But if anyone reads this - I think that could/should be improved in the ModalWindow... Regards, Johannes Matej Knopp wrote: You can use !important in your override css. -Matej On Wed, Aug 5, 2009 at 9:06 PM, Johannes Schneidermaili...@cedarsoft.com wrote: Hi, I

Re: Modal window and background color

2009-08-05 Thread Matej Knopp
What is there to improve? You can set modal window custom CSS class and style it from scratch. Or you can override properties of the standard stylesheet. -Matej On Wed, Aug 5, 2009 at 11:12 PM, Johannes Schneidermaili...@cedarsoft.com wrote: Thanks! Worked... But if anyone reads this - I