aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/cloud_directory.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-11-19 21:51:21 -0800
committerzotlabs <mike@macgirvin.com>2017-11-19 21:51:21 -0800
commit250d947667b1500633d80b043ac3760be21446fc (patch)
tree66e3a68e1dbd901642e5cb59a7f4e1efd2e717d8 /view/tpl/cloud_directory.tpl
parent6a49e3124e193edf57005873e825bf8328649183 (diff)
downloadvolse-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 'view/tpl/cloud_directory.tpl')
-rw-r--r--view/tpl/cloud_directory.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl
index 3ae8cbf35..a9840a0b8 100644
--- a/view/tpl/cloud_directory.tpl
+++ b/view/tpl/cloud_directory.tpl
@@ -3,7 +3,7 @@
{{if $parentpath}}
<div class="cloud-container" >
- <div class="cloud-icon"><a href="{{$parentpath.path}}">
+ <div class="cloud-icon tiles"><a href="{{$parentpath.path}}">
<i class="fa fa-fw fa-level-up" ></i>
</a>
</div>
@@ -14,7 +14,7 @@
{{foreach $entries as $item}}
<div class="cloud-container">
- <div class="cloud-icon"><a href="{{$item.fullPath}}">
+ <div class="cloud-icon tiles"><a href="{{$item.fullPath}}">
{{if $item.photo_icon}}
<img src="{{$item.photo_icon}}" title="{{$item.type}}" >
{{else}}