diff options
author | HW42 <hw42@ipsumj.de> | 2015-08-30 02:17:36 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-30 13:34:04 +0200 |
commit | 2201dd7a8ae1d6ec8037fffccd3c8fe3ed589629 (patch) | |
tree | 13c425e916e911778cc6fb31e34715949052fb20 /userContent | |
parent | 3eb28e8213349432fac84de591092763c0a66766 (diff) | |
download | jenkins.debian.net-2201dd7a8ae1d6ec8037fffccd3c8fe3ed589629.tar.xz |
package html: make it more clear which suite is currently shown
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/reproducible/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |