You can remove it with Javascript.
$(".wicket-modal .w_close").remove() or something similar

Martin Grigorov
Wicket Training and Consulting


On Fri, Dec 20, 2013 at 4:18 PM, J.K. Baltzersen <jornb...@pvv.org> wrote:

> Martin Grigorov-4 wrote
> > .wicket-modal .w_close { display: none }
> >
> > You may make this CSS rule even more specific because it will affect all
> > modal windows when it is applied.
>
> I managed to implement this. However, the close (x) button is still there.
> So the user may click it if he knows it is there or otherwise happens to
> click in the right area.
>
> Is there a CSS solution that gets rid of the close button from the web page
> perspective altogether?
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/user-activity-disabled-during-page-load-tp4662891p4663162.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to