From 0f62c67250161e751c4d38aa69da85933873170c Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Thu, 4 Jun 2026 20:54:55 +0200 Subject: [PATCH] IE RCM fix --- copyparty/web/browser.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index d3e42f73..2a72f114 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -5168,10 +5168,12 @@ html.e #actionsArea { position: fixed; overflow-y: auto; display: none; - background: #fff; + background: #2f3236; background: var(--bg-u2); + border: 1px solid #46494d; border: 1px solid var(--bg-u5); outline: none; + border-radius: 5px; border-radius: var(--radius); box-shadow: 0 0 .3rem var(--bg-d3); z-index: 60; @@ -5198,6 +5200,7 @@ html.e #actionsArea { #rcm > .sep { margin: 0 .2rem; + border-bottom: 1px solid #46494d; border-bottom: 1px solid var(--bg-u5); }