I'm trying to make my WebDateChooser look like my .Net TextBoxes. I can't get an Inset effect. I've tried the following:
None of the above changes the border effect.
The attached image shows three data entry controls. The top one is my WebDateChooser, and the bottom is a .Net TextBox styled the way I want the WebDateChooser.
TIA
I solved this by applying the following CssClass to my WebDateChooser:
.WebDateChooser border-style: inset; border-width: 2px; border-color: Window; }