Merge branch 'accounting' into dev
This commit is contained in:
@@ -86,7 +86,7 @@
|
|||||||
{/each}
|
{/each}
|
||||||
<th>{t('other party')}</th>
|
<th>{t('other party')}</th>
|
||||||
<th>{t('purpose')}</th>
|
<th>{t('purpose')}</th>
|
||||||
<th>{t('tags')}</th>
|
<!-- <th>{t('tags')}</th> -->
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
@@ -355,6 +355,16 @@ textarea{
|
|||||||
margin: 5px 0 5px auto;
|
margin: 5px 0 5px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.taglist .tag.editor,
|
||||||
|
.taglist .tag button{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taglist:hover .editor,
|
||||||
|
.taglist:hover .tag button{
|
||||||
|
display: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.taglist .editor > span{
|
.taglist .editor > span{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
|
|||||||
Reference in New Issue
Block a user