...
|
...
|
@@ -866,7 +866,7 @@ |
|
|
height:20px;
|
|
|
width:90px;
|
|
|
cursor:pointer;
|
|
|
background: resolve(img/home/star.png) 0 -20px repeat-x;
|
|
|
background: resolve(home/star.png) 0 -20px repeat-x;
|
|
|
|
|
|
.star-1, .star-2, .star-3, .star-4, .star-5{
|
|
|
position: absolute;
|
...
|
...
|
@@ -877,7 +877,7 @@ |
|
|
width: 18px;
|
|
|
|
|
|
&.active {
|
|
|
background: resolve(img/home/star.png) repeat-x;
|
|
|
background: resolve(home/star.png) repeat-x;
|
|
|
}
|
|
|
}
|
|
|
.star-2{
|
...
|
...
|
@@ -895,7 +895,7 @@ |
|
|
|
|
|
&.editable > span{
|
|
|
&:hover{
|
|
|
background: resolve(img/home/star.png) repeat-x;
|
|
|
background: resolve(home/star.png) repeat-x;
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|