From 2201dd7a8ae1d6ec8037fffccd3c8fe3ed589629 Mon Sep 17 00:00:00 2001 From: HW42 Date: Sun, 30 Aug 2015 02:17:36 +0200 Subject: package html: make it more clear which suite is currently shown --- userContent/reproducible/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'userContent') diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css index d4708b7a..dfeaa071 100644 --- a/userContent/reproducible/static/style.css +++ b/userContent/reproducible/static/style.css @@ -104,6 +104,10 @@ ul.menu { clear: left; } +.suite.active { + background-color: #bfeaff; +} + ul.reproducible-links { margin-top: 1em; border-top: 1px solid #eee; -- cgit v1.2.3-54-g00ecf