Mercurial > hg > rr-repo
view sites/all/themes/omega/sass/modules/system/autocomplete/_autocomplete.base.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 * Base styles for autocomplete functionality. * * @see autocomplete.js */ /* Suggestion list */ #autocomplete { position: absolute; z-index: 100; overflow: hidden; ul { margin: 0; padding: 0; list-style: none; list-style-image: none; } li { cursor: default; white-space: pre; zoom: 1; /* IE7 */ } } /* Animated throbber */ html.js .form-autocomplete { background-image: image-url('misc/throbber.gif'); background-position: 100% 2px; /* LTR */ background-repeat: no-repeat; } html.js .throbbing { background-position: 100% -18px; /* LTR */ }