Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2021-07-08 02:50:57 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-07-09 12:03:08 +0300
commit0e90199f1d702bc2e96c773530ec9f15823b0fca (patch)
treebadc2056ac876457922475321acb09adca8702bc /core/templates
parent1826107f562bcde840e8b7e138ea13cf356b3981 (diff)
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>