From d992efc1760e3484a16903f85e1e4d44000907e9 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Wed, 19 Oct 2016 18:25:22 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 3 +++ frontend/web/js/script.js | 3 +++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index bb96eb1..0fbddec 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2067,6 +2067,9 @@ p.right{text-align: right;} background-repeat:no-repeat; background-image: url('../images/hidem1.png'); } +.hidemenu.show a{ + background-image: url('../images/hidem2.png'); +} /**/ @media (min-width: 1200px){ .nav_up{ diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index a638449..cfc984f 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -112,5 +112,8 @@ $(document).ready( $(".simple-spoiler").toggleClass("just-closed"); } ); + $(".hidemenu").click(function(){ + $(this).toggleClass("show"); + }); } ); \ No newline at end of file -- libgit2 0.21.4