add opacity and revealing on hover
Frigate VPN widget hider by proviceunify
Details
Authorproviceunify
LicenseNo License
Categoryfrigate
Created
Updated
Size397 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 Frigate VPN widget hider
@version 20220311.18.52
@namespace userstyles.world/user/proviceunify
@description add opacity and revealing on hover
@author proviceunify
@license No License
==/UserStyle== */
@-moz-document url-prefix("http") {
#frigate_wr2 {
opacity: 0.05;
transition-duration: .3s;
}
#frigate_wr2:hover {
opacity: 1;
}
}