This commit is contained in:
James Cole 2023-05-13 05:31:41 +02:00
parent dfad93d9ec
commit b45ce27817
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
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"
/>