Commit 044a8f411fff24c7e750f6d46713550475bae858
1 parent
66d4dd0e
git
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
frontend/web/css/style.css
| @@ -146,12 +146,13 @@ ul.header-contacts-menu li span { | @@ -146,12 +146,13 @@ ul.header-contacts-menu li span { | ||
| 146 | } | 146 | } |
| 147 | ul.header-contacts-menu li a { | 147 | ul.header-contacts-menu li a { |
| 148 | color: #0072bc; | 148 | color: #0072bc; |
| 149 | - text-decoration: underline; | 149 | + text-decoration: none; |
| 150 | font-size: 13px; | 150 | font-size: 13px; |
| 151 | height: 20px; | 151 | height: 20px; |
| 152 | display: block; | 152 | display: block; |
| 153 | line-height: 20px; | 153 | line-height: 20px; |
| 154 | } | 154 | } |
| 155 | +ul.header-contacts-menu li a:hover {text-decoration: underline} | ||
| 155 | ul.header-contacts-menu li:last-child a { | 156 | ul.header-contacts-menu li:last-child a { |
| 156 | text-decoration: dashed; | 157 | text-decoration: dashed; |
| 157 | } | 158 | } |
| @@ -185,7 +186,7 @@ ul.header-contacts-menu li:last-child a { | @@ -185,7 +186,7 @@ ul.header-contacts-menu li:last-child a { | ||
| 185 | } | 186 | } |
| 186 | .header-cabinet-wr a { | 187 | .header-cabinet-wr a { |
| 187 | float: left; | 188 | float: left; |
| 188 | - text-decoration: underline; | 189 | + text-decoration: none; |
| 189 | color: #0072bc; | 190 | color: #0072bc; |
| 190 | font-size: 13px; | 191 | font-size: 13px; |
| 191 | transition: 0.3s; | 192 | transition: 0.3s; |
| @@ -196,7 +197,7 @@ ul.header-contacts-menu li:last-child a { | @@ -196,7 +197,7 @@ ul.header-contacts-menu li:last-child a { | ||
| 196 | height: 15px; | 197 | height: 15px; |
| 197 | white-space: nowrap; | 198 | white-space: nowrap; |
| 198 | } | 199 | } |
| 199 | -.header-cabinet-wr a:hover{opacity: 0.9} | 200 | +.header-cabinet-wr a:hover{opacity: 0.9; text-decoration: underline} |
| 200 | .header-cabinet-wr a:before{ | 201 | .header-cabinet-wr a:before{ |
| 201 | content: ''; | 202 | content: ''; |
| 202 | height: 15px; | 203 | height: 15px; |