CSS improvements for the ERPNext Desk.
Polishes the Desk UI to match the look and feel of the frappe-ui apps (Helpdesk & co). Currently:
- Workspace sidebar — roomier rows (32px), better icon-to-label spacing, rounded hover/active states, 13px labels.
bench get-app https://github.com/Commquest-Technologies/questtheme
bench --site <site> install-app questthemeNo build step required — styles are plain CSS served from
questtheme/public/css/desk_theme.css, loaded via app_include_css.
When editing the CSS, bump the ?v= query in hooks.py so browsers refetch
the file instead of using a stale cached copy.
MIT