From fddd5ab184c90a997d3b58c42d7e484535d4d204 Mon Sep 17 00:00:00 2001 From: Carsten Rose <carsten.rose@math.uzh.ch> Date: Wed, 15 Mar 2017 14:50:07 +0100 Subject: [PATCH] qfq-bs.css.less: typeahead - added solid background color and padding to dropdown box --- less/qfq-bs.css.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/less/qfq-bs.css.less b/less/qfq-bs.css.less index a148d86de..42ab06e72 100644 --- a/less/qfq-bs.css.less +++ b/less/qfq-bs.css.less @@ -129,6 +129,12 @@ i.@{spinner_class} { .qfq-note { padding-top: 7px; } + +// TypeAhead Suggestions +.tt-dataset { + background-color: #dedede; + padding: 12px; +} // Mit BB anschauen wie man die NOTE Felder formatiert // //.text-input { -- GitLab