commerce_avatax_checkout.css in Drupal Commerce Connector for AvaTax 7.4
#address_validation_wrapper {
display: none;
}
.address-validate-btn {
display: none !important;
}
.no-close .ui-dialog-titlebar-close {
display: none;
}
.error.inline.message {
padding-left: 30px;
display: inline-block;
background-repeat: no-repeat;
height: 25px;
background-color: inherit;
}
File
theme/commerce_avatax_checkout.css
View source
- #address_validation_wrapper {
- display: none;
- }
-
- .address-validate-btn {
- display: none !important;
- }
-
- .no-close .ui-dialog-titlebar-close {
- display: none;
- }
-
- .error.inline.message {
- padding-left: 30px;
- display: inline-block;
- background-repeat: no-repeat;
- height: 25px;
- background-color: inherit;
- }