Frio: change modal header border to reflect the current color scheme

This commit is contained in:
Hannes Heute 2025-01-29 15:11:41 +01:00
parent 0fcef20bb3
commit b171de3375
2 changed files with 8 additions and 0 deletions

View file

@ -113,6 +113,10 @@ main .nav-tabs > li.active > a:hover {
background-color: rgba(238, 238, 238, $contentbg_transp); background-color: rgba(238, 238, 238, $contentbg_transp);
} }
#modal-header {
border-color: $link_color;
}
.modal-content { .modal-content {
background-color: $background_color; background-color: $background_color;
} }

View file

@ -112,6 +112,10 @@ main .nav-tabs > li.active > a:hover {
background-color: rgba(238, 238, 238, $contentbg_transp); background-color: rgba(238, 238, 238, $contentbg_transp);
} }
#modal-header {
border-color: $link_color;
}
.modal-content { .modal-content {
background-color: $background_color; background-color: $background_color;
} }