plugin updates
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -2698,12 +2698,13 @@ ul.wc_coupon_list_block {
|
||||
color: #ccc;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
padding: 0 0 0.5em;
|
||||
margin: 0 0 0 12px;
|
||||
padding: 0;
|
||||
margin: 0 0 6px 12px;
|
||||
vertical-align: middle;
|
||||
text-decoration: none;
|
||||
line-height: 16px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
overflow: hidden;
|
||||
|
||||
&::before {
|
||||
@@ -2744,11 +2745,14 @@ ul.wc_coupon_list_block {
|
||||
}
|
||||
|
||||
tbody tr .wc-order-edit-line-item-actions {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
tbody tr:hover .wc-order-edit-line-item-actions {
|
||||
visibility: visible;
|
||||
tbody tr:focus-within,
|
||||
tbody tr:hover {
|
||||
.wc-order-edit-line-item-actions {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.wc-order-totals .wc-order-edit-line-item-actions {
|
||||
@@ -3069,6 +3073,10 @@ ul.wc_coupon_list_block {
|
||||
|
||||
.column-order_number {
|
||||
width: 20ch;
|
||||
|
||||
.small-screen-only {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.column-order_total {
|
||||
@@ -3426,32 +3434,41 @@ ul.wc_coupon_list_block {
|
||||
|
||||
a.order-view {
|
||||
display: inline-block;
|
||||
width: calc(100% - 48px - 10ch - 20ch);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
vertical-align: top;
|
||||
width: calc( 50% - 40px - 4px );
|
||||
margin-right: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
td.column-order_date {
|
||||
width: 10ch !important;
|
||||
top: 1em;
|
||||
right: calc(20ch + 48px);
|
||||
}
|
||||
.small-screen-only {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
|
||||
td.column-order_status {
|
||||
top: -1em;
|
||||
right: 48px;
|
||||
}
|
||||
&.order_date {
|
||||
width: calc( 20% - 4px );
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
td.column-order_status,
|
||||
td.column-order_date {
|
||||
padding: 0 !important;
|
||||
display: block !important;
|
||||
float: right;
|
||||
&.order_status {
|
||||
width: 30%;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
&::before {
|
||||
display: none !important;
|
||||
@media screen and (max-width: 400px) {
|
||||
a.order-view {
|
||||
display: block;
|
||||
width: calc( 100% - 40px );
|
||||
}
|
||||
|
||||
.small-screen-only {
|
||||
&.order_date {
|
||||
width: calc( 40% - 4px );
|
||||
}
|
||||
|
||||
&.order_status {
|
||||
width: calc( 60% - 40px);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -4522,8 +4539,8 @@ table {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.page-title-action {
|
||||
margin: 0 12px;
|
||||
.page-title-action, .page-title-action:active {
|
||||
margin: 7px 0 0 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5173,6 +5190,10 @@ img.help_tip {
|
||||
float: none;
|
||||
}
|
||||
|
||||
td.disabled {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
margin-top: 4px;
|
||||
|
||||
@@ -5255,6 +5276,13 @@ img.help_tip {
|
||||
.wc_emails_wrapper {
|
||||
padding: 0 15px 10px 0;
|
||||
}
|
||||
|
||||
legend {
|
||||
font-weight: 700;
|
||||
line-height: 1.4;
|
||||
padding: 5px 0 0;
|
||||
margin: 0 0 8px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.wc-shipping-zone-settings {
|
||||
@@ -6515,8 +6543,8 @@ img.help_tip {
|
||||
|
||||
.upload_image_button {
|
||||
display: block;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
float: left;
|
||||
margin-right: 20px;
|
||||
position: relative;
|
||||
@@ -6537,8 +6565,8 @@ img.help_tip {
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
text-align: center;
|
||||
line-height: 64px;
|
||||
font-size: 64px;
|
||||
line-height: 128px;
|
||||
font-size: 128px;
|
||||
font-weight: 400;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
@@ -6645,6 +6673,12 @@ img.help_tip {
|
||||
}
|
||||
}
|
||||
|
||||
.form-flex-box {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/**
|
||||
* Tooltips
|
||||
*/
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -80,14 +80,14 @@ p.demo_store,
|
||||
text-align: center;
|
||||
line-height: 1;
|
||||
border-radius: 100%;
|
||||
color: red !important; // Required for default theme compatibility
|
||||
color: var(--wc-red) !important; // Required for default theme compatibility
|
||||
text-decoration: none;
|
||||
font-weight: 700;
|
||||
border: 0;
|
||||
|
||||
&:hover {
|
||||
color: #fff !important; // Required for default theme compatibility
|
||||
background: red;
|
||||
background: var(--wc-red);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1224,7 +1224,7 @@ p.demo_store,
|
||||
}
|
||||
|
||||
.required {
|
||||
color: red;
|
||||
color: var(--wc-red);
|
||||
font-weight: 700;
|
||||
border: 0 !important;
|
||||
text-decoration: none;
|
||||
@@ -1265,13 +1265,13 @@ p.demo_store,
|
||||
|
||||
&.woocommerce-invalid {
|
||||
label {
|
||||
color: $red;
|
||||
color: var(--wc-red);
|
||||
}
|
||||
|
||||
.select2-container,
|
||||
input.input-text,
|
||||
select {
|
||||
border-color: $red;
|
||||
border-color: var(--wc-red);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1521,7 +1521,7 @@ p.demo_store,
|
||||
|
||||
.woocommerce-widget-layered-nav-list__item--chosen a::before {
|
||||
@include iconbefore("\e013");
|
||||
color: $red;
|
||||
color: var(--wc-red);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1547,7 +1547,7 @@ p.demo_store,
|
||||
|
||||
&::before {
|
||||
@include iconbefore("\e013");
|
||||
color: $red;
|
||||
color: var(--wc-red);
|
||||
vertical-align: inherit;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
@@ -1657,7 +1657,7 @@ p.demo_store,
|
||||
|
||||
li.chosen a::before {
|
||||
@include iconbefore("\e013");
|
||||
color: $red;
|
||||
color: var(--wc-red);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1793,7 +1793,7 @@ p.demo_store,
|
||||
}
|
||||
|
||||
.out-of-stock {
|
||||
color: red;
|
||||
color: var(--wc-red);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2290,7 +2290,7 @@ p.demo_store,
|
||||
|
||||
.woocommerce-invalid {
|
||||
#terms {
|
||||
outline: 2px solid red;
|
||||
outline: 2px solid var(--wc-red);
|
||||
outline-offset: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user