From 2ca61537691f10753a34e3658bc2dfe38bcefddc Mon Sep 17 00:00:00 2001 From: Zhangyu Date: Tue, 3 Sep 2024 00:36:11 +0000 Subject: [PATCH] * [bug#54660] modify tooltip style of thinkradio. --- lib/zin/wg/thinkradio/v1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zin/wg/thinkradio/v1.php b/lib/zin/wg/thinkradio/v1.php index 87c2462ff3..9412fafe6d 100644 --- a/lib/zin/wg/thinkradio/v1.php +++ b/lib/zin/wg/thinkradio/v1.php @@ -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' ) ),