Skip to content

Commit

Permalink
Update introjs-rtl.css
Browse files Browse the repository at this point in the history
The progress bullets in RTL version were started form left and now start from right for RTL languages
  • Loading branch information
mdf092 authored May 28, 2017
1 parent 8333b45 commit c62df42
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion introjs-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@
-webkit-border-radius: 0.2em 0 0 0.2em;
-moz-border-radius: 0.2em 0 0 0.2em;
border-radius: 0.2em 0 0 0.2em;
}
}

.introjs-bullets ul li {
float: right;
}

0 comments on commit c62df42

Please sign in to comment.