* [bug#54660] modify tooltip style of thinkradio.
This commit is contained in:
@@ -145,7 +145,7 @@ class thinkRadio extends thinkQuestion
|
||||
icon
|
||||
(
|
||||
setClass('mt-9 text-gray-400 cursor-pointer ml-1 text-base pt-0.5'),
|
||||
toggle::tooltip(array('placement' => 'top', 'title' => $lang->thinkstep->tips->setOption, 'width' => '220px', 'className' => 'bg-white text-gray border border-gray-300')),
|
||||
toggle::tooltip(array('placement' => 'top', 'title' => $lang->thinkstep->tips->setOption, 'width' => '220px', 'className' => 'text-gray border border-gray-300', 'type' => 'white')),
|
||||
'help'
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user