view sites/all/themes/omega/sass/modules/system/autocomplete/_autocomplete.base-rtl.scss @ 0:ff03f76ab3fe

initial version
author danieleb <danielebarchiesi@me.com>
date Wed, 21 Aug 2013 18:51:11 +0100
parents
children
line wrap: on
line source
/**
 * @file
 * Right to left base styles for autocomplete functionality.
 *
 * @see autocomplete.js
 */

/* Animated throbber */
html.js .form-autocomplete {
  background-position: 0% 2px;
}
html.js .throbbing {
  background-position: 0% -18px;
}