preview theme component for Rise 360. Lowers the opacity of video player controls on pause to contents under the controls can be seen more easily.
rise 360 video controller transparent on pause by philfoss
Details
Authorphilfoss
LicenseCC
Categoryrise.articulate.com
Created
Updated
Size419 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name rise 360 video controller transparent on pause
@version 20231104.19.10
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://rise.articulate.com/share"), url-prefix("https://articulateusercontent.com/review"), url-prefix("https://360.articulate.com/review") {
div.vjs-paused .vjs-control-bar {
opacity:.2;
}
div.vjs-paused .vjs-control-bar:hover {
opacity:1;
}
}