add styles used in calendar

This commit is contained in:
Uwe Steinmann 2017-02-15 13:55:30 +01:00
parent a16b58a9fa
commit fad908cbe0

View File

@ -46,6 +46,14 @@ ul.tree, ul.tree ul {
margin-left: 20px;
}
td.today {
background-color: rgb(255, 200, 0);
}
td.event {
background-color: rgb(0, 200, 255);
}
.wordbreak {
word-break: break-word;
}