mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-11 16:41:59 -06:00
Fix #7444
This commit is contained in:
parent
dfad93d9ec
commit
b45ce27817
2
public/v1/js/create_transaction.js
vendored
2
public/v1/js/create_transaction.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/edit_transaction.js
vendored
2
public/v1/js/edit_transaction.js
vendored
File diff suppressed because one or more lines are too long
@ -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
@ -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"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user