From 6fdf7aaf97e5a3f21cd7abf8043fbd35df5056e1 Mon Sep 17 00:00:00 2001 From: Linda <2294690300@qq.com> Date: Tue, 23 May 2017 17:25:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=B3=A8=E5=86=8C=E9=A1=B5?= =?UTF-8?q?=E7=9A=84=E8=83=8C=E6=99=AF=E8=89=B2=E8=A2=AB=E5=88=92=E5=88=86?= =?UTF-8?q?=E6=88=90=E4=B8=A4=E5=9D=97=E4=BA=86=EF=BC=8C=E8=AF=B7=E5=8F=96?= =?UTF-8?q?=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/css/edu-public.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/css/edu-public.css b/public/stylesheets/css/edu-public.css index fecfa1809..40b887ecc 100644 --- a/public/stylesheets/css/edu-public.css +++ b/public/stylesheets/css/edu-public.css @@ -31,7 +31,7 @@ select.header-search-select{ border:none; font-size:14px; padding:5px; backgroun .inner-nav-user:hover .task-user-dropdown{ display:block;} dropdown{display: inline-block; height:30px; line-height:1.9; font-size:12px; } dropdown label, dropdown ul li{ display: block; width:42px; padding:4px 10px; text-align: center;border-radius:3px; color:#666;} - dropdown ul li:hover{background: #eee; color:#666;cursor: pointer;} +dropdown ul li:hover{background: #eee; color:#666;cursor: pointer;} dropdown label{color: #666;border-radius: 3px 0 0 3px; position: relative; z-index: 2; width:50px; text-align: center; height:22px;} dropdown input{display: none;} dropdown input:checked + label{ background: #fff;color:#666;}