Rate function in javascript
This commit is contained in:
@ -321,6 +321,7 @@ button .icon {
|
||||
}
|
||||
.rate-stars .icon {
|
||||
cursor: pointer;
|
||||
color: goldenrod;
|
||||
}
|
||||
.rate-stars form {
|
||||
display: inline;
|
||||
@ -331,7 +332,12 @@ button .icon {
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: goldenrod;
|
||||
}
|
||||
.rate-stars:hover .icon:before {
|
||||
content: '\e9d9';
|
||||
}
|
||||
.rate-stars form:hover ~ form .icon:before{
|
||||
content: '\e9d7';
|
||||
}
|
||||
|
||||
.review-form .rate-stars:hover .icon:before {
|
||||
@ -340,10 +346,6 @@ button .icon {
|
||||
.review-form .rate-stars label {
|
||||
display: inline;
|
||||
}
|
||||
.review-form .rate-stars form:hover ~ form .icon:before{
|
||||
content: '\e9d7';
|
||||
}
|
||||
|
||||
.review-form .rate-stars input + .icon:before {
|
||||
content: '\e9d9';
|
||||
}
|
||||
|
Reference in New Issue
Block a user