There was an error while loading. Please reload this page.
1 parent 653f92d commit 76e4b24Copy full SHA for 76e4b24
1 file changed
static/shared/css/documentation.css
@@ -381,6 +381,55 @@ a img {
381
transition: opacity 0.3s ease-in-out 0s;
382
}
383
384
+#search-results {
385
+ position: absolute;
386
+ top: 30px;
387
+ right: 0px;
388
+ width: 260px;
389
+ background-color: #fff;
390
+ border-radius: 4px;
391
+ min-height: 40px;
392
+ z-index: 100;
393
+ overflow: hidden;
394
+ box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
395
+ display: none;
396
+}
397
+
398
+#search-results li {
399
+ display: block;
400
+ width: 100%;
401
+ border-bottom: 1px solid #f2f2f2;
402
403
404
+#header #search-results li a {
405
406
+ text-shadow: none;
407
+ padding: 10px;
408
409
410
+#search-results em {
411
412
+ font-weight: normal;
413
+ font-style: normal;
414
415
416
+#search-results small {
417
+ font-size: 12px;
418
+ color: #5c5c5c;
419
420
421
+#header #search-results li:hover {
422
+ background-color: #297fc7;
423
424
425
+#search-results li:hover em, #search-results li:hover small {
426
+ color: #fff;
427
428
429
+#header #search-results li:last-child {
430
+ border-bottom: none;
431
432
433
/*------------------------------------------------------------------------------
434
Subnav
435
------------------------------------------------------------------------------*/
0 commit comments