Commit d992efc1760e3484a16903f85e1e4d44000907e9

Authored by Eugeny Galkovskiy
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,6 +2067,9 @@ p.right{text-align: right;}
2067 background-repeat:no-repeat; 2067 background-repeat:no-repeat;
2068 background-image: url('../images/hidem1.png'); 2068 background-image: url('../images/hidem1.png');
2069 } 2069 }
  2070 +.hidemenu.show a{
  2071 + background-image: url('../images/hidem2.png');
  2072 +}
2070 /**/ 2073 /**/
2071 @media (min-width: 1200px){ 2074 @media (min-width: 1200px){
2072 .nav_up{ 2075 .nav_up{
frontend/web/js/script.js
@@ -112,5 +112,8 @@ $(document).ready( @@ -112,5 +112,8 @@ $(document).ready(
112 $(".simple-spoiler").toggleClass("just-closed"); 112 $(".simple-spoiler").toggleClass("just-closed");
113 } 113 }
114 ); 114 );
  115 + $(".hidemenu").click(function(){
  116 + $(this).toggleClass("show");
  117 + });
115 } 118 }
116 ); 119 );
117 \ No newline at end of file 120 \ No newline at end of file