From 3d81a192b1243f3d2fb3b44a3f05d8f3473f3603 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Sat, 19 Jul 2025 21:32:54 -0500 Subject: [PATCH] bug fix: dialog header color --- www/html/_assets/themes/default/header.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/www/html/_assets/themes/default/header.css b/www/html/_assets/themes/default/header.css index bdfebdd..f5e2d24 100644 --- a/www/html/_assets/themes/default/header.css +++ b/www/html/_assets/themes/default/header.css @@ -10,6 +10,12 @@ padding:4px; align-content: center; align-items:center; - background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%); + background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%); } +.dialog-title { + background-image: linear-gradient(to top, #cfd9df 50%, #e2ebf0 50%); + + font-weight:bold; + color:#000000; +} \ No newline at end of file