From df39302cbc21614388afd5f399d72f45066044e0 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Tue, 9 Jun 2026 07:57:20 +0200 Subject: [PATCH] reduce amount of blurs in frutiger theme --- copyparty/web/browser.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index bad49b3a..038da8d7 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -172,7 +172,6 @@ html.by .btn { --hue: 140; --sat: 0.2; transition: all .15s; - backdrop-filter: blur(10px); /* Color Variables */ --fg: oklch(15% calc(var(--sat) * 0.5) var(--hue)); @@ -189,9 +188,11 @@ html.by #files thead th { } html.by #s_list h3{ border-radius: var(--radius) var(--radius) 0 0; + position: relative; } html.by #wtico { border-radius: var(--radius) 0 0 0; + position: relative; } html.by #ggrid>a:hover, html.by #ops a:hover, @@ -283,6 +284,9 @@ html.by #spaceFree { width: calc(100% - 3em); text-align: center; } +html.by .under { + top: auto; +} html.a { --btn-bs: 0 .05em 0 var(--bg-d3) inset; @@ -3941,7 +3945,7 @@ html.by #treepar { html.by #tree { border-color: #ddd; box-shadow: 0 0 1em #ddd; - background: color-mix(in srgb, var(--bg) 40%, transparent); + background: #88c8f3; }