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;}