-- HikaShop version -- : 4.4.5
-- Joomla version -- : 4.0.5
Hello,
I am currently working in getting Hikashop work with Joomla 4. I figured out that currently with the default Joomla 4 administration template order colors are no more working in the orders table view, rows always keep a white background. I managed to get them colored again by modifying the backend_default.css as follows, starting from line 3486:
.hika_j4 table#hikashop_field_listing,
.hika_j4 table#hikashop_order_listing,
.hika_j4 table#hikashop_entry_listing,
.hika_j4 table#hikashop_entry_listing thead,
.hika_j4 table#hikashop_product_listing,
.hika_j4 table#hikashop_category_listing,
.hika_j4 table#hikashop_orderstatus_listing ,
.hika_j4 table#hikashop_email_history_listing {
--table-bg: unset;
font-size: 0.9em;
}
I added the
line to remove the white background set by the template.
Can you confirm this bug with the default administration template in Joomla 4? If yes, would you be so kind to include a patch for the default css file for best user experience without requiring to modify the CSS.
Best regards