Hi, in GXT 3.0, I can change the filtered grid column style using

.x-filtered-column { color: red !important;

font-style: italic !important;

font-weight: bold !important;

}

But, in GXT 3.1 it's not working anymore. Anyone know how i can achieve the same effect?