mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
add styles used in calendar
This commit is contained in:
parent
a16b58a9fa
commit
fad908cbe0
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user