diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/templates/filepicker.html | 5 |
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> |