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
1135
Problem - igCombo, custom style not applied
posted

Good day,

I am using the igCombo combobox throught my application, but am having trouble with the styling. I am using IgniteUI v13.2.20132.1010

I am overriding the [ui-igcombo ui-state-default ui-widget ui-corner-all] style for the span that is generated for the igCombo, but nothing happens. I have tried to add the class to the igCombo using jQuery's addClass() method, but also no luck. It seems that whatever I do, the Infragistics styles seem to be the default.

I am trying to override the dropdown by using the following:

.ui-igcombo .ui-state-default .ui-widget .ui-corner-all 
	{
		backgroundurl(../images/icon-fail.png) no-repeat right center #ffebef !important;
		color#480000 !important;
		width100% !important;    	
	}
Nothing works.

As an FYI, I am using an ASP DropDownList for the control that the igCombo is being applied to, could this be an issue?
Parents Reply Children
No Data