From fa1e66679875e986427631c7411f790b1fd18f0d Mon Sep 17 00:00:00 2001 From: inkss Date: Mon, 25 Mar 2024 23:42:51 +0800 Subject: [PATCH] Update cursor.styl: fix #916 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 自定义鼠标,悬浮在自定义右键菜单的导航栏项目上时,自定义鼠标不生效 --- source/css/_style/_plugins/cursor.styl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/css/_style/_plugins/cursor.styl b/source/css/_style/_plugins/cursor.styl index 02a3b8423..b8e0d603c 100644 --- a/source/css/_style/_plugins/cursor.styl +++ b/source/css/_style/_plugins/cursor.styl @@ -42,7 +42,7 @@ a:not([href]) p, button[disabled],html input[disabled], .article .widget, #l_body .post section.meta .new-meta-box .new-meta-item .notlink, -ul.list-v.rightmenu a, +#rightmenu-wrapper ul.list-v.rightmenu a, span.btn a:not([href]), div.tabs ul.nav-tabs li.tab.active a, kbd, @@ -70,7 +70,8 @@ input[type=submit], table::-webkit-scrollbar-thumb, scrollbar::-webkit-scrollbar-thumb, #scroll-down, -ul.list-v.rightmenu li.music a.nav.volume .aplayer-volume-bar, +#rightmenu-wrapper .aplayer-volume-bar, +#rightmenu-wrapper li.music.ctrl a, #u-search .modal .modal-header .btn-close, #u-search .modal .modal-footer .nav, article .checkbox input,