You are here

uc_out_of_stock.css in Ubercart Out of stock Notification 6

Same filename and directory in other branches
  1. 5 uc_out_of_stock.css
  2. 6.2 uc_out_of_stock.css
  3. 7 uc_out_of_stock.css
/* Animated throbber */
html.js .uc_out_of_stock_throbbing {
  background-image: url(throbber.gif);
  background-repeat: no-repeat;
  background-position: left 3px;
}
html.js .uc_out_of_stock_throbbing.uc_oos_throbbing {
  background-position: left -17px;
}

File

uc_out_of_stock.css
View source
  1. /* Animated throbber */
  2. html.js .uc_out_of_stock_throbbing {
  3. background-image: url(throbber.gif);
  4. background-repeat: no-repeat;
  5. background-position: left 3px;
  6. }
  7. html.js .uc_out_of_stock_throbbing.uc_oos_throbbing {
  8. background-position: left -17px;
  9. }