From 6988bf5736640414ec819420282aab4b7be4a3a4 Mon Sep 17 00:00:00 2001 From: bonkmaykr <42302831+bonkmaykrQ@users.noreply.github.com> Date: Fri, 9 Jul 2021 14:25:11 -0500 Subject: [PATCH] frosted glass tooltip / color adjustments --- glacier.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/glacier.css b/glacier.css index ff57e77..7089df9 100644 --- a/glacier.css +++ b/glacier.css @@ -170,8 +170,9 @@ keyframes bmSelectionColor { statelabel { text-shadow:0px 0px 2px black, 0px 0px 2px black, 0px 0px 2px black; color:white !important; - font-family:statelabel; background: #40a0a080; - border: 1px solid #40a0a0; + font-family:statelabel; + background: #ffffff55; + border: 1px solid #ffffff88; } .OnlineStatus > statelabel {border:none;} @@ -529,3 +530,6 @@ button.IconButton span, button.IconButton hoverAlt, .ButtonLike.IconButton span, } button.Selected:not(.ExtendedContentButton), button.Expanded:not(.ExtendedContentButton), .ButtonLike.Selected, .ButtonLike.Expanded {background:#00ffaa88 !important;} + +.BananaTip:not([style*="background"]), .AvatarTooltip:not([style*="background"]) {backdrop-filter: blur(5px);background:rgba(0,0,0,0.4) !important;} +