/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * jQuery mouse wheel-related styles
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2015 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

.wheel-mark-input {
}

span.wheel-mark {
  margin: 0 10px 0 5px;
  height: 16px;
  width: 15px;
  display: inline-block;
}

input.focused + span.wheel-mark {
  background: url(../images/icon_mouse.gif) no-repeat;
}
