Commit e4f8f25dc6bc8e947f7c6704456ef6415441ea0a
1 parent
fab58f4a
Веталь
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -546,7 +546,7 @@ ul.social {margin-top: 20px;} |
546 | 546 | |
547 | 547 | .delivery-data{margin-bottom:27px;position:relative;background: #95ba2f;display:none;border-radius: 5px;float: left;box-sizing: border-box; padding: 14px 20px; color: #fff; font-size: 13px;} |
548 | 548 | |
549 | -.jcarousel-next-disabled, .jcarousel-prev-disabled {display: none !important;} | |
549 | +.jcarousel-next-disabled, .jcarousel-prev-disabled {opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";} | |
550 | 550 | .content2 br {display: none;} |
551 | 551 | .pixbox a { |
552 | 552 | width: 160px; |
... | ... | @@ -1482,4 +1482,4 @@ input.custom-radio + label:hover { |
1482 | 1482 | max-height: 90px; |
1483 | 1483 | vertical-align: middle; |
1484 | 1484 | } |
1485 | -.jcarousel-skin-tango>li{display: none;} | |
1486 | 1485 | \ No newline at end of file |
1486 | +.jcarousel-skin-tango>li{display: none;} | ... | ... |