Custom H5P CSS setting in Boost peer reviewer wanted

Custom H5P CSS setting in Boost peer reviewer wanted

de Gareth J Barnard -
Número de respuestas: 0
Imagen de Core developers Imagen de Particularly helpful Moodlers Imagen de Plugin developers
Hello,

For M4.4 (hopefully), I've created a core improvement to the core code to allow the user to add custom CSS to the core H5P module.  This implementation is managed by MDL-79802, so if you have a Tracker account and are a developer, then I'm looking for a peer reviewer please sonrisa.  More information on https://moodledev.io/general/development/tracker and https://moodledev.io/general/development/process/peer-review.

As an example, you could use the following CSS to make the titles in a presentation, pink:

.h5p-course-presentation h2,
.h5p-course-presentation .h5p-footer .h5p-footer-toggle-keywords .current-slide-title {
    color: #fab;
} 
Thanks,

Gareth
Promedio de valoraciones:Useful (2)