From 6719032b41cb4ef8445ca27e2609800bb4a232e0 Mon Sep 17 00:00:00 2001 From: Веталь Date: Thu, 26 May 2016 12:59:36 +0300 Subject: [PATCH] Веталь --- frontend/web/css/style.css | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 2aa1039..e30b8ac 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1513,4 +1513,38 @@ input.custom-radio + label:hover { .top, .wrap, .bottom, .fotter { position: relative; z-index: 2; -} \ No newline at end of file +} +.owl-pagination {display: none;} +.owl-controls .owl-buttons div { + width: 34px !important; + height: 50px !important; + background: #596065 !important; + top:50px !important; + opacity: 1 !important; + border-radius: 0 !important; + + position: relative; +} +.owl-controls .owl-buttons .owl-prev { + border-top-right-radius: 4px !important; + border-bottom-right-radius: 4px !important; + +} +.owl-controls .owl-buttons .owl-next { + border-top-left-radius: 4px !important; + border-bottom-left-radius: 4px !important; + +} +.owl-controls .owl-buttons div:before { + position: absolute; + content: ''; + width: 8px; + height: 22px; + background: url("../img/arrows_blocks.png") no-repeat; +} +.owl-controls .owl-buttons .owl-prev:before { + background-position: 0 0; +} +.owl-controls .owl-buttons .owl-next:before { + background-position: -8px 0; +} -- libgit2 0.21.4