it seems edit-orders has its own sort of styling which has always seemed jarring to me.
i am not sure why all of the input elements doe not have a form-control class associated with them. i tried doing a PR to start creating something, but then i ran into issues with some of these things:
zen-cart admin makes use of bootstrap css.
it seems edit-orders has its own sort of styling which has always seemed jarring to me.
i am not sure why all of the input elements doe not have a
form-control
class associated with them. i tried doing a PR to start creating something, but then i ran into issues with some of these things:https://github.com/lat9/edit_orders/blob/769b2cc91c9a8b562cc440b7f33522db47e74fdc/YOUR_ADMIN/includes/css/edit_orders.css#L67-L69
can we start moving to the point of having a common dialog about styling on the admin?
it's just really difficult when one creates their own styling for the admin, and EO does not embrace the styling already prevalent in the ZC admin.