You are here

uc_stock.css in Ubercart 6.2

Same filename and directory in other branches
  1. 5 uc_stock/uc_stock.css

Styles for uc_stock module.

File

uc_stock/uc_stock.css
View source
  1. /**
  2. * @file
  3. * Styles for uc_stock module.
  4. */
  5. .uc-stock-table tr.odd:hover,
  6. .uc-stock-table tr.even:hover {
  7. background-color: #ddd;
  8. }
  9. tbody tr.uc-stock-below-threshold {
  10. background-color: #ddd;
  11. }