Apply hover style for lists and min height for dashboard configuration.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
</div>
|
||||
|
||||
<template x-for="tax in taxrates">
|
||||
<a class="cursor-pointer grid grid-cols-3 even:bg-gray-100 odd:bg-white" x-data="{url: '/taxrate/' + tax.id + '/edit'}" x-bind:href="url">
|
||||
<a class="cursor-pointer grid grid-cols-3 even:bg-gray-100 odd:bg-white hover:bg-gray-400" x-data="{url: '/taxrate/' + tax.id + '/edit'}" x-bind:href="url">
|
||||
<div x-text="tax.name"></div>
|
||||
<div x-text="tax.rate_percentage"></div>
|
||||
<div x-text="tax.active ? '{{ __('common.Yes') }}' : '{{ __('common.No') }}'"></div>
|
||||
|
||||
Reference in New Issue
Block a user