ion-autocomplete.css 312 B

12345678910111213141516171819
  1. .ion-autocomplete-container {
  2. position: fixed;
  3. top: 0;
  4. right: 0;
  5. bottom: 0;
  6. left: 0;
  7. z-index: 20;
  8. display: none;
  9. margin: auto;
  10. }
  11. input.ion-autocomplete[readonly] {
  12. background-color: transparent;
  13. cursor: text;
  14. }
  15. .ion-autocomplete-loading-icon {
  16. padding-left: 10px;
  17. }