Attached VS site with all the latest 17.1, open and run greetings.html
The issue is that 'clear value' button and 'show drop down' is off center, not like on this link : https://www.igniteui.com/combo/overview
Please show how to correct this..
Thanks
Hello Michael,
Could you please try to change the order of adding to infragistics.theme.css and infragistics.css files,
because the infragistics.theme.css perhaps override some declarations of the infragistics.css file.
Try to keep this order:
<link href="/Scripts/2017ScriptsPacks/IgniteUI17.1/css/themes/infragistics/infragistics.theme.css" rel="stylesheet" />
<link href="/Scripts/2017ScriptsPacks/IgniteUI17.1/css/structure/infragistics.css" rel="stylesheet" />
if you need further assistance, don't hesitate to contact us again.
Thatnks, it did help.
You can achieve this by adding some styles to the ".ui-igcombo-field" class, your css may looks like this one:
.ui-igcombo-field { background-color: black; color: white; }
If you need further assistance, please feel free to contact us.
On the same project , how to write css selectors to make background inside combo black and foreground white.