mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
* Calendar - add a line to the top of events so consecutive events are better separated
This commit is contained in:
parent
105e191920
commit
c938cb37f1
@ -333,7 +333,7 @@ var et2_calendar_event = (function(){ "use strict"; return et2_valueWidget.exten
|
||||
if(jQuery.Color("rgba(0,0,0,0)").toRgbaString() != jQuery.Color(this.div,'background-color').toRgbaString())
|
||||
{
|
||||
// Most statuses use colored borders
|
||||
this.div.css('border-color',status_class === 'calendar_calEventAllAccepted' ? this.div.css('background-color') : '');
|
||||
this.div.css('border-color',this.div.css('background-color') );
|
||||
}
|
||||
|
||||
this.icons.appendTo(this.title)
|
||||
|
@ -2123,7 +2123,8 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
* border-color: depending on category
|
||||
* background: depending on category (shade)
|
||||
*/
|
||||
background-color: #679FD2;
|
||||
background-color: #679fd2;
|
||||
border-top: 1px solid;
|
||||
}
|
||||
.calendar_calEvent:not([class*=" cat_"]) {
|
||||
/* Defaults for no category, so we don't override it */
|
||||
|
@ -766,6 +766,8 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
* background: depending on category (shade)
|
||||
*/
|
||||
background-color: @egw_color_blue_lightest;
|
||||
|
||||
border-top: 1px solid;
|
||||
}
|
||||
.calendar_calEvent:not([class*=" cat_"]) {
|
||||
/* Defaults for no category, so we don't override it */
|
||||
|
Loading…
Reference in New Issue
Block a user