TableTools and ColVis Theming

TableTools and ColVis Theming

polskikrolpolskikrol Posts: 10Questions: 0Answers: 0
edited May 2011 in TableTools
In general, looks like theming for the Extras could be improved. Namely, I have been working with TableTools and ColVis and have noticed the following:

(1) TableTools_JUI.css

button.DTTT_button {
height: 30px;
}

Use same height as ColVis.

(2) TableTools_JUI.css

div.DTTT_collection {
border: 2px solid #d0d0d0;
}
div.DTTT_collection button.DTTT_button {
border: 2px solid #d0d0d0;
}

Make borders look the same width as ColVis.

(3) When using collections, use Ajax when hovering to show the options like with ColVis. Instead of having to click.
(4) ColVis, when hovering have the background / foreground change color the same way as TableTools.

Of course, there may be better CSS to integrate all of the extras themes, however, the above hacks (in (1) and (2)) is what I used to get it to look 'close enough'.
This discussion has been closed.