summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2021-07-08 01:50:57 +0200
committerJoas Schilling <coding@schilljs.com>2021-07-09 09:22:39 +0200
commit3b033249982daca14ae7fcde5e2ddf1f1e5aef74 (patch)
tree341c6806789f2183a995c8b4be0f653d981df231 /core/templates
parentdad31ce3fa7085769b87309141c250c5865994b4 (diff)
downloadnextcloud-server-3b033249982daca14ae7fcde5e2ddf1f1e5aef74.tar.gz
nextcloud-server-3b033249982daca14ae7fcde5e2ddf1f1e5aef74.zip
fix filepicker bug in dark mode
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/filepicker.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/templates/filepicker.html b/core/templates/filepicker.html
index 62dced8cd4d..91514010cb3 100644
--- a/core/templates/filepicker.html
+++ b/core/templates/filepicker.html
@@ -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>