diff --git a/frontend/views/site/legal.php b/frontend/views/site/legal.php index 0acb289..75d77da 100644 --- a/frontend/views/site/legal.php +++ b/frontend/views/site/legal.php @@ -266,7 +266,7 @@ $this->registerJs($js, View::POS_END); -
+
@@ -365,10 +365,5 @@ $this->registerJs($js, View::POS_END);
-
-
- -
-
\ No newline at end of file diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index 095b326..51268cb 100644 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -367,6 +367,11 @@ section.blue-fon {padding-top: 25px;} } } @media(min-width:768px){ + .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{ + color: #555555; + background:initial; + } + .navbar ul.nav > li.active > a, .navbar ul.nav > li.open > a{border-color:#fff;} .navbar ul.nav > li > a { font-size: 13px; letter-spacing: -0.40px; @@ -391,7 +396,7 @@ section.blue-fon {padding-top: 25px;} left: 12px; transition:0.1s; } - .navbar ul.nav > li > a:hover::after, .navbar-default .navbar-nav > li > a:focus::after{ + .navbar ul.nav > li > a:hover::after, .navbar-default .navbar-nav > li > a:focus::after, .navbar ul.nav > li.active > a:after{ bottom: 18px; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{ -- libgit2 0.21.4