forked from extern/egroupware
* Calendar - add a line to the top of events so consecutive events are better separated
This commit is contained in:
parent
e6931f76ee
commit
467d052c90
@ -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())
|
if(jQuery.Color("rgba(0,0,0,0)").toRgbaString() != jQuery.Color(this.div,'background-color').toRgbaString())
|
||||||
{
|
{
|
||||||
// Most statuses use colored borders
|
// 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)
|
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
|
* border-color: depending on category
|
||||||
* background: depending on category (shade)
|
* background: depending on category (shade)
|
||||||
*/
|
*/
|
||||||
background-color: #679FD2;
|
background-color: #679fd2;
|
||||||
|
border-top: 1px solid;
|
||||||
}
|
}
|
||||||
.calendar_calEvent:not([class*=" cat_"]) {
|
.calendar_calEvent:not([class*=" cat_"]) {
|
||||||
/* Defaults for no category, so we don't override it */
|
/* 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: depending on category (shade)
|
||||||
*/
|
*/
|
||||||
background-color: @egw_color_blue_lightest;
|
background-color: @egw_color_blue_lightest;
|
||||||
|
|
||||||
|
border-top: 1px solid;
|
||||||
}
|
}
|
||||||
.calendar_calEvent:not([class*=" cat_"]) {
|
.calendar_calEvent:not([class*=" cat_"]) {
|
||||||
/* Defaults for no category, so we don't override it */
|
/* Defaults for no category, so we don't override it */
|
||||||
|
Loading…
Reference in New Issue
Block a user