diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-19 21:51:21 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-19 21:51:21 -0800 |
commit | 250d947667b1500633d80b043ac3760be21446fc (patch) | |
tree | 66e3a68e1dbd901642e5cb59a7f4e1efd2e717d8 /include/text.php | |
parent | 6a49e3124e193edf57005873e825bf8328649183 (diff) | |
download | volse-hubzilla-250d947667b1500633d80b043ac3760be21446fc.tar.gz volse-hubzilla-250d947667b1500633d80b043ac3760be21446fc.tar.bz2 volse-hubzilla-250d947667b1500633d80b043ac3760be21446fc.zip |
cloud tiles: use folder-o for folders and set the icon colour to something a bit less harsh than the link colour for system icons. Dark solid blue folders are a bit overwhelming, as is the default text_colour (black)
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/text.php b/include/text.php index ee8318d7c..343e3f00b 100644 --- a/include/text.php +++ b/include/text.php @@ -2704,8 +2704,8 @@ function linkify_tags($a, &$body, $uid, $diaspora = false) { function getIconFromType($type) { $iconMap = array( //Folder - t('Collection') => 'fa-folder', - 'multipart/mixed' => 'fa-folder', //dirs in attach use this mime type + t('Collection') => 'fa-folder-o', + 'multipart/mixed' => 'fa-folder-o', //dirs in attach use this mime type //Common file 'application/octet-stream' => 'fa-file-o', //Text |