mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
When printing events, make times & all day event description bold for better visibility
This commit is contained in:
parent
a88139e8a5
commit
eb859ca36b
@ -52,6 +52,12 @@
|
|||||||
-webkit-filter:opacity(0.85);
|
-webkit-filter:opacity(0.85);
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
}
|
}
|
||||||
|
/* Make times & all day description bold for better visibility */
|
||||||
|
div.calendar_calDayColAllDay div.calendar_calEventBodySmall,
|
||||||
|
div.calendar_calEventHeader, div.calendar_calEventHeaderSmall
|
||||||
|
{
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -63,6 +63,12 @@
|
|||||||
-webkit-filter: opacity(0.85);
|
-webkit-filter: opacity(0.85);
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
}
|
}
|
||||||
|
/* Make times & all day description bold for better visibility */
|
||||||
|
div.calendar_calDayColAllDay div.calendar_calEventBodySmall,
|
||||||
|
div.calendar_calEventHeader,
|
||||||
|
div.calendar_calEventHeaderSmall {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Sidebox
|
* Sidebox
|
||||||
|
Loading…
Reference in New Issue
Block a user