I have looked thru the support site and doc's and am unable to find anything on how to use CSS on the WebDropdown. Do you have some examples or a roadmap of the elements or classes ?
Thanks
How I change the color of button? I use DropDownButton but does not work.
Tks
Sorry, ignore my previous post. I closed VS and re-opened and now it is using the correct one.
Hi,
The order of definition of the cl*** matters - i.e. the class define latest takes precedence. you can always make the values in certain CSS class take higher precedence by adding the !important delcaration at the end of the line. For example:
.igdd_ListItem {
background-color: blue !important;
}
How is your custom CSS registered on the page ?
Thanks,
Angel
I am fighting the same problem so I downloaded the WebSite26 sample attached above to take a look but when I open the website it says "Control requires a default style set to display properly. The default style set will be imported". After that it continues to use the values in the imported ig_res folder rather than the values in DefaultScreens.css. What am I missing?
Hi dmhsas,
Great, i am happy it works for you :) About the CSS classes - you can take a look at my first reply - i have outlined what most CSS classes are used for , and to which element they are applied. If you need help about any class not listed there, please let me know.