Style tweaks and fixes.
Show tooltip over platform image in activity pane that shows player name.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user