All Downloads are FREE. Search and download functionalities are using the official Maven repository.

themes.primefaces-material-light-common.extensions._autocomplete.scss Maven / Gradle / Ivy

There is a newer version: 15.0.0
Show newest version
body {
  .ui-autocomplete {
    .ui-autocomplete-dropdown {
      border: 1px solid transparent;

      &.ui-button {
        padding: .714rem;

        .ui-button-text {
          padding: .29rem;
        }
      }
    }
  }

  .ui-autocomplete-itemtip {
    &.ui-state-highlight {
      background: $inputListBg;
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy