fix Products, Coupons, and admin pages
This commit is contained in:
@@ -47,6 +47,7 @@ li#toplevel_page_formipay a[href^="admin.php?page=formipay-settings"]:before{
|
||||
}
|
||||
.wp-submenu-wrap li:has(a[href="admin.php?page=formipay-products"]).current ~ li:has(a[href="edit-tags.php?taxonomy=formipay-product-category&post_type=formipay-product"]),
|
||||
.wp-submenu-wrap li:has(a[href="admin.php?page=formipay-products"]):hover ~ li:has(a[href="edit-tags.php?taxonomy=formipay-product-category&post_type=formipay-product"]),
|
||||
li:has(a[href="edit-tags.php?taxonomy=formipay-product-category&post_type=formipay-product"]):hover,
|
||||
.wp-submenu-wrap li:has(a[href="edit-tags.php?taxonomy=formipay-product-category&post_type=formipay-product"]).current {
|
||||
display: block;
|
||||
}
|
||||
@@ -137,4 +137,12 @@ table.wpcfto-table.inner-table tbody tr:hover td {
|
||||
table.wpcfto-table.inner-table tr > *:is(th, td):first-child {
|
||||
width: 50%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.variation-details-content tbody tr:first-child td:nth-child(2) .price-input-wrapper .price-currency {
|
||||
background-color: #AA1C1C;
|
||||
color: white;
|
||||
}
|
||||
.variation-details-content tbody .price-input-wrapper .price-currency {
|
||||
min-width: 60px;
|
||||
}
|
||||
Reference in New Issue
Block a user