mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix filepicker bug in dark mode
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
dad31ce3fa
commit
3b03324998
1 changed files with 1 additions and 4 deletions
|
|
@ -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 a new issue