Style tweaks and fixes.

Show tooltip over platform image in activity pane that shows player name.
This commit is contained in:
Tim 2015-08-02 22:16:58 +02:00
parent 5530e87a73
commit 6a97537249
15 changed files with 191 additions and 92 deletions

View file

@ -255,7 +255,7 @@ ColVis.prototype = {
this.dom.button = $( '<button />', {
'class': !this.s.dt.bJUI ?
"ColVis_Button ColVis_MasterButton" :
this.s.buttonClass :
"ColVis_Button ColVis_MasterButton ui-button ui-state-default"
} )
.append( '<span>'+this.s.buttonText+'</span>' )
@ -923,6 +923,14 @@ ColVis.defaults = {
*/
buttonText: 'Show / hide columns',
/**
* Class name used for the button
* @property buttonClass
* @type string
* @default ColVis_Button ColVis_MasterButton
*/
buttonClass: 'ColVis_Button ColVis_MasterButton',
/**
* List of columns (integers) which should be excluded from the list
* @property aiExclude