1
0
Fork 0
forked from 0x2620/oxjs

move scalebar out of content div, animate scalebar and scrollbar during keyboard navigation

This commit is contained in:
rolux 2011-05-27 10:19:51 +02:00
commit 263d8ea02c
2 changed files with 49 additions and 32 deletions

View file

@ -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 {