uc_out_of_stock.css in Ubercart Out of stock Notification 7
Same filename and directory in other branches
/* 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.cssView source
-
- /* 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;
- }