You are here

payment.css in Payment 8.2

Same filename and directory in other branches
  1. 7 css/payment.css
/* @group payment method configuration overview */

.payment-method-list .payment-method-disabled td,
.payment-method-configuration-list .payment-method-configuration-disabled td {
    color: #999;
}

.payment-method-list .payment-method-disabled td,
.payment-method-configuration-list .payment-method-configuration-disabled td {
    color: #999;
}

/* @end */

.payment-reference-hidden {
    display: none !important;
}

File

css/payment.css
View source
  1. /* @group payment method configuration overview */
  2. .payment-method-list .payment-method-disabled td,
  3. .payment-method-configuration-list .payment-method-configuration-disabled td {
  4. color: #999;
  5. }
  6. .payment-method-list .payment-method-disabled td,
  7. .payment-method-configuration-list .payment-method-configuration-disabled td {
  8. color: #999;
  9. }
  10. /* @end */
  11. .payment-reference-hidden {
  12. display: none !important;
  13. }