Commit 58583cf343ae421576518299322c6d478b3b10d0
1 parent
612a4ea1
test commit
Showing
1 changed file
with
9 additions
and
9 deletions
Show diff stats
frontend/web/css/css_header.css
@@ -9556,10 +9556,10 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { | @@ -9556,10 +9556,10 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { | ||
9556 | border-radius: 100% !important; | 9556 | border-radius: 100% !important; |
9557 | background: none!important; | 9557 | background: none!important; |
9558 | } | 9558 | } |
9559 | -#top .owl-prev:hover, #top .owl-next:hover { | 9559 | +.home-popular-slider .owl-prev:hover, .home-popular-slider .owl-next:hover { |
9560 | background: #a7acb0 !important; | 9560 | background: #a7acb0 !important; |
9561 | } | 9561 | } |
9562 | -#top .owl-prev:before, #top .owl-next:before { | 9562 | +.home-popular-slider .owl-prev:before, .home-popular-slider .owl-next:before { |
9563 | background: url("../images/new_img/ico/ico-19.png") !important; | 9563 | background: url("../images/new_img/ico/ico-19.png") !important; |
9564 | background-repeat: no-repeat !important; | 9564 | background-repeat: no-repeat !important; |
9565 | width: 5px; | 9565 | width: 5px; |
@@ -9570,28 +9570,28 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { | @@ -9570,28 +9570,28 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { | ||
9570 | margin-left: -3px; | 9570 | margin-left: -3px; |
9571 | } | 9571 | } |
9572 | 9572 | ||
9573 | -#top .owl-prev:before { | 9573 | +.home-popular-slider .owl-prev:before { |
9574 | background-position: 0 0 !important; | 9574 | background-position: 0 0 !important; |
9575 | } | 9575 | } |
9576 | -#top .owl-next:before { | 9576 | +.home-popular-slider .owl-next:before { |
9577 | background-position: -5px 0 !important; | 9577 | background-position: -5px 0 !important; |
9578 | } | 9578 | } |
9579 | -#top .owl-next { | 9579 | +.home-popular-slider .owl-next { |
9580 | right: 13px !important; | 9580 | right: 13px !important; |
9581 | } | 9581 | } |
9582 | -#top .owl-prev:hover:before, #top .owl-next:hover:before { | 9582 | +.home-popular-slider .owl-prev:hover:before, #top .owl-next:hover:before { |
9583 | background: url("../images/new_img/ico/ico-20.png") !important; | 9583 | background: url("../images/new_img/ico/ico-20.png") !important; |
9584 | } | 9584 | } |
9585 | -#top .owl-next:hover:before {background-position: -5px 0 !important;} | 9585 | +.home-popular-slider .owl-next:hover:before {background-position: -5px 0 !important;} |
9586 | /****************/ | 9586 | /****************/ |
9587 | /*******new-slider*********/ | 9587 | /*******new-slider*********/ |
9588 | .new-slider-wr .item { | 9588 | .new-slider-wr .item { |
9589 | width: 100%; | 9589 | width: 100%; |
9590 | - | 9590 | + text-align: center; |
9591 | 9591 | ||
9592 | } | 9592 | } |
9593 | .new-slider-wr .item img { | 9593 | .new-slider-wr .item img { |
9594 | - width: 100%; | 9594 | + |
9595 | } | 9595 | } |
9596 | .new-slider-wr .owl-buttons {display: none;} | 9596 | .new-slider-wr .owl-buttons {display: none;} |
9597 | #prev_slide, #next_slide { | 9597 | #prev_slide, #next_slide { |