.star-title{
    cursor: pointer;
}

.star-title:hover{
    cursor: pointer;
    background-color: #00aced;
    color: #FFF;
}