diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index e30b8ac..25a11bf 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1522,7 +1522,8 @@ input.custom-radio + label:hover { top:50px !important; opacity: 1 !important; border-radius: 0 !important; - + padding: 0!important; + margin: 0!important; position: relative; } .owl-controls .owl-buttons .owl-prev { @@ -1541,6 +1542,10 @@ input.custom-radio + label:hover { width: 8px; height: 22px; background: url("../img/arrows_blocks.png") no-repeat; + top:50%; + margin-top: 11px; + left: 50%; + margin-left: -4px; } .owl-controls .owl-buttons .owl-prev:before { background-position: 0 0; -- libgit2 0.21.4