mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[web] Fix color of text in the files page
This commit is contained in:
@@ -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)">
|
||||||
|
|||||||
Reference in New Issue
Block a user