3064 PO review 3) better highlight of the tabs in "Finishing up" page

This commit is contained in:
Andreas Svanberg 2023-09-27 13:38:57 +02:00
parent 3a66ffdf0f
commit 41c5ffe69f

@ -578,3 +578,7 @@ th.wicket_orderUp, th.sorting_asc {
*/
margin-bottom: -1rem;
}
.card-header-tabs.nav-tabs .nav-link:hover {
background-color: #D95E00;
color: white;
}