fix for dev

This commit is contained in:
Jerry
2020-06-04 12:27:37 +03:00
parent ade37e3d22
commit 6834da2b08
3 changed files with 29 additions and 29 deletions

View File

@@ -154,7 +154,7 @@ require_once 'inc/walker-nav-menu.php';
if ($('#header-parser .sign-block').length){ if ($('#header-parser .sign-block').length){
inHTML = $('#header-parser .sign-block')[0].outerHTML; inHTML = $('#header-parser .sign-block')[0].outerHTML;
$('header .cont').append(inHTML); $('header .cont').append(inHTML);
$('.mobile-nav').append(inHTML); $('.mobile-nav .mm-bg').append(inHTML);
} }
if ($('#header-parser #is-guest').length){ if ($('#header-parser #is-guest').length){
$('#header-parser #is-guest').appendTo($('header .cont')); $('#header-parser #is-guest').appendTo($('header .cont'));

View File

@@ -134,37 +134,37 @@ header {
text-shadow: none; } text-shadow: none; }
header .mobile-menu .btn-toggle-menu:hover { header .mobile-menu .btn-toggle-menu:hover {
color: #999; } color: #999; }
header .mobile-nav { header .mobile-nav .mm-bg {
background: #fff; background: #fff;
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); } box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); }
header .mobile-nav .header-menu li a { header .mobile-nav .header-menu li a {
color: #0c4e91; } color: #0c4e91; }
header .mobile-nav .header-menu li a:hover { header .mobile-nav .header-menu li a:hover {
color: #0c4e91; color: #0c4e91;
background: rgba(0, 0, 0, 0.1); } background: rgba(0, 0, 0, 0.1); }
header .mobile-nav .sign-block .signed-user-block .dropdown-menu a { header .mobile-nav .sign-block .signed-user-block .dropdown-menu a {
color: #333; } color: #333; }
header .mobile-nav .sign-block .signed-user-block .dropdown-menu a:hover { header .mobile-nav .sign-block .signed-user-block .dropdown-menu a:hover {
color: #333; color: #333;
background: rgba(0, 0, 0, 0.1); } background: rgba(0, 0, 0, 0.1); }
header .mobile-nav .sign-block .button.bordered { header .mobile-nav .sign-block .button.bordered {
border: none; border: none;
border-radius: 0; border-radius: 0;
line-height: normal; line-height: normal;
height: auto; height: auto;
opacity: 1; }
header .mobile-nav .sign-block .button.mp-top-left {
background: #fff;
color: #ff6b00;
border-radius: 0;
line-height: normal;
height: auto;
border: none; }
header .mobile-nav .sign-block .button.mp-top-left:hover {
background: #ff6b00;
color: #fff;
opacity: 1; } opacity: 1; }
header .mobile-nav .sign-block .button.mp-top-left {
background: #fff;
color: #ff6b00;
border-radius: 0;
line-height: normal;
height: auto;
border: none; }
header .mobile-nav .sign-block .button.mp-top-left:hover {
background: #ff6b00;
color: #fff;
opacity: 1; }
footer.v2 { footer.v2 {
color: #fff; color: #fff;

File diff suppressed because one or more lines are too long