mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Fix #7444
This commit is contained in:
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
|
* 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
@@ -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"
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user