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
165
NumericEdit Border Ignore CSSClass
posted

We're using 2008 CLR 3.5 patch 2039.  We apply the below style to a Numeric Edit with Spin buttons shown but the border color is not applied to the border of the table element that is created when the control is rendered.

.standardInputNumeric

 

 

{ -webkit-border-radius: 2px; -moz-border-radius: 2px; border: 1px solid #eba05e; color: #000000; padding: 1px; width: 75px; font-size: 8pt

; }

How can we get our specified border color to work for numeric edit controls when the spin buttons are enabled?