Skip to content

Commit

Permalink
Merge pull request woocommerce#1048 from nibushibu/patch-1
Browse files Browse the repository at this point in the history
Adds line-height setting for flex-direction-nav in the CSS file.
  • Loading branch information
mattyza committed Jun 4, 2014
2 parents 2456256 + 72df2ae commit e0e900c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexslider.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ html[xmlns] .slides {display: block;}
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a:before { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before { content: '\f002'; }

/* Pause/Play */
Expand Down

0 comments on commit e0e900c

Please sign in to comment.