I do generate views for be able to manage design of views for the_comments gem (have the_comments.scss in asset/stylsheet directory).
But (from named element shown from firebug), on the_comments.scss, it is not possible (or show me an example...), for example, to change the background-color of the table of the manage view page.
this manage view page CSS show by firebug on view is:
.comments > .comment > .panel > .panel-body > .comment_body, .table
and do change background-color for tr, th, td and all of them through these named elements/class has no effect on the view.
It is a problem and i not find any information on your doc on that.
Please, tell me how to resolve that ? my text color is white, my pages views are black... how to change the background-color of the table in the view page of manage view of the_comment ?
I do generate views for be able to manage design of views for the_comments gem (have the_comments.scss in asset/stylsheet directory).
But (from named element shown from firebug), on the_comments.scss, it is not possible (or show me an example...), for example, to change the background-color of the table of the manage view page.
this manage view page CSS show by firebug on view is:
.comments > .comment > .panel > .panel-body > .comment_body, .table
and do change background-color for tr, th, td and all of them through these named elements/class has no effect on the view.
It is a problem and i not find any information on your doc on that.
Please, tell me how to resolve that ? my text color is white, my pages views are black... how to change the background-color of the table in the view page of manage view of the_comment ?