From 0e21886938431d9bee0ffae7b34d9d8a3cad9f00 Mon Sep 17 00:00:00 2001 From: BedBug2479 <43089040+BedBug2479@users.noreply.github.com> Date: Mon, 3 Jun 2024 17:23:43 +0530 Subject: [PATCH] update-user.css added transparant windows control bg --- src/user.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/user.css b/src/user.css index 642ccadd7..8c400c765 100644 --- a/src/user.css +++ b/src/user.css @@ -3262,3 +3262,21 @@ svg, background-color: rgba(var(--spice-rgb-main), 0.75); } +body::after { +content: ""; +position: absolute; +right: 0; +z-index: 999; +backdrop-filter: brightness(2.12); +/* page zoom [ctrl][+] or [ctrl][-] +edit width and height accordingly +69% = 194px 45px +76% = 177px 40.5px +83% = 162px 37.5px +91% = 148px 34px +100% = 135px 40px (default) +110% = 123px 28.5px +*/ +width: 135px; +height: 40px; +}