Skip to content
Snippets Groups Projects
Commit 00245e6d authored by Carsten  Rose's avatar Carsten Rose
Browse files

qfq-bs.css.less: Fixed problem with 'typeahead input elements' not expanded to...

qfq-bs.css.less: Fixed problem with 'typeahead input elements' not expanded to Bootstrap column width. Changed Layout/Design Typeahead dropdown box.
parent 3c8bae4b
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment