mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +00:00
Fix bill box and hover CSS
This commit is contained in:
@@ -43,7 +43,7 @@ h3.hover-expand {
|
|||||||
text-overflow: ellipsis
|
text-overflow: ellipsis
|
||||||
}
|
}
|
||||||
h3.hover-expand:hover {
|
h3.hover-expand:hover {
|
||||||
overflow-x: scroll;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control {
|
.form-control {
|
||||||
|
@@ -52,7 +52,6 @@
|
|||||||
:class="{ 'invisible': (billBox.unpaid.length == index+1) }">, </span>
|
:class="{ 'invisible': (billBox.unpaid.length == index+1) }">, </span>
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
<span x-text="billBox.unpaid.length"></span>
|
|
||||||
</h3>
|
</h3>
|
||||||
</template>
|
</template>
|
||||||
<template x-if="loading">
|
<template x-if="loading">
|
||||||
@@ -76,7 +75,6 @@
|
|||||||
</template>
|
</template>
|
||||||
<template x-if="billBox.paid.length > 0">
|
<template x-if="billBox.paid.length > 0">
|
||||||
<span>
|
<span>
|
||||||
{{ __('firefly.unpaid') }}:
|
|
||||||
{{ __('firefly.paid') }}:
|
{{ __('firefly.paid') }}:
|
||||||
<template x-for="(amount, index) in billBox.paid" :key="index">
|
<template x-for="(amount, index) in billBox.paid" :key="index">
|
||||||
<span>
|
<span>
|
||||||
|
Reference in New Issue
Block a user