You are here

uc_stock.css in Ubercart 5

Same filename and directory in other branches
  1. 6.2 uc_stock/uc_stock.css
.uc-stock-table tr.odd:hover, .uc-stock-table tr.even:hover {
	background-color:#DDDDDD;
}

tbody tr.uc-stock-below-threshold {
	background-color:#DDDDDD;
}

File

uc_stock/uc_stock.css
View source
  1. .uc-stock-table tr.odd:hover, .uc-stock-table tr.even:hover {
  2. background-color:#DDDDDD;
  3. }
  4. tbody tr.uc-stock-below-threshold {
  5. background-color:#DDDDDD;
  6. }