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

META-INF.resources.butterfaces-dist-css.butterfaces-dropdownlist.css Maven / Gradle / Ivy

.butter-dropdownlist-container {
  background-color: #fff;
  border: 1px solid #bbb;
  max-height: 400px;
  max-width: 900px;
  overflow: auto;
  box-shadow: 2px 2px 5px #ccc;
}
.butter-dropdownlist-resultList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.butter-dropdownlist-resultItem,
.butter-dropdownlist-noResultItem {
  padding: 3px 5px;
}
.butter-dropdownlist-resultItem {
  cursor: pointer;
}
.butter-dropdownlist-resultItem:nth-child(odd) {
  background-color: #f6f6f6;
}
.butter-dropdownlist-resultItem-selected {
  background-color: #ddd !important;
}
.butter-dropdownlist-spinner-container {
  position: absolute;
  right: 0;
  top: 3px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.butter-dropdownlist-spinner,
.butter-dropdownlist-spinner:before,
.butter-dropdownlist-spinner:after {
  background: #ccc;
  -webkit-animation: dropdownlist_load1 1s infinite ease-in-out;
  animation: dropdownlist_load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.butter-dropdownlist-spinner:before,
.butter-dropdownlist-spinner:after {
  position: absolute;
  top: 0;
  content: '';
}
.butter-dropdownlist-spinner:before {
  left: -1.5em;
}
.butter-dropdownlist-spinner {
  text-indent: -9999em;
  margin: auto;
  position: relative;
  font-size: 3px;
  top: 9px;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.butter-dropdownlist-spinner:after {
  left: 1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
@-webkit-keyframes dropdownlist_load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #ccc;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #ccc;
    height: 5em;
  }
}
@keyframes dropdownlist_load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #ccc;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #ccc;
    height: 5em;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy