mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 05:31:15 -07:00
Style tweaks and fixes.
Show tooltip over platform image in activity pane that shows player name.
This commit is contained in:
parent
5530e87a73
commit
6a97537249
15 changed files with 191 additions and 92 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue