From: Christian Pointner Date: Thu, 17 Dec 2015 23:08:51 +0000 (+0100) Subject: fixed sidebar theming X-Git-Url: https://git.realraum.at/?p=noc.git;a=commitdiff_plain;h=a07a2e5e3ab0fb1c4b58fa625487b23f294ef9bc fixed sidebar theming --- diff --git a/doc/local.css b/doc/local.css index 7d75d3f..e5d32bf 100644 --- a/doc/local.css +++ b/doc/local.css @@ -164,12 +164,12 @@ p>code, dd>code, li>code { padding: 0; border: none; z-index: 100; - background: black; + background: #222; } .sidebar ul { margin: 0; - padding: 0; + padding-left: 0.5em; list-style: none; background: transparent; } @@ -194,6 +194,10 @@ p>code, dd>code, li>code { background: transparent; } +.sidebar ul li:hover { + background: #333; +} + .sidebar ul ul { margin-left: 1em; }