/* Custom styles for Custom Start Page */ /* Ensure smooth transitions */ * { transition: all 0.2s ease-in-out; } /* Widget styles */ .widget { background: white; border-radius: 0.5rem; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); padding: 1rem; } .widget:hover { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); } .widget-handle { cursor: move; } /* Loading indicator */ .htmx-indicator { display: none; } .htmx-request .htmx-indicator { display: inline-block; } .htmx-request.htmx-indicator { display: inline-block; }