Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
8680
Unable to do Inset effect for WebDateChooser
posted

I'm trying to make my WebDateChooser look like my .Net TextBoxes.  I can't get an Inset effect.  I've tried the following:

  • put "BorderStyle=Inset" in the <WebDateChooser> tag
  • put "border-style: inset;" in a CSS class applied to the WebDateChooser
  • put "border-style: inset;" in a CSS class applied to the WebDateChooser.EditStyle

 

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

Parents
No Data
Reply
  • 8680
    Verified Answer
    posted

    I solved this by applying the following CssClass to my WebDateChooser:

    .WebDateChooser
        border-style: inset;
        border-width: 2px;
        border-color: Window; }

Children
No Data