diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 1359322..0a48860 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1591,7 +1591,8 @@ ul.breadcrumb li a { } .link-cat:before { height: 75px; - background: url("../images/shadow-cat.png") repeat-x; + background: #000; + opacity: 0.5; position: absolute; bottom: 0; left: 0; @@ -2609,7 +2610,6 @@ y-axis @media (max-width: 1200px) { - .link-cat {height: 116px;} /*[class*="moz-"] {*/ /*height: 62px;*/ /*}*/ @@ -2722,6 +2722,12 @@ y-axis @media (max-width: 896px) { } + +@media (max-width: 880px) { + .link-cat:before { + height: 100%; + } +} @media (max-width: 850px) { .link-cat { height: 136px; diff --git a/frontend/web/css/style.min.css b/frontend/web/css/style.min.css index 6faafb8..5f56c35 100755 --- a/frontend/web/css/style.min.css +++ b/frontend/web/css/style.min.css @@ -1837,8 +1837,9 @@ ul.breadcrumb li a { } .link-cat:before { - height: 75px; - background: url(../images/shadow-cat.png) repeat-x + height:75px; + background: #000; + opacity: 0.5; } .link-cat p { @@ -2940,10 +2941,6 @@ ul.breadcrumb li a { } @media (max-width: 1200px) { - .link-cat { - height: 116px - } - ul.main-menu li a { padding: 0 11px 0 12px } @@ -3079,6 +3076,11 @@ ul.breadcrumb li a { } } +@media (max-width: 880px) { + .link-cat:before { + height: 100%; + } +} @media (max-width: 850px) { .link-cat { height: 136px -- libgit2 0.21.4