| Summary: | [DateTime][Calendar] CSS-Attributes are partially applied | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Heiner Napp <h.napp> | ||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED INVALID | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 2.0 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
There is a specific CSS element to style the current month day:
DateTime-Calendar-Day {
background-color: #FFFECE;
}
I will close it as INVALID. Please reopen if you disagree.
Just a note: setting background-color of DateTime-Calendar-Day to transparent should work too:
DateTime.pflicht{
background-color: #FFFECE;
}
DateTime-Calendar-Day {
background-color: transparent;
}
|
Created attachment 229592 [details] Screenshot When setting the following Attributes: DateTime.pflicht{ background-color: #FFFECE; } The Calendar-Dates of the month before and after the current month are drawn with the background-color FFFECE.