I have specified a Columns Class as Contacts.name:cc6-cell-cls. Then in my CSS I have tried several ways to write the class rule
first as
.cc6-cell-cls{
color:red !important;
}
then as
.ui.table td.cc6-cell-cls{
color:red !important;
}
When I look at the page source the table cell shows the class as "cc6-cell-cls" but the text color is not red.
Either I have written the rule incorrectly or my class is being ignored.
Where am I going wrong?
Karen
first as
.cc6-cell-cls{
color:red !important;
}
then as
.ui.table td.cc6-cell-cls{
color:red !important;
}
When I look at the page source the table cell shows the class as "cc6-cell-cls" but the text color is not red.
Either I have written the rule incorrectly or my class is being ignored.
Where am I going wrong?
Karen