New Business Overview - Add border or shadow for cards/widgets
Viewing the page could be easily made simpler by adding a border or shadow to the widgets to help visually separate the bank accounts and etc.
Thanks for submitting your idea on Xero Product Ideas. We appreciate you taking time to let us know how we could improve Xero for you.
Your feedback will soon be reviewed by our Community team, and in the meantime this can begin to build support with votes from other community members.
If you're interested to see recent releases or get a pulse on what's coming soon see The Long and Short of it. 🙂
-
Andrew G
commented
If you're able to apply custom CSS to the site, and know how to do this with browser extensions, you can use the following - I'm using this as a work-around to provide the widget borders until they get this fixed.
.dashboard-template-beta-widget--contents article { border: 1px solid #c0c0c0; }
NB: For anyone else using my previous CSS hacks, note that I've updated this to work better given the current version of Xero.