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
745
ComboDropDownButton border style
posted

Hi,

I'm trying to define a border for ComboDropDownButton in an isl file. I defined the same border for the states "HotTracked" and "Normal", but the style is only applied for the HotTracked state. No border is displayed for the normal state. Here is a sample of my isl file:

<style role="ComboDropDownButton">
          <states>
            <state name="Normal" backColor="White" borderColor="255, 67, 67" backColor2="209, 215, 225" backGradientStyle="GlassTop37" />
            <state name="HotTracked" backColor="White" borderColor="255, 67, 67" backColor2="209, 215, 225" backGradientStyle="GlassTop37" />           
          </states>
        </style>

Do you have any idea of what I am doing wrong?

Thanks

Parents Reply Children
No Data