You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
458 B
25 lines
458 B
.completions {
|
|
position: absolute;
|
|
z-index: 10;
|
|
overflow: hidden;
|
|
border: 1px solid @border_color;
|
|
.corner-all;
|
|
.box-shadow(0px 6px 10px -1px #adadad);
|
|
}
|
|
|
|
.completions select {
|
|
background: white;
|
|
outline: none;
|
|
border: none;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
overflow: auto;
|
|
font-family: @monoFontFamily;
|
|
font-size: 110%;
|
|
color: @textColor;
|
|
}
|
|
|
|
.completions select option.context {
|
|
color: @blueDark;
|
|
}
|