Skip to content

Commit

Permalink
unsaturate tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrax-10 committed Feb 17, 2024
1 parent 4ab6dd8 commit 43a15f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Themes/PlexBetterStyles/theme/components/tooltip/tooltip.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// fix cards tooltips
.popover {
background-color: rgba(0, 0, 0, 0.3) !important;
backdrop-filter: blur(10px) saturate(60%);
backdrop-filter: blur(10px);
}

// fix no of images in gallery card and common tooltips
.tooltip-inner {
background-color: rgba(0, 0, 0, 0.5);
}
.tooltip {
backdrop-filter: blur(10px) saturate(60%);
backdrop-filter: blur(10px);
padding: 0;
padding-top: 0.4rem;
}

0 comments on commit 43a15f7

Please sign in to comment.