@spalger/kibana
Version:
Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elastic
39 lines (32 loc) • 822 B
text/less
@import (reference) "~ui/styles/variables";
@import (reference) "~ui/styles/mixins";
.typeahead {
position: relative;
.typeahead-items {
border: 1px solid @popover-border-color;
color: @text-color;
background-color: @body-bg;
position: absolute;
z-index: @zindex-typeahead;
width: 100%;
.typeahead-item {
border-bottom: 1px solid lighten(@popover-border-color, 60%);
padding: @padding-base-vertical @padding-base-horizontal;
}
.typeahead-item:last-child {
border-bottom: 0px;
}
.typeahead-item.active {
background-color: @well-bg;
}
}
}
.button-group .typeahead.visible .input-group,
.inline-form .typeahead.visible .input-group {
> :first-child {
.border-bottom-radius(0);
}
> :last-child {
.border-bottom-radius(0);
}
}