Makes the pause/play button transparent
Synclounge transparent pause button by ar1a
Details
Authorar1a
LicenseISC
Categoryapp.synclounge.tv
Created
Updated
Size480 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 Synclounge transparent pause button
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Makes the pause/play button transparent
@author ariashark
==/UserStyle== */
@-moz-document url-prefix("https://app.synclounge.tv/") {
/* Insert code here... */
.shaka-controls-container[casting=true] .shaka-play-button,
.shaka-controls-container[shown=true] .shaka-play-button {
opacity: 20%;
}
}