* Add tooltips to qastatistic block, and modify style of tooltips in statistic block.
This commit is contained in:
@@ -137,18 +137,18 @@ statisticBlock
|
||||
$lang->block->executionstatistic->progress,
|
||||
icon
|
||||
(
|
||||
'help',
|
||||
setClass('text-light ml-0.5 text-sm'),
|
||||
toggle::tooltip
|
||||
(
|
||||
array
|
||||
(
|
||||
'title' => $lang->block->tooltips['executionProgress'],
|
||||
'content' => array('html' => $lang->block->tooltips['executionProgress']),
|
||||
'placement' => 'bottom',
|
||||
'type' => 'white',
|
||||
'className' => 'text-dark border border-light leading-5'
|
||||
)
|
||||
),
|
||||
setClass('text-light ml-0.5')
|
||||
'help'
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user