retina frontend tick and updated media queries
This commit is contained in:
parent
37feabd87f
commit
64cfe9e81b
3131
assets/css/admin.css
3131
assets/css/admin.css
File diff suppressed because one or more lines are too long
|
@ -113,7 +113,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
|
||||
@media
|
||||
(-webkit-min-device-pixel-ratio: 2),
|
||||
(min-resolution: 192dpi) {
|
||||
#woocommerce_extensions {
|
||||
background-image: url(../images/icons/wc_icon@2x.png);
|
||||
background-size: 16px 17px;
|
||||
|
@ -140,7 +142,9 @@
|
|||
background-size: auto !important;
|
||||
}
|
||||
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
|
||||
@media
|
||||
(-webkit-min-device-pixel-ratio: 2),
|
||||
(min-resolution: 192dpi) {
|
||||
#icon-woocommerce, .woocommerce_icon, .icon32-posts-product, .icon32-posts-shop_order, .icon32-posts-shop_coupon, .icon32-posts-product_variation {
|
||||
background-image: url(../images/icons/woocommerce-icons-x2.png) !important;
|
||||
background-size: 986px 91px !important;
|
||||
|
@ -1013,7 +1017,9 @@ table.wp-list-table {
|
|||
.column-is_in_stock {
|
||||
text-align: left !important;
|
||||
}
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
|
||||
@media
|
||||
(-webkit-min-device-pixel-ratio: 2),
|
||||
(min-resolution: 192dpi) {
|
||||
span.product-type {
|
||||
background-image: url(../images/product_types-x2.png) !important;
|
||||
background-size:96px 16px !important;
|
||||
|
@ -1666,7 +1672,9 @@ img.help_tip {
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
|
||||
@media
|
||||
(-webkit-min-device-pixel-ratio: 2),
|
||||
(min-resolution: 192dpi) {
|
||||
#woocommerce-product-data ul.product_data_tabs li {
|
||||
&.general_options, &.tax_options, &.inventory_options, &.shipping_options, &.linked_product_options, &.attribute_options, &.variation_options, &.advanced_options {
|
||||
a {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -613,6 +613,18 @@ p.demo_store {
|
|||
float:none;
|
||||
}
|
||||
|
||||
@media
|
||||
(-webkit-min-device-pixel-ratio: 2),
|
||||
(min-resolution: 192dpi) {
|
||||
a.button, button.button, input.button, #respond input#submit, #content input.button {
|
||||
&.added {
|
||||
&:before {
|
||||
background-size:16px 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* =Quantity inputs
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
|
|
Loading…
Reference in New Issue