This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Combo box on visualization
#15
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

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
Reply


Messages In This Thread
Combo box on visualization - by gdimaria - 17.04.2018, 09:53
RE: Combo box on visualization - by admin - 17.04.2018, 10:04
RE: Combo box on visualization - by gdimaria - 17.04.2018, 10:37
RE: Combo box on visualization - by Daniel - 17.04.2018, 11:18
RE: Combo box on visualization - by gdimaria - 17.04.2018, 13:02
RE: Combo box on visualization - by admin - 17.04.2018, 13:04
RE: Combo box on visualization - by gdimaria - 17.04.2018, 15:20
RE: Combo box on visualization - by khalil - 05.08.2024, 11:40
RE: Combo box on visualization - by admin - 18.04.2018, 08:35
RE: Combo box on visualization - by gdimaria - 20.04.2018, 08:33
RE: Combo box on visualization - by gdimaria - 23.04.2018, 09:18
RE: Combo box on visualization - by gdimaria - 18.04.2018, 09:08
RE: Combo box on visualization - by xxyzz - 31.07.2024, 05:17
RE: Combo box on visualization - by admin - 31.07.2024, 05:58
RE: Combo box on visualization - by xxyzz - 02.08.2024, 15:05
RE: Combo box on visualization - by admin - 05.08.2024, 07:30
RE: Combo box on visualization - by admin - 06.08.2024, 06:19

Forum Jump: