From 8abe4786826b832b4aeed82ac413006d214fc7d2 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Fri, 30 May 2025 10:59:20 -0700 Subject: [PATCH] New: Decreased card border brightness slightly dev: used hardcoded border width for simplicity --- Theme/ElegantFin-theme-nightly.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 4922ede..28f09d7 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -200,7 +200,7 @@ html { .cardScalable { border-radius: var(--largeRadius); - border: var(--borderColor) solid calc(2 * var(--borderWidth)) !important; + border: var(--darkerBorderColor) solid var(--borderWidthDouble) !important; overflow: hidden !important; transition: transform 125ms; } @@ -1478,7 +1478,7 @@ progress+span { background: transparent; border-color: white; border-style: solid; - border-width: calc(2 * var(--borderWidth)); + border-width: var(--borderWidthDouble); outline: none; } @@ -2285,7 +2285,7 @@ div[data-role=controlgroup] a.ui-btn-active { .checkboxContainer:hover .checkboxOutline:not(.multiSelectCheckboxOutline) { border-color: var(--checkboxCheckedBgColor); - border-width: calc(2 * var(--borderWidth)); + border-width: var(--borderWidthDouble); } .raised:hover,