forked from 0x2620/oxjs
update calendar css
This commit is contained in:
parent
718ec32e44
commit
5a04e4fb8e
3 changed files with 8 additions and 8 deletions
|
|
@ -119,11 +119,11 @@ Calendar
|
|||
}
|
||||
|
||||
.OxThemeClassic .OxCalendar .OxOverlay div:nth-child(even) {
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.5);
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
box-shadow: inset 0 0 2px rgb(0, 0, 0);
|
||||
}
|
||||
.OxThemeClassic .OxCalendar .OxOverlay div:nth-child(odd) {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -118,11 +118,11 @@ Calendar
|
|||
}
|
||||
|
||||
.OxThemeModern .OxCalendar .OxOverlay div:nth-child(even) {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.5);
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
box-shadow: inset 0 0 2px rgb(255, 255, 255);
|
||||
}
|
||||
.OxThemeModern .OxCalendar .OxOverlay div:nth-child(odd) {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue