Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Which is the css class related to this color?

Home Forums Older releases 1.0.x + Bootstrap addon Which is the css class related to this color? Reply To: Which is the css class related to this color?

#2742
ehouarn.perret
Participant

I used the IE debugger and found a workeraround but it does not seem really clear about the reason why this color is chosen.

Just need to add that stuff below to the styles.css

.nav .open > a, .nav .open > a:hover
{
	color: #ffffff;
	background-color:#5f5f5f;
}

.nav .open > a:focus
{
	color: #ffffff;
	background-color:#5f5f5f;
}