]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix filepicker bug in dark mode
authorszaimen <szaimen@e.mail.de>
Wed, 7 Jul 2021 23:50:57 +0000 (01:50 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Fri, 9 Jul 2021 11:13:22 +0000 (11:13 +0000)
Signed-off-by: szaimen <szaimen@e.mail.de>
core/templates/filepicker.html

index 62dced8cd4d7ab1488ae27e690c34104796bb86e..91514010cb3c4355d9445a3fa95da33c308e057a 100644 (file)
                                                        <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>