(Re)add greyed sidebar elements for links that do not exist for all themes

This commit is contained in:
Mathieu David 2015-09-14 19:20:51 +02:00
parent 5f125bd30e
commit f3cf63c4ec
1 changed files with 12 additions and 0 deletions

View File

@ -13,6 +13,9 @@ html, body {
.light .page-wrapper {
background: none repeat scroll 0 0 #FFF;
}
.light .chapter li {
color: #aaa;
}
.light .chapter li .active,
.light .chapter li a:hover {
/* Animate color change */
@ -49,6 +52,9 @@ html, body {
background-color: #292c2f;
color: #a1adb8;
}
.coal .chapter li {
color: #505254;
}
.coal .chapter li .active,
.coal .chapter li a:hover {
/* Animate color change */
@ -83,6 +89,9 @@ html, body {
background-color: #282d3f;
color: #c8c9db;
}
.navy .chapter li {
color: #505274;
}
.navy .chapter li .active,
.navy .chapter li a:hover {
/* Animate color change */
@ -117,6 +126,9 @@ html, body {
background-color: #3b2e2a;
color: #c8c9db;
}
.rust .chapter li {
color: #505254;
}
.rust .chapter li .active,
.rust .chapter li a:hover {
/* Animate color change */