update component/pear/module/theme.js.

master
就眠仪式 2021-05-25 14:51:34 +08:00 committed by Gitee
parent 37619ca2cb
commit 83c8e94a78
1 changed files with 1 additions and 0 deletions

View File

@ -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);