diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 2e39d66..ef09015 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -146,12 +146,13 @@ ul.header-contacts-menu li span { } ul.header-contacts-menu li a { color: #0072bc; - text-decoration: underline; + text-decoration: none; font-size: 13px; height: 20px; display: block; line-height: 20px; } +ul.header-contacts-menu li a:hover {text-decoration: underline} ul.header-contacts-menu li:last-child a { text-decoration: dashed; } @@ -185,7 +186,7 @@ ul.header-contacts-menu li:last-child a { } .header-cabinet-wr a { float: left; - text-decoration: underline; + text-decoration: none; color: #0072bc; font-size: 13px; transition: 0.3s; @@ -196,7 +197,7 @@ ul.header-contacts-menu li:last-child a { height: 15px; white-space: nowrap; } -.header-cabinet-wr a:hover{opacity: 0.9} +.header-cabinet-wr a:hover{opacity: 0.9; text-decoration: underline} .header-cabinet-wr a:before{ content: ''; height: 15px; -- libgit2 0.21.4