Der wicket wizzards,

how can I modify the look (e.g. the font-size) of the DatePicker popup
js-component? I try to override the css class (.calendar) in my own css
but this has no effect.

Html-code like

        <head>
                <link rel="stylesheet" type="text/css"
href="MyOwnCalendarStyle.css"/>
        </head>

MyOwnCalendarStyle.css like

        .calendar {
                font-size:20px;
        }
        .calendar table {
                font-size:20px;
        }


Can anybody help me?

Regards, Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to