diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-19 11:17:24 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-19 11:17:24 +0100 |
commit | 929f524e774e856c3ee5f65740614696089bd86a (patch) | |
tree | a59f5456cec67e18d2b2dad763c9aabadaf5444e /view/theme | |
parent | ee39e3cf7268b260ac12d0dd8157a47fdd579ff0 (diff) | |
download | volse-hubzilla-929f524e774e856c3ee5f65740614696089bd86a.tar.gz volse-hubzilla-929f524e774e856c3ee5f65740614696089bd86a.tar.bz2 volse-hubzilla-929f524e774e856c3ee5f65740614696089bd86a.zip |
css fixes
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a01517e2f..0b5b6ef80 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -847,6 +847,16 @@ nav .acpopup { cursor: pointer; } +.fc-unthemed th, +.fc-unthemed td, +.fc-unthemed thead, +.fc-unthemed tbody, +.fc-unthemed .fc-divider, +.fc-unthemed .fc-row, +.fc-unthemed .fc-popover { + border-color: #ccc !important; +} + .eventcal { float: left; font-size: 20px; |