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.

ehouarn.perret

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in 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;
    }
Viewing 1 post (of 1 total)