Skip to content

Commit

Permalink
Update lightSlider.css
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinchoolur committed Jun 23, 2014
1 parent 0bad6a6 commit d536423
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lightSlider/css/lightSlider.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** /!!! core css Should not edit !!!/**/
/** /!!! core css do not edit !!!/**/

.csSlideOuter {
overflow: hidden;
Expand Down Expand Up @@ -30,6 +30,7 @@
left: 0;
z-index: 9;
margin-right: 0;
width: 100%;
}
.csSlideWrapper.usingCss .csFade > li {
opacity: 0;
Expand Down Expand Up @@ -69,6 +70,8 @@
overflow: hidden;
text-indent: -999em;
width: 8px;
position: relative;
z-index: 99;
-webkit-transition: all 0.5s linear 0s;
transition: all 0.5s linear 0s;
}
Expand Down

0 comments on commit d536423

Please sign in to comment.