[web] Fix color of text in the files page
This commit is contained in:
parent
1fa2380a79
commit
085f7a68b6
|
@ -24,7 +24,7 @@
|
||||||
class="title is-6"
|
class="title is-6"
|
||||||
v-text="directory.path.substring(directory.path.lastIndexOf('/') + 1)"
|
v-text="directory.path.substring(directory.path.lastIndexOf('/') + 1)"
|
||||||
/>
|
/>
|
||||||
<h2 class="subtitle is-7 has-text-grey-light" v-text="directory.path" />
|
<h2 class="subtitle is-7 has-text-grey" v-text="directory.path" />
|
||||||
</div>
|
</div>
|
||||||
<div class="media-right">
|
<div class="media-right">
|
||||||
<a @click.prevent.stop="open_dialog(directory)">
|
<a @click.prevent.stop="open_dialog(directory)">
|
||||||
|
|
Loading…
Reference in New Issue