Apply hover style for lists and min height for dashboard configuration.

This commit is contained in:
2025-02-06 15:16:33 +01:00
parent 3884a54539
commit 53f087eed0
10 changed files with 13 additions and 16 deletions

View File

@@ -51,7 +51,7 @@
</summary>
<template x-for="payment in payments">
<details class="even:bg-gray-100 odd:bg-white">
<details class="even:bg-gray-100 odd:bg-white hover:bg-gray-400">
<summary class="cursor-pointer flex flex-row w-full" @click="window.location.href='/payment/' + payment.id + '/edit';">
<div class="w-1/4" x-text="payment.invoice.number"></div>
<div class="w-1/4" x-text="payment.localized_state"></div>