mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
RTL: Flip half-star star ratings.
props SergeyBiryukov. fixes #26814. git-svn-id: https://develop.svn.wordpress.org/trunk@26952 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -10109,6 +10109,12 @@ div.star-holder .star-rating {
|
||||
content:'\f459';
|
||||
}
|
||||
|
||||
.rtl .star-rating .star-half {
|
||||
-webkit-transform: rotateY(180deg);
|
||||
-ms-transform: rotateY(180deg);
|
||||
transform: rotateY(180deg);
|
||||
}
|
||||
|
||||
.star-rating .star-empty:before {
|
||||
content:'\f154';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user