• File: AutoComplete.scss
  • Full Path: /home/docteuh/www/plugins/really-simple-ssl/settings/src/Settings/AutoComplete/AutoComplete.scss
  • Date Modified: 06/18/2026 4:25 PM
  • File size: 784 bytes
  • MIME-type: text/plain
  • Charset: utf-8
.rsssl-modal-body, .rsssl {
  input.MuiInput-underline:before {
    display:none;
  }
  .MuiAutocomplete-root {
    .MuiInputLabel-outlined[data-shrink=false] {
      transform: translate(14px, 16px) scale(1);
    }
    .MuiFormLabel-root {
      font-family:inherit;
    }
    .MuiOutlinedInput-root {
      padding: 0;
    }
  }
  input.MuiAutocomplete-input[type=text] {
    &:focus {
      outline: none;
      box-shadow:none;
    }
    border:0;
    padding-left:12px;
  }
  .MuiInputBase-root {
    font-family: inherit;
  }

  .MuiInput-root input.MuiInputBase-input {
    padding-left:10px;
  }
  .MuiPopper-root, .MuiPaper-root {
    max-height:150px;
    z-index: 999999;
    div {
      font-family: inherit !important;
    }
    ul {
      max-height:initial;
    }
  }
}