diff options
author | friendica <info@friendica.com> | 2012-05-22 22:34:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-22 22:34:35 -0700 |
commit | 8ffb65ceef4de1b1088ace577682812cba6016af (patch) | |
tree | 61ce41fedf2efa5ad3862a387cffcdc59ce6c816 /view/theme/slackr | |
parent | 86a38cca248f969c61f825205e21a6d33fff3c8d (diff) | |
download | volse-hubzilla-8ffb65ceef4de1b1088ace577682812cba6016af.tar.gz volse-hubzilla-8ffb65ceef4de1b1088ace577682812cba6016af.tar.bz2 volse-hubzilla-8ffb65ceef4de1b1088ace577682812cba6016af.zip |
event calendar theming
Diffstat (limited to 'view/theme/slackr')
-rw-r--r-- | view/theme/slackr/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css index 41f4e58ee..635f5bcf0 100644 --- a/view/theme/slackr/style.css +++ b/view/theme/slackr/style.css @@ -40,6 +40,9 @@ nav #site-location { right: 36px; } +.fc-event-skin { + background-color: #3465a4 !important; +} .wall-item-photo, .photo, .contact-block-img, .my-comment-photo { border-radius: 3px; -moz-border-radius: 3px; |