Merge pull request #3840 from Jerryby/wordpress

fix for dev
This commit is contained in:
gregory-p
2020-06-04 12:28:27 +03:00
committed by GitHub
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){
inHTML = $('#header-parser .sign-block')[0].outerHTML;
$('header .cont').append(inHTML);
$('.mobile-nav').append(inHTML);
$('.mobile-nav .mm-bg').append(inHTML);
}
if ($('#header-parser #is-guest').length){
$('#header-parser #is-guest').appendTo($('header .cont'));

View File

@@ -134,37 +134,37 @@ header {
text-shadow: none; }
header .mobile-menu .btn-toggle-menu:hover {
color: #999; }
header .mobile-nav {
header .mobile-nav .mm-bg {
background: #fff;
-webkit-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 {
color: #0c4e91; }
header .mobile-nav .header-menu li a:hover {
color: #0c4e91;
background: rgba(0, 0, 0, 0.1); }
header .mobile-nav .sign-block .signed-user-block .dropdown-menu a {
color: #333; }
header .mobile-nav .sign-block .signed-user-block .dropdown-menu a:hover {
color: #333;
background: rgba(0, 0, 0, 0.1); }
header .mobile-nav .sign-block .button.bordered {
border: none;
border-radius: 0;
line-height: normal;
height: auto;
header .mobile-nav .header-menu li a {
color: #0c4e91; }
header .mobile-nav .header-menu li a:hover {
color: #0c4e91;
background: rgba(0, 0, 0, 0.1); }
header .mobile-nav .sign-block .signed-user-block .dropdown-menu a {
color: #333; }
header .mobile-nav .sign-block .signed-user-block .dropdown-menu a:hover {
color: #333;
background: rgba(0, 0, 0, 0.1); }
header .mobile-nav .sign-block .button.bordered {
border: none;
border-radius: 0;
line-height: normal;
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; }
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 {
color: #fff;

File diff suppressed because one or more lines are too long