Improve colors of TOC

pull/11/head
Fabrice Niessen 2015-04-09 23:39:36 +02:00
parent 29f449c305
commit 746f509305
1 changed files with 13 additions and 7 deletions

View File

@ -1813,6 +1813,7 @@ ul.nav li.active ul li {
ul.nav li.active ul li a {
background-color: #E3E3E3;
color: #8099B0;
border-right:solid 1px #c9c9c9 !important;
}
ul.nav li.active ul li.active a {
@ -1825,13 +1826,18 @@ ul.nav li ul li ul li {
/* display: none; /\* as long as nav is on multiple levels of ul *\/ */
}
ul.nav li.active a {
color: black !important;
font-weight:bold;
background-color: white;
/* border-right:solid 1px #c9c9c9 !important; */
}
ul.nav li.active > a {
border-bottom:solid 1px #c9c9c9 !important;
border-right:solid 1px #c9c9c9 !important;
}
ul.nav li.active a {
color: gray !important;
font-weight:bold;
background-color: white;
border-right:solid 0px white !important;
}
ul.nav > li.active > a {
color: black !important;
}