You are here

like.css in Votingapi Widgets 8

.votingapi-widgets.like .like-rating a {
  border: none !important;
  margin-right: .5em;
  display: inline-block;
}

.votingapi-widgets.like .like-rating a.disabled {
  opacity: 0.5;
}

File

css/like.css
View source
  1. .votingapi-widgets.like .like-rating a {
  2. border: none !important;
  3. margin-right: .5em;
  4. display: inline-block;
  5. }
  6. .votingapi-widgets.like .like-rating a.disabled {
  7. opacity: 0.5;
  8. }