Hi,
I have a RadDate Picker control and a print button on the page. the print button uses print.css stylesheet. I am trying to Remove the raddatepickers Textbox borders in the print version. Can someone tell me what properties are to be applied in css to remove the borders of the textbox?
i tried css like this
.rcTable .rcSingle .rcInputCell,.riContentWrapper
{
border:none;
}
I have a RadDate Picker control and a print button on the page. the print button uses print.css stylesheet. I am trying to Remove the raddatepickers Textbox borders in the print version. Can someone tell me what properties are to be applied in css to remove the borders of the textbox?
i tried css like this
.rcTable .rcSingle .rcInputCell,.riContentWrapper
{
border:none;
}