From 8ffb65ceef4de1b1088ace577682812cba6016af Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 22 May 2012 22:34:35 -0700 Subject: [PATCH] event calendar theming --- view/theme/slackr/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css index 41f4e58eea..635f5bcf0e 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;