mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
fix filepicker bug in dark mode
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
dad31ce3fa
commit
3b03324998
@ -52,10 +52,7 @@
|
||||
<span class="filename-parts__last">{filename2}</span>
|
||||
</span>
|
||||
</td>
|
||||
<td class="filesize"
|
||||
style="color:rgb({sizeColor}, {sizeColor}, {sizeColor})">
|
||||
{size}
|
||||
</td>
|
||||
<td class="filesize">{size}</td>
|
||||
<td class="date">{date}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user