diff --git a/less/qfq-bs.css.less b/less/qfq-bs.css.less index 42ab06e72d3e121bf11bdc73aef8a4455f9afe5f..e1f88f2af51d35b9e36f78fa9d726f20448f20e0 100644 --- a/less/qfq-bs.css.less +++ b/less/qfq-bs.css.less @@ -130,11 +130,31 @@ i.@{spinner_class} { padding-top: 7px; } +// typeAhead Input: Default Bootstrap column width +.twitter-typeahead { + display: block !important; +} + // TypeAhead Suggestions -.tt-dataset { - background-color: #dedede; +.tt-menu { padding: 12px; + background-color: #fff; + border-left: 1px solid #66afe9; + border-right: 1px solid #66afe9; + border-bottom: 1px solid #66afe9; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) +} + +.tt-suggestion + .tt-suggestion { + margin-top: 12px; } + + + + // Mit BB anschauen wie man die NOTE Felder formatiert // //.text-input {