diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index b8c635c..8c8298e 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -98,15 +98,18 @@ header a.main:hover{ text-align: center; width: 14%; min-width: 130px; - position: relative; } -.menu li:after{ +.menu li a:after { content: ''; - top:0px; - right:0px; - width:1px; - height:10px; - background: grey; + top: calc(50% - 13px); + right: 0px; + width: 1px; + height: 25px; + background: #bbbbbb; + position: absolute; +} +.menu .dropd_menu li a:after{ + display: none; } .menu li a{ text-align: center; @@ -119,6 +122,7 @@ header a.main:hover{ background-image: url('../images/line2.png'); background-position: center 55px; background-repeat: no-repeat; + position: relative; } .menu li a:hover, .menu li a.active{ background-position: center 22.5px; -- libgit2 0.21.4