forked from 0x2620/oxjs
move scalebar out of content div, animate scalebar and scrollbar during keyboard navigation
This commit is contained in:
parent
1950b514b5
commit
263d8ea02c
2 changed files with 49 additions and 32 deletions
|
|
@ -199,8 +199,13 @@ Calendar
|
|||
height: 16px;
|
||||
cursor: ew-resize;
|
||||
}
|
||||
.OxCalendar .OxOverlay div:nth-child(even) {
|
||||
height: 14px;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.5);
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
.OxCalendar .OxOverlay div:nth-child(odd) {
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.OxCalendar .OxRange .OxArrow {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue