summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-10-28 14:05:22 +0100
committerYorhel <git@yorhel.nl>2020-10-28 14:05:35 +0100
commit369445d7c395bbeb1bb073a139483131a80659f9 (patch)
treebeb5da37ca9f0d01cc1413e2d21c16b28c3bac73 /data
parentea84d8820b806a0258d89558922f5c86a4ae679f (diff)
Fix Autocomplete dropdown styling
Broken in 960946ac90a8da32953a4a21128d993f2049f8d1 https://vndb.org/t2520.506
Diffstat (limited to 'data')
-rw-r--r--data/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index 87625702..6aafc0a0 100644
--- a/data/style.css
+++ b/data/style.css
@@ -76,7 +76,7 @@ div.warning h2, div.notice h2 { font-size: 13px; font-weight: bold; margin: 0; }
.elm_dd > div { position: relative; float: right; width: 0; height: 0 }
.elm_dd > div > div { position: absolute; right: -10px; top: 0; border: 1px solid $border$; background-color: $secbg$; z-index: 1000; margin: 0; padding: 0; max-width: 400px }
.elm_dd.search > div { float: left }
-.elm_dd.search ul { right: auto; left: 0; top: 23px }
+.elm_dd.search > div > div { right: auto; left: 0; top: 23px }
.elm_dd ul { width: 100%; list-style-type: none; margin: 0; padding: 0 }
.elm_dd ul li { white-space: nowrap }
.elm_dd ul li a { display: block; border: 0; padding: 3px 5px 3px 3px }