diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-09-28 23:16:32 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-09-28 23:17:25 +0200 |
commit | 3f7d964acd5c83d62f91599ca95db55bdbbd8e69 (patch) | |
tree | d64cab59e365c0169368ae849fa4d4d2043a1d03 /apps/calendar/css | |
parent | 45c983e899388d78bf9b9087aa40f894ca8cf74e (diff) | |
download | nextcloud-server-3f7d964acd5c83d62f91599ca95db55bdbbd8e69.tar.gz nextcloud-server-3f7d964acd5c83d62f91599ca95db55bdbbd8e69.zip |
Color event background with calendar color
Diffstat (limited to 'apps/calendar/css')
-rw-r--r-- | apps/calendar/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css index f1bd0f9a9c4..e28bedb6677 100644 --- a/apps/calendar/css/style.css +++ b/apps/calendar/css/style.css @@ -45,6 +45,7 @@ .weekend_thead, .weekend_row{height: 20px;text-align: center;text-align: center;background: #F3F3F3;} .thisday{background: #FFFABC;} .event {position:relative;} +.event.colored {border-bottom: 1px solid white;} .popup {display: none; position: absolute; z-index: 1000; background: #eeeeee; color: #000000; border: 1px solid #1a1a1a; font-size: 90%;} .event_popup {width: 280px; height: 40px; padding: 10px;} |