Skip to content
Snippets Groups Projects
Commit 22ec8de9 authored by thiago-oliveira's avatar thiago-oliveira
Browse files

Typeahead fix (and change .MultiComplete height)

parent a5c085e6
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,28 @@
// Extensions
// -----------------------------------------------------------------------------
.ac_results {
&:extend(.dropdown-menu);
ul {
padding: 0;
margin-bottom: 0;
list-style: none;
}
li {
&:extend(.dropdown-menu > li > a);
&:hover,
&:focus {
&:extend(.dropdown-menu > li > a:hover);
cursor: pointer;
}
}
}
.MenuItems {
&:extend(.dropdown-menu);
......
......@@ -32,13 +32,18 @@ select {
}
}
.TextBox,
.MultiComplete {
.TextBox {
height: 100px;
min-height: 100px;
&:extend(textarea.form-control);
}
.MultiComplete {
height: 50px;
min-height: 50px;
&:extend(textarea.form-control);
}
form {
label {
display: block;
......
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