From 8e88615a23a9f1980a55bd1b3ef9dcc938d95237 Mon Sep 17 00:00:00 2001 From: Tim Baumann Date: Tue, 10 Oct 2017 09:50:59 +0200 Subject: Quick Jump: Show error when loading 'doc-index.json' failed (#691) --- haddock-api/resources/html/quick-jump.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'haddock-api/resources/html/quick-jump.css') diff --git a/haddock-api/resources/html/quick-jump.css b/haddock-api/resources/html/quick-jump.css index b69903c3..ede05042 100644 --- a/haddock-api/resources/html/quick-jump.css +++ b/haddock-api/resources/html/quick-jump.css @@ -33,17 +33,24 @@ outline: none; } +#search p.error { + color: rgb(107, 24, 24); + font-weight: bold; +} + #search-results { - top: 3em; - max-height: calc(100% - 3em); box-sizing: border-box; - border-width: 0 0.05em 0.05em; - border-style: solid; - border-color: #b2d5fb; + border: 0.05em solid #b2d5fb; background: #e8f3ff; overflow-y: auto; } +#search-form input + #search-results { + border-top: none; + top: 3em; + max-height: calc(100% - 3em); +} + /* @end */ /* @group search results */ -- cgit v1.2.3