diff options
author | Ajay <[email protected]> | 2023-03-17 22:11:13 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-03-17 22:11:13 -0400 |
commit | 18f860c6a263161817665c315c5a047798b78c10 (patch) | |
tree | 8c86a9de5094cccb10c5f70c1f74d32fa15c0d6d | |
parent | 5d610a342f29f34dcac143a54f9b419a0eec7a24 (diff) | |
download | SponsorBlock-18f860c6a263161817665c315c5a047798b78c10.tar.gz SponsorBlock-18f860c6a263161817665c315c5a047798b78c10.zip |
Increase opacity on hover
-rw-r--r-- | public/content.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/content.css b/public/content.css index 360d0987..c0a6f3ff 100644 --- a/public/content.css +++ b/public/content.css @@ -815,7 +815,7 @@ input::-webkit-inner-spin-button { border-radius: 2em; z-index: 1000; background-color: var(--category-color, #000); - opacity: 70%; + opacity: 0.7; box-shadow: 0 0 8px 2px #333; } @@ -837,6 +837,7 @@ input::-webkit-inner-spin-button { .sponsorThumbnailLabel:hover { border-radius: 0.25em; + opacity: 1; } .sponsorThumbnailLabel:hover span { |