diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 4f2e9c7..c4a4c1b 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -7015,8 +7015,8 @@ li.active-menu-admin:hover a .ico_num { list-style: none; float: left; background: #f1f1f1; - height: 42px; - line-height: 42px; + height: 40px; + line-height: 40px; color: inherit; font-size: 15px; cursor: pointer; @@ -7047,7 +7047,7 @@ li.active-menu-admin:hover a .ico_num { border-bottom: 1px solid #fff; position: absolute; left: 0; - bottom: 2px; + bottom: 0; content: ''; box-sizing: border-box; } -- libgit2 0.21.4