Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
tweak(Calendar): better event seperation in new event ui
Browse files Browse the repository at this point in the history
Change-Id: I72984f65f86ceaa144863ba2e499aed651a7525d
Reviewed-on: http://gerrit.tine20.com/customers/13913
Reviewed-by: Cornelius Weiss <c.weiss@metaways.de>
Tested-by: Cornelius Weiss <c.weiss@metaways.de>
  • Loading branch information
corneliusweiss committed Sep 5, 2019
1 parent 34eeea7 commit 2131c7b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tine20/Calendar/css/daysviewpanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,13 @@
border-right: none;
}

.cal-daysviewpanel-scroller .cal-daysviewpanel-event {
box-sizing: border-box;
border-top: 1px solid white !important;
}
.cal-daysviewpanel-scroller .cal-daysviewpanel-body-daycolumn-today .cal-daysviewpanel-event {
border-top: 1px solid #EBF3FD !important;
}
/*.ext-gecko .cal-daysviewpanel-event {*/
/* -moz-border-radius: 8px;*/
/*}*/
Expand Down

0 comments on commit 2131c7b

Please sign in to comment.