Changed arrow colours
This commit is contained in:
parent
cadaa8c3ce
commit
77d888e20f
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue