diff options
author | Julius Härtl <jus@bitgrid.net> | 2024-06-13 09:36:06 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2024-07-04 11:09:21 +0200 |
commit | f5fbe43548a5c5f6294a6b9b7e70de6aeb01f107 (patch) | |
tree | 6710eba8b972a527f2c153a9acc1c0dca4310e4b /core | |
parent | 9a2f026bd675dba99c04e380cf084e6ccd5fe96d (diff) | |
download | nextcloud-server-f5fbe43548a5c5f6294a6b9b7e70de6aeb01f107.tar.gz nextcloud-server-f5fbe43548a5c5f6294a6b9b7e70de6aeb01f107.zip |
fix: Adapt icon color to new default for mime icons
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/img/filetypes/whiteboard.svg | 2 | ||||
-rw-r--r-- | core/js/mimetypelist.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/img/filetypes/whiteboard.svg b/core/img/filetypes/whiteboard.svg index a5f1e1d8888..0febec18004 100644 --- a/core/img/filetypes/whiteboard.svg +++ b/core/img/filetypes/whiteboard.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.04,2.5L9.53,5H14.53L12.04,2.5M4,7V20H20V7H4M12,0L17,5V5H20A2,2 0 0,1 22,7V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V7A2,2 0 0,1 4,5H7V5L12,0M7,18V14H12V18H7M14,17V10H18V17H14M6,12V9H11V12H6Z" /></svg>
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.04,2.5L9.53,5H14.53L12.04,2.5M4,7V20H20V7H4M12,0L17,5V5H20A2,2 0 0,1 22,7V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V7A2,2 0 0,1 4,5H7V5L12,0M7,18V14H12V18H7M14,17V10H18V17H14M6,12V9H11V12H6Z" fill="#969696"/></svg>
\ No newline at end of file diff --git a/core/js/mimetypelist.js b/core/js/mimetypelist.js index ee40a208773..3becf6e37d3 100644 --- a/core/js/mimetypelist.js +++ b/core/js/mimetypelist.js @@ -142,7 +142,7 @@ OC.MimeTypeList={ "text-code", "text-vcard", "video", - "whiteboard", + "whiteboard", "x-office-document", "x-office-drawing", "x-office-form", |