jquery-unslider
Version:
Repackage of Unslider jQuery slider
28 lines (22 loc) • 406 B
text/less
.unslider-nav {
ol {
list-style: none;
text-align: center;
li {
display: inline-block;
width: 6px;
height: 6px;
margin: 0 4px;
background: transparent;
border-radius: 5px;
overflow: hidden;
text-indent: -999em;
border: 2px solid @unslider-dot-colour;
cursor: pointer;
&.unslider-active {
background: @unslider-dot-colour;
cursor: default;
}
}
}
}