I have a CSS class to show the portlet title :
.portlet-title {
color: #FFFFFF;
font: bold 12px Arial, Helvetica, Geneva, sans-serif;
}
In another css file I've a class :
.lfr-grid.dragging {
border-collapse: separate;
}
now I want to call the class .portlet-title in .lfr-grid.dragging with changing the color attribute as color: #000000