aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/resources/html/quick-jump.css
diff options
context:
space:
mode:
authorTim Baumann <tim@timbaumann.info>2017-10-10 09:50:59 +0200
committerAlexander Biehl <alexbiehl@gmail.com>2017-10-10 09:50:59 +0200
commit8e88615a23a9f1980a55bd1b3ef9dcc938d95237 (patch)
tree6a6ea36ca276663abb0cd4930a2e5c6f8272f460 /haddock-api/resources/html/quick-jump.css
parente41c1cbe9f0476997eac7b4a3f17cbc6b2262faf (diff)
Quick Jump: Show error when loading 'doc-index.json' failed (#691)
Diffstat (limited to 'haddock-api/resources/html/quick-jump.css')
-rw-r--r--haddock-api/resources/html/quick-jump.css17
1 files changed, 12 insertions, 5 deletions
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 */