/* setting the color of the icons according to your preference */
.ui-igcombo-buttonicon{
color: white !important;
}
.ui-igcombo-clearicon{
color: white !important;
}
.ui-iggrid-addrowicon{
color: white !important;
}
.ui-iggrid-colindicator{
color: white !important;
}
.ui-igtree-expander{
color: white !important;
}
.diffColor{
color: yellow !important;
}
/* setting the background color of the other controls */
.ui-corner-all{
color: white !important;
}
.ui-button{
color: white !important;
}
th, td, .ui-iggrid-scrolldiv{
background-color: black !important;
color: white !important;
}
.ui-igedit-input, .ui-igcombo-field{
background-color: black !important;
color: white !important;
}
.ui-igcombo-button{
background-color: black !important;
}
.ui-igcombo-clear{
background-color: black !important;
}