Errors/warning in CSS files in 1.8.1
Errors/warning in CSS files in 1.8.1
aluferrari
Posts: 22Questions: 1Answers: 0
Problem:
The following piece of code creates errors/warning in few of the CSS files.
[code] * cursor: hand; [/code]
The following files have this issue:
"\media\css\demo_table.css" - line 37
"\extras\ColVis\media\css\ColVis.css" - line 19
"\extras\TableTools\media\css\TableTools.css" - line 50
Solution:
Comment out the line of code:
[code] /* * cursor: hand; */ [/code]
Thanks.
-Aalap Sharma
The following piece of code creates errors/warning in few of the CSS files.
[code] * cursor: hand; [/code]
The following files have this issue:
"\media\css\demo_table.css" - line 37
"\extras\ColVis\media\css\ColVis.css" - line 19
"\extras\TableTools\media\css\TableTools.css" - line 50
Solution:
Comment out the line of code:
[code] /* * cursor: hand; */ [/code]
Thanks.
-Aalap Sharma
This discussion has been closed.
Replies
Allan