What is the best way to change the border colours of all combobox dropdown lists in an Ext JS application?
x-boundlist class I want to change for combo drop down list style change. After load ext-theme-neptune-all.css i override x-boundlist as bellow
.x-boundlist {
border-color: #3892d3;
}