Changed arrow colours

This commit is contained in:
Marc Cataford 2015-12-22 21:32:02 -05:00
parent cadaa8c3ce
commit 77d888e20f

View file

@ -81,12 +81,12 @@ html.fp-enabled,
left: 15px;
width: 0;
border-width: 38.5px 34px 38.5px 0;
border-color: transparent #fff transparent transparent;
border-color: transparent #727272 transparent transparent;
}
.fp-controlArrow.fp-next {
right: 15px;
border-width: 38.5px 0 38.5px 34px;
border-color: transparent transparent transparent #fff;
border-color: transparent transparent transparent #727272;
}
.fp-scrollable {
overflow: scroll;
@ -182,7 +182,7 @@ html.fp-enabled,
#fp-nav ul li .fp-tooltip {
position: absolute;
top: -2px;
color: #fff;
color: #727272;
font-size: 14px;
font-family: arial, helvetica, sans-serif;
white-space: nowrap;