diff --git a/plugins/woocommerce/changelog/issue-37835 b/plugins/woocommerce/changelog/issue-37835 new file mode 100644 index 00000000000..5712552039f --- /dev/null +++ b/plugins/woocommerce/changelog/issue-37835 @@ -0,0 +1,4 @@ +Significance: minor +Type: enhancement + +Design enhancements for the Inventory tab. diff --git a/plugins/woocommerce/client/legacy/css/admin.scss b/plugins/woocommerce/client/legacy/css/admin.scss index 7253c2d1d2a..ed05f5b7f76 100644 --- a/plugins/woocommerce/client/legacy/css/admin.scss +++ b/plugins/woocommerce/client/legacy/css/admin.scss @@ -947,8 +947,13 @@ #inventory_product_data .notice, #variable_product_options .notice { display: flex; - margin: 10px; background-color: #ffffff; + border-color: #eee; + border-width: 1px 0px 0px 0px; + border-style: solid; + align-items: center; + box-shadow: 0 0 0; + margin: 5px 0 0; > p { a { text-decoration: none; @@ -958,6 +963,10 @@ > p:not(:last-child) { width: 85%; } + > img.info-icon { + width: 1em; + filter: brightness(50%); + } .woocommerce-add-variation-price-container { width: 15%; display: flex; @@ -4938,6 +4947,11 @@ img.help_tip { float: left; width: 80%; + ._backorders_field .wc-radios li { + display: block; + padding: 0 0 2px; + } + .wc-radios { display: block; float: left; diff --git a/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-inventory.php b/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-inventory.php index 7b4c9674778..6edca596679 100644 --- a/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-inventory.php +++ b/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-inventory.php @@ -10,13 +10,10 @@ if ( ! defined( 'ABSPATH' ) ) { } ?>