From: Hannes Heute Date: Wed, 29 Jan 2025 14:11:41 +0000 (+0100) Subject: Frio: change modal header border to reflect the current color scheme X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b171de337521e3ae50bcb78d7644d4b84deb4915;p=friendica.git Frio: change modal header border to reflect the current color scheme --- 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; }