aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-20 20:01:23 -0700
committerfriendica <info@friendica.com>2014-04-20 20:01:23 -0700
commit1f93dc054afc3d2af9b41a9643e38fcf2a26215c (patch)
treed0701fb9e79cc4202cb532e6d822ca3c40f86612 /view/theme
parentd0dab3fcae591788f703550baaea59a576affd6a (diff)
downloadvolse-hubzilla-1f93dc054afc3d2af9b41a9643e38fcf2a26215c.tar.gz
volse-hubzilla-1f93dc054afc3d2af9b41a9643e38fcf2a26215c.tar.bz2
volse-hubzilla-1f93dc054afc3d2af9b41a9643e38fcf2a26215c.zip
bring back the toolicon colour
Diffstat (limited to 'view/theme')
-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 046f4de66..1bd3eb137 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2063,6 +2063,10 @@ img.mail-list-sender-photo {
border-radius: $radiuspx;
}
+.widget h3 {
+ color: $toolicon_colour;
+}
+
#note-text {
border: 1px solid #ccc;
border-radius: $radiuspx;