input-suggestions.less 249 B

1234567891011121314
  1. .input-suggestions {
  2. position: relative;
  3. }
  4. .input-suggestions-main {
  5. position: absolute;
  6. top: 0;
  7. background-color: transparent;
  8. }
  9. .input-suggestions-shadow {
  10. background-color: @input-bg !important;
  11. color: lighten(@input-color, 25%);
  12. }