You are here

apachesolr_autocomplete.css in Apache Solr Autocomplete 7.2

Same filename and directory in other branches
  1. 6 apachesolr_autocomplete.css
  2. 7 apachesolr_autocomplete.css

Adds some styles to the standard Drupal autocomplete widget.

File

apachesolr_autocomplete.css
View source
  1. /**
  2. * @file
  3. * Adds some styles to the standard Drupal autocomplete widget.
  4. */
  5. .apachesolr_autocomplete {
  6. }
  7. .apachesolr_autocomplete.message {
  8. font-size:80%;
  9. color:#888;
  10. }
  11. .apachesolr_autocomplete.count {
  12. float:right;
  13. }
  14. div.apachesolr_autocomplete.suggestion {
  15. display:inline;
  16. float:left;
  17. }
  18. div.ac_results li {
  19. list-style:none;
  20. background-image: none !important;
  21. }