openlab-at-city-tech / webworkqa

WeBWorK integration for WordPress and BuddyPress
GNU General Public License v2.0
4 stars 2 forks source link

"like" button has white background #28

Closed moui72 closed 8 years ago

moui72 commented 8 years ago

The button containing the font-awesome "fa-heart" icon has a white background, which looks wrong for responses, since the response list has a light grey background.

I think the issue is the following CSS rule:

(I can't blame a file since I'm looking at concatenated files so everything is in app.css).

.ww-score button {
    background-color: #fff;
    cursor: pointer;
}
boonebgorges commented 8 years ago

Good call! Thanks for the ticket.