From 89600c422ca97fb3f21ae0fe5184c249ff095106 Mon Sep 17 00:00:00 2001 From: Til Date: Sat, 9 May 2026 10:17:32 +0200 Subject: [PATCH] some styling --- copyparty/web/browser.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 7263e5a6..7731a112 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1104,7 +1104,7 @@ html:not(.e) #ggrid>a.thumbed.dir:before { #ggrid>a.sel, #ggrid>a[tt].sel { color: var(--g-sel-fg); - background: #f3c; + background: #8af; background: var(--g-sel-bg); border-color: var(--g-sel-b1); } @@ -2202,7 +2202,7 @@ html.a .btn { line-height: 2.3em; margin-bottom: 1.5em; z-index: 3; - margin-top: -.5em; + margin-top: 0; top: 3.7em; transition: opacity .15s; }