- fix css

parent 7dcd9264
...@@ -2819,3 +2819,9 @@ width: 95%; ...@@ -2819,3 +2819,9 @@ width: 95%;
.bx-wrapper { .bx-wrapper {
min-height: 413px; min-height: 413px;
} }
.bx-wrapper .bx-prev:hover {
background: #00bce7 url(../images/arrow_left.png) no-repeat center center;
}
.bx-wrapper .bx-next:hover {
background: #00bce7 url(../images/arrow_right.png) no-repeat center center;
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment