Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecss
/* Plain CSS */

div.irisIcon:before {
  font-family: 'FontAwesome';
}

div.iris-skipForward:before {
  content: "\f061";
}

div.iris-skipBackward:before {
  content: "\f060";
}

div.iris-thumbsUp:before {
  content: "\f164";
}

div.iris-thumbsDown:before {
  content: "\f165";
}


As for updating the font on the upNext font family and size:

Code Block
languagecss
.up-next-container .iris-upnext {
  font-size: 20px !important;
  font-family: Arial !important;
}


UpNext Customizations

Why isn't the UpNext widget showing? 

...