<Style TargetType="ComboBox">
<Setter Property="Foreground" Value="White"/>
<Setter Property="Background" Value="#303030"/>
<Setter Property="BorderBrush" Value="#000000"/>
</Style>
--------------------------------------------------------------
but it only works for Foreground property. It doesn't works for background.
Any other ways to set background color to combobox??
Kindly waiting for your valuable reply..