From b171de337521e3ae50bcb78d7644d4b84deb4915 Mon Sep 17 00:00:00 2001 From: Hannes Heute Date: Wed, 29 Jan 2025 15:11:41 +0100 Subject: [PATCH] Frio: change modal header border to reflect the current color scheme --- view/theme/frio/scheme/black.css | 4 ++++ view/theme/frio/scheme/dark.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/view/theme/frio/scheme/black.css b/view/theme/frio/scheme/black.css index 0b5daf4808..c8c7f1695e 100644 --- a/view/theme/frio/scheme/black.css +++ b/view/theme/frio/scheme/black.css @@ -113,6 +113,10 @@ main .nav-tabs > li.active > a:hover { background-color: rgba(238, 238, 238, $contentbg_transp); } +#modal-header { + border-color: $link_color; +} + .modal-content { background-color: $background_color; } diff --git a/view/theme/frio/scheme/dark.css b/view/theme/frio/scheme/dark.css index 1c4ed0a049..8efe23ef48 100644 --- a/view/theme/frio/scheme/dark.css +++ b/view/theme/frio/scheme/dark.css @@ -112,6 +112,10 @@ main .nav-tabs > li.active > a:hover { background-color: rgba(238, 238, 238, $contentbg_transp); } +#modal-header { + border-color: $link_color; +} + .modal-content { background-color: $background_color; }