Merge pull request #14751 from haheute/modal-header

Frio: change modal header border to reflect the current color scheme
This commit is contained in:
Hypolite Petovan 2025-01-29 09:58:33 -05:00 committed by GitHub
commit 81a9fbb9bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -113,6 +113,9 @@ 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;
}

View file

@ -112,6 +112,9 @@ 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;
}