|
|
@ -57,6 +57,7 @@ |
|
|
|
vertical-align: top; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/******************************* |
|
|
|
Types |
|
|
|
*******************************/ |
|
|
@ -67,12 +68,14 @@ |
|
|
|
|
|
|
|
/* Inactive */ |
|
|
|
.ui.star.rating .icon { |
|
|
|
width: @starIconHitbox; |
|
|
|
color: @starInactiveColor; |
|
|
|
} |
|
|
|
|
|
|
|
/* Active Star */ |
|
|
|
.ui.star.rating .active.icon { |
|
|
|
color: @starActiveColor !important; |
|
|
|
text-shadow: @starActiveShadow; |
|
|
|
} |
|
|
|
|
|
|
|
/* Hovered Star */ |
|
|
@ -81,18 +84,30 @@ |
|
|
|
color: @starHoverColor !important; |
|
|
|
} |
|
|
|
|
|
|
|
.ui.star.rating.partial { |
|
|
|
position: relative; |
|
|
|
z-index: 1; |
|
|
|
} |
|
|
|
.ui.star.rating.partial:before { |
|
|
|
position: absolute; |
|
|
|
z-index: -1; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*------------------- |
|
|
|
Heart |
|
|
|
--------------------*/ |
|
|
|
|
|
|
|
.ui.star.rating .icon { |
|
|
|
.ui.heart.rating .icon { |
|
|
|
width: @heartIconHitbox; |
|
|
|
color: @heartInactiveColor; |
|
|
|
} |
|
|
|
|
|
|
|
/* Active Heart */ |
|
|
|
.ui.heart.rating .active.icon { |
|
|
|
color: @heartActiveColor !important; |
|
|
|
text-shadow: @heartActiveShadow; |
|
|
|
} |
|
|
|
|
|
|
|
/* Hovered Heart */ |
|
|
|