diff --git a/css/jquery.rating.css b/css/jquery.rating.css index fcf12c4..46717d6 100644 --- a/css/jquery.rating.css +++ b/css/jquery.rating.css @@ -1,18 +1,18 @@ -/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */ -div.rating-cancel,div.star-rating{float:left;width:17px;height:17px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden} -div.rating-cancel,div.rating-cancel a{background:url(delete.gif) no-repeat 0 -16px} -div.star-rating,div.star-rating a{background:url(star.png) no-repeat 0 0px} -div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 -38px;border:0} -div.star-rating-on a{background-position:0 0px!important} -div.star-rating-hover a{background-position:0 -18px} -div.rating-cancel a:hover{background-position:0 -16px} -/* Read Only CSS */ -div.star-rating-readonly a{cursor:default !important} -/* Partial Star CSS */ -div.star-rating{background:transparent!important;overflow:hidden!important} -/* END jQuery.Rating Plugin CSS */ -#tabs { - width:60%; - float:left; - margin-right:10px; -} +/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */ +#bsf-rating div.rating-cancel,#bsf-rating div.star-rating{float:left;width:17px;height:17px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden} +div.rating-cancel,div.rating-cancel a{background:url(delete.gif) no-repeat 0 -16px} +div.star-rating,div.star-rating a{background:url(star.png) no-repeat 0 0px} +div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 -38px;border:0} +div.star-rating-on a{background-position:0 0px!important} +div.star-rating-hover a{background-position:0 -18px} +div.rating-cancel a:hover{background-position:0 -16px} +/* Read Only CSS */ +div.star-rating-readonly a{cursor:default !important} +/* Partial Star CSS */ +div.star-rating{background:transparent!important;overflow:hidden!important} +/* END jQuery.Rating Plugin CSS */ +#tabs { + width:60%; + float:left; + margin-right:10px; +} diff --git a/readme.txt b/readme.txt index 0465beb..b904f0d 100644 --- a/readme.txt +++ b/readme.txt @@ -80,6 +80,9 @@ Review, Event, People, Product, Recipe, Software Application, Video, Articles et == Changelog == += 1.6.8 = +- Fixed - Ratings not visible on single product pages with Divi theme. + = 1.6.7 = - Fixed - Customizer not loading when All In One Schema Rich Snippets plugin is active.