From 990f915f42dbc6fb129efeddaf75727b6075829b Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 12 Aug 2021 22:31:07 +0200 Subject: [PATCH] ui tweaks --- copyparty/web/baguettebox.js | 4 ++-- copyparty/web/browser.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/copyparty/web/baguettebox.js b/copyparty/web/baguettebox.js index 65be4dc5..485c29b0 100644 --- a/copyparty/web/baguettebox.js +++ b/copyparty/web/baguettebox.js @@ -349,8 +349,8 @@ window.baguetteBox = (function () { img.style.boxShadow = sel ? '0 0 3em #f4a' : ''; img.style.borderRadius = sel ? '1em' : ''; btnSel.style.color = sel ? '#fff' : ''; - btnSel.style.background = sel ? '#f59' : ''; - btnSel.style.textShadow = sel ? '1px 1px 0 #937' : ''; + btnSel.style.background = sel ? '#d48' : ''; + btnSel.style.textShadow = sel ? '1px 1px 0 #b38' : ''; } function keyUpHandler(e) { diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 0c627edb..e29b28a5 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1406,6 +1406,7 @@ html.light #bbox-overlay figcaption a { font-size: 1.4em; line-height: 1.4em; vertical-align: top; + font-variant: small-caps; } #bbox-overlay button:focus, #bbox-overlay button:hover {