02.08.2024, 15:05
Cool, Thanks
it was a little tricky to figure out. The first time I messed up and I've overwritten some values i shouldn't. But I got it going with this CSS
By adding the Additional Class just as "dropdown-Venti" I got it working. Are there any Possible issues i might face like that?
Thanks for your help as Always!
Cheers
it was a little tricky to figure out. The first time I messed up and I've overwritten some values i shouldn't. But I got it going with this CSS
Code:
/*Aktives Element*/
.pcontrol-dropdown-Venti .nav .active span.a {
background: #30857f;
color: white;
}
/*Nicht Aktives Element*/
.pcontrol-dropdown-Venti .nav span.a {
background: light-grey;
color: #30857f;
}
/*Element bei drüber fahren*/
.pcontrol-dropdown-Venti .nav .a:hover {
box-shadow:inset 0 0 0 1px #000000;
}
By adding the Additional Class just as "dropdown-Venti" I got it working. Are there any Possible issues i might face like that?
Thanks for your help as Always!
Cheers