Commit 47fc9a66f597bf347c338edbb225415347160afd
1 parent
207ef298
Веталь
Showing
1 changed file
with
10 additions
and
4 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1519,21 +1519,27 @@ input.custom-radio + label:hover { |
1519 | 1519 | width: 34px !important; |
1520 | 1520 | height: 50px !important; |
1521 | 1521 | background: #596065 !important; |
1522 | - top:50px !important; | |
1522 | + top:50% !important; | |
1523 | + margin: -25px 0 0 0 !important; | |
1523 | 1524 | opacity: 1 !important; |
1524 | 1525 | border-radius: 0 !important; |
1525 | 1526 | padding: 0!important; |
1526 | - margin: 0!important; | |
1527 | - position: relative; | |
1527 | + position: absolute; | |
1528 | +} | |
1529 | +.owl-controls .owl-buttons div:hover { | |
1530 | + background: #acafb2 !important; | |
1531 | + transition: 0.2s!important; | |
1528 | 1532 | } |
1529 | 1533 | .owl-controls .owl-buttons .owl-prev { |
1530 | 1534 | border-top-right-radius: 4px !important; |
1531 | 1535 | border-bottom-right-radius: 4px !important; |
1536 | + left: -20px; | |
1532 | 1537 | |
1533 | 1538 | } |
1534 | 1539 | .owl-controls .owl-buttons .owl-next { |
1535 | 1540 | border-top-left-radius: 4px !important; |
1536 | 1541 | border-bottom-left-radius: 4px !important; |
1542 | + right: -20px; | |
1537 | 1543 | |
1538 | 1544 | } |
1539 | 1545 | .owl-controls .owl-buttons div:before { |
... | ... | @@ -1543,7 +1549,7 @@ input.custom-radio + label:hover { |
1543 | 1549 | height: 22px; |
1544 | 1550 | background: url("../img/arrows_blocks.png") no-repeat; |
1545 | 1551 | top:50%; |
1546 | - margin-top: 11px; | |
1552 | + margin-top: -11px; | |
1547 | 1553 | left: 50%; |
1548 | 1554 | margin-left: -4px; |
1549 | 1555 | } | ... | ... |