This commit is contained in:
James Cole
2023-05-13 05:31:41 +02:00
parent dfad93d9ec
commit b45ce27817
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 * 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 { .skin-firefly-iii {
color: #bec5cb; color: #bec5cb;
/* PAGINATION */ /* PAGINATION */

File diff suppressed because one or more lines are too long

View File

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