diff options
author | friendica <info@friendica.com> | 2014-04-20 20:01:23 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-20 20:01:23 -0700 |
commit | 1f93dc054afc3d2af9b41a9643e38fcf2a26215c (patch) | |
tree | d0701fb9e79cc4202cb532e6d822ca3c40f86612 /view/theme/redbasic/css | |
parent | d0dab3fcae591788f703550baaea59a576affd6a (diff) | |
download | volse-hubzilla-1f93dc054afc3d2af9b41a9643e38fcf2a26215c.tar.gz volse-hubzilla-1f93dc054afc3d2af9b41a9643e38fcf2a26215c.tar.bz2 volse-hubzilla-1f93dc054afc3d2af9b41a9643e38fcf2a26215c.zip |
bring back the toolicon colour
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
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; |