auto-patch 638-dev-dev01-2024-05-14T20_44_36
This commit is contained in:
@@ -2786,6 +2786,17 @@ ul.wc_coupon_list_block {
|
||||
}
|
||||
}
|
||||
|
||||
#order_custom #postcustomstuff {
|
||||
.add-custom-field {
|
||||
padding: 12px 8px 8px;
|
||||
}
|
||||
|
||||
.submit {
|
||||
border: 0 none;
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
|
||||
#side-sortables #woocommerce-order-downloads {
|
||||
.buttons,
|
||||
.select2-container {
|
||||
@@ -4264,8 +4275,8 @@ table.wc_shipping {
|
||||
}
|
||||
}
|
||||
|
||||
.wc-shipping-zone-method-input-help-text-container {
|
||||
min-height: 40px;
|
||||
.wc-shipping-legacy-local-pickup-help-text-container {
|
||||
margin: 1.5em 0;
|
||||
}
|
||||
|
||||
.wc-shipping-zone-method-input-help-text {
|
||||
@@ -7050,10 +7061,10 @@ img.ui-datepicker-trigger {
|
||||
|
||||
&:hover {
|
||||
box-shadow: inset 0 -1px 0 0 #dfdfdf,
|
||||
inset 300px 0 0 rgba(156, 93, 144, 0.1);
|
||||
border-right: 5px solid #9c5d90 !important;
|
||||
inset 300px 0 0 #f7edf7;
|
||||
border-right: 5px solid var(--wc-primary) !important;
|
||||
padding-left: 1.5em;
|
||||
color: #9c5d90;
|
||||
color: var(--wc-primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user