diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 25a11bf..b5463e1 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1519,21 +1519,27 @@ input.custom-radio + label:hover { width: 34px !important; height: 50px !important; background: #596065 !important; - top:50px !important; + top:50% !important; + margin: -25px 0 0 0 !important; opacity: 1 !important; border-radius: 0 !important; padding: 0!important; - margin: 0!important; - position: relative; + position: absolute; +} +.owl-controls .owl-buttons div:hover { + background: #acafb2 !important; + transition: 0.2s!important; } .owl-controls .owl-buttons .owl-prev { border-top-right-radius: 4px !important; border-bottom-right-radius: 4px !important; + left: -20px; } .owl-controls .owl-buttons .owl-next { border-top-left-radius: 4px !important; border-bottom-left-radius: 4px !important; + right: -20px; } .owl-controls .owl-buttons div:before { @@ -1543,7 +1549,7 @@ input.custom-radio + label:hover { height: 22px; background: url("../img/arrows_blocks.png") no-repeat; top:50%; - margin-top: 11px; + margin-top: -11px; left: 50%; margin-left: -4px; } -- libgit2 0.21.4