You are here

product_price_alterer_field.css in Ubercart Discounts (Alternative) 7.2

Same filename and directory in other branches
  1. 6.2 product_price_alterer_field/product_price_alterer_field.css
.original-sell-price {
  color: #777777;
  text-decoration: line-through;
}

.field-type-discounted-price .field-label-inline,
.field-type-discounted-price .field-label-inline-first {
  font-weight: normal;
}

.field-type-discounted-price, td.views-field-discounted-price,
.views-field-discounted-price .field-content {
  color: Red;
}

File

product_price_alterer_field/product_price_alterer_field.css
View source
  1. .original-sell-price {
  2. color: #777777;
  3. text-decoration: line-through;
  4. }
  5. .field-type-discounted-price .field-label-inline,
  6. .field-type-discounted-price .field-label-inline-first {
  7. font-weight: normal;
  8. }
  9. .field-type-discounted-price, td.views-field-discounted-price,
  10. .views-field-discounted-price .field-content {
  11. color: Red;
  12. }