From 83c8e94a784961212886777ae9ad2b15d54a9660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Tue, 25 May 2021 14:51:34 +0800 Subject: [PATCH] update component/pear/module/theme.js. --- component/pear/module/theme.js | 1 + 1 file changed, 1 insertion(+) diff --git a/component/pear/module/theme.js b/component/pear/module/theme.js index 59af18c..f829004 100644 --- a/component/pear/module/theme.js +++ b/component/pear/module/theme.js @@ -72,6 +72,7 @@ layui.define(["jquery","layer"], function (exports) { style += '.pear-admin .user a:hover{color:'+color+'!important}' style += '.pear-admin .user .layui-this a:hover{color:white!important}' style += '.pear-notice .layui-this{color:'+color+'!important}' + style += '.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i{color:' + color + ' !important}'; var colorPane = $("#pear-admin-color"); if(colorPane.length>0){ colorPane.html(style);