use class instead of id, to match all occurences

This commit is contained in:
Hannes Heute 2025-01-29 15:46:37 +01:00
parent b171de3375
commit c5c8724a04
2 changed files with 2 additions and 4 deletions

View file

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

View file

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