From 7086d2a305f85327c7243e52af5320a5fed1861e Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 14 Oct 2023 10:01:03 +0000 Subject: [PATCH] ie9 support --- copyparty/web/browser.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index e9652a1a..2fa65426 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1777,6 +1777,7 @@ html.y #tree.nowrap .ntree a+a:hover { display: none; } .ghead { + background: #fff; background: var(--bg-u2); border-radius: .3em; padding: .2em .5em; @@ -1807,6 +1808,7 @@ html.y #tree.nowrap .ntree a+a:hover { padding: 0; } #rui { + background: #fff; background: var(--bg); position: fixed; top: 0; @@ -1863,6 +1865,7 @@ html.y #tree.nowrap .ntree a+a:hover { } #doc { overflow: visible; + background: #fff; background: var(--bg); margin: -1em 0 .5em 0; padding: 1em 0 1em 0;