mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:11 +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);
|
||||
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);
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user