Css file of a player

is there any deafult css file for a standard kaltura player? instead of inspecting each element in google dev, I would like to modify a deafult css, icluding url for icons -> upload -> done :wink:

The player uses 2 major CSS files:

  1. For icons: https://github.com/kaltura/mwEmbed/blob/master/skins/kdark/css/icons.css
  2. For layout: https://github.com/kaltura/mwEmbed/blob/master/skins/kdark/css/layout.css

In addition, some components such as the β€œShare” plugin has their own CSS files for their specific requirements.

thank you!! this was helpful :slight_smile: