aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
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/theme/redbasic/css
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/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 5f31004ff..b3cd9c9f8 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -105,6 +105,10 @@ a,
color: $link_colour;
}
+.cloud-icon.tiles i {
+ color: #aaa;
+}
+
a:hover,
a:focus,
.fakelink:hover,