Commit d992efc1760e3484a16903f85e1e4d44000907e9
1 parent
ad62f74d
123
Showing
2 changed files
with
6 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -2067,6 +2067,9 @@ p.right{text-align: right;} |
2067 | 2067 | background-repeat:no-repeat; |
2068 | 2068 | background-image: url('../images/hidem1.png'); |
2069 | 2069 | } |
2070 | +.hidemenu.show a{ | |
2071 | + background-image: url('../images/hidem2.png'); | |
2072 | +} | |
2070 | 2073 | /**/ |
2071 | 2074 | @media (min-width: 1200px){ |
2072 | 2075 | .nav_up{ | ... | ... |
frontend/web/js/script.js