Merge pull request #7494 from firefly-iii/fix-7444

Fix 7444
This commit is contained in:
James Cole 2023-05-13 05:32:05 +02:00 committed by GitHub
commit 4880ee850e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,6 +4,13 @@
* https://raw.githubusercontent.com/anvyst/adminlte-skin-midnight/master/build/less/skins/skin-midnight.less
* ------------
*/
.force-background-tags-input {
background-color: #353c42 !important;
}
.ti-autocomplete {
background-color: #626f7b !important;
border: 1px #353c42 solid !important;
}
.skin-firefly-iii {
color: #bec5cb;
/* PAGINATION */

File diff suppressed because one or more lines are too long

View File

@ -32,7 +32,7 @@
:autocomplete-items="autocompleteItems"
:tags="tags"
:title="$t('firefly.tags')"
classes="form-input"
class="force-background-tags-input"
v-bind:placeholder="$t('firefly.tags')"
@tags-changed="update"
/>