Sha256: 0cb10d42ea066abbb3f6e8f7f1a7b9d68568cfc5889da25fd636e68f9b5a62ed

Contents?: true

Size: 1.03 KB

Versions: 12

Compression:

Stored size: 1.03 KB

Contents

// Bootstrap-compatible styling for the HTML produced by the JQuery plugin we are using for autocomplete
//
// https://github.com/devbridge/jQuery-Autocomplete/#styling
// https://github.com/devbridge/jQuery-Autocomplete/wiki/Bootstrap-3-Styling

.autocomplete-selected {
  background: $dropdown-link-hover-bg;
  color: $dropdown-link-hover-color;
}

.autocomplete-suggestion {
  cursor: pointer;
  overflow: hidden; // From the jQuery Autocomplete README.
  padding: $dropdown-item-padding-y $dropdown-item-padding-x; // Same as .dropdown-menu links.
}

.autocomplete-no-suggestion {
  padding: $dropdown-item-padding-y $dropdown-item-padding-x;
}

.autocomplete-suggestions {
  padding: $dropdown-padding-y 0;
  margin: $dropdown-spacer 0 0; // override default ul
  @include font-size($dropdown-font-size);
  color: $dropdown-color;
  background-color: $dropdown-bg;
  border: $dropdown-border-width solid $dropdown-border-color;
  @include border-radius($dropdown-border-radius);
  @include box-shadow($dropdown-box-shadow);

  overflow: auto;
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
geoblacklight_admin-0.6.0 app/assets/stylesheets/geoblacklight_admin/modules/_autocomplete.scss
geoblacklight_admin-0.5.1 app/assets/stylesheets/geoblacklight_admin/modules/_autocomplete.scss
geoblacklight_admin-0.5.0 app/assets/stylesheets/geoblacklight_admin/modules/_autocomplete.scss
geoblacklight_admin-0.4.2 app/assets/stylesheets/geoblacklight_admin/modules/_autocomplete.scss
geoblacklight_admin-0.4.1 app/assets/stylesheets/geoblacklight_admin/modules/_autocomplete.scss
geoblacklight_admin-0.4.0 app/assets/stylesheets/geoblacklight_admin/modules/_autocomplete.scss
geoblacklight_admin-0.3.2 app/assets/stylesheets/geoblacklight_admin/modules/_autocomplete.scss
geoblacklight_admin-0.3.1 app/assets/stylesheets/geoblacklight_admin/modules/_autocomplete.scss
geoblacklight_admin-0.3.0 app/assets/stylesheets/geoblacklight_admin/modules/_autocomplete.scss
geoblacklight_admin-0.2.1 app/assets/stylesheets/geoblacklight_admin/modules/_autocomplete.scss
geoblacklight_admin-0.1.0 app/assets/stylesheets/geoblacklight_admin/modules/_autocomplete.scss
geoblacklight_admin-0.0.1 app/assets/stylesheets/geoblacklight_admin/modules/_autocomplete.scss