Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorvjeantet <valere.jeantet@gmail.com>2020-07-27 03:36:21 +0300
committervjeantet <valere.jeantet@gmail.com>2020-07-27 03:36:21 +0300
commit3877661edc0ad4631787abc070ae54536fefc399 (patch)
tree1a52b252a16d43e3405e2dae2fa644541954b38b /static
parent4f62d41190ccb05f49c4c29d6ab3988851a75e12 (diff)
move searchbox to menu
Diffstat (limited to 'static')
-rw-r--r--static/vendor/auto-complete/auto-complete.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/static/vendor/auto-complete/auto-complete.css b/static/vendor/auto-complete/auto-complete.css
index 27952ee..446819a 100644
--- a/static/vendor/auto-complete/auto-complete.css
+++ b/static/vendor/auto-complete/auto-complete.css
@@ -1,18 +1,17 @@
.autocomplete-suggestions {
text-align: left;
cursor: default;
- border: 1px solid #ccc;
+ /*border: 1px solid #ccc;*/
border-top: 0;
- background: #fff;
- box-shadow: 1px 2px 6px;
+ /*box-shadow: 1px 2px 6px;*/
transition: left 0.1s ease-in-out;
/* core styles should not be changed */
position: absolute;
display: none;
z-index: 9999;
- max-height: 70vh;
- min-width: 265px;
+ /*max-height: 70vh;*/
+ /*min-width: 265px;*/
overflow: hidden;
overflow-y: hidden;
box-sizing: border-box;