From 29160bd92c510f2aa7e876e592b7d9043009f9fa Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sun, 19 Jan 2025 20:02:46 +0530 Subject: [PATCH] New: Use a monospace font in Custom CSS Box --- Theme/ElegantFin-theme-nightly.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 155b577..4d1f572 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1460,6 +1460,10 @@ div[data-role=controlgroup] a.ui-btn-active { background-color: rgb(255 255 255 / 5%); } +.emby-textarea{ + font-family: consolas; +} + .emby-select-withcolor, .emby-select, .emby-input,