Colorize TOC scrollbar

This commit is contained in:
Fabrice Niessen 2015-05-06 00:12:53 +02:00
parent acbe5278b4
commit 49b7ec8747
2 changed files with 12 additions and 2 deletions

View File

@ -697,7 +697,12 @@ hr{
direction: rtl;
height:100%;
background:#343131;
z-index:200}
z-index:200;
scrollbar-base-color: #1F1D1D;
scrollbar-arrow-color: #b3b3b3;
scrollbar-shadow-color: #1F1D1D;
scrollbar-track-color : #343131;
}
#table-of-contents h2{
z-index:200;

View File

@ -854,7 +854,12 @@ hr{
direction: rtl;
height:100%;
background:#343131;
z-index:200}
z-index:200;
scrollbar-base-color: #1F1D1D;
scrollbar-arrow-color: #b3b3b3;
scrollbar-shadow-color: #1F1D1D;
scrollbar-track-color : #343131;
}
#table-of-contents h2{
z-index:200;