forked from 0x2620/oxjs
update calendar css
This commit is contained in:
parent
a39f76863f
commit
d7507ee5ab
3 changed files with 25 additions and 18 deletions
|
|
@ -111,6 +111,12 @@ Calendar
|
|||
.OxThemeClassic .OxCalendar .OxLine > .OxEvent {
|
||||
color: rgb(0, 0, 0);
|
||||
}
|
||||
.OxThemeClassic .OxCalendar .OxLine > .OxEvent.OxSelected {
|
||||
box-shadow: inset 0 0 1px rgb(0, 0, 0),
|
||||
inset 0 0 1px rgb(0, 0, 0),
|
||||
inset 0 0 1px rgb(0, 0, 0),
|
||||
inset 0 0 1px rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
.OxThemeClassic .OxCalendar .OxOverlay div:nth-child(even) {
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.5);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue