Skip to content

Commit

Permalink
Adjustments needed after Bootstrap 5 update
Browse files Browse the repository at this point in the history
  • Loading branch information
osma committed Mar 31, 2022
1 parent ae7b20f commit 054d9d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/dev.finto.fi/finto.css
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ hr {
background-color: #ffffff !important;
}

.nav-tabs > li.active > a {
.nav-tabs > li > a.active {
background-color: #eaf6f4 !important;
height: 38px;
}
Expand Down Expand Up @@ -611,8 +611,8 @@ hr {
width: 580px !important;
}

.nav-tabs > li.active > a {
height: 41px;
.nav-tabs > li > a.active {
height: 43px;
}

.nav-tabs > li > a {
Expand Down

0 comments on commit 054d9d0

Please sign in to comment.