MDL-59382 theme: bring the date picker forward

This commit is contained in:
Simey Lameze 2017-08-01 12:02:35 +08:00 committed by Ryan Wyllie
parent 3862bcfaa3
commit 63dd75229b
4 changed files with 8 additions and 2 deletions

View File

@ -147,7 +147,7 @@
@zindexFixedNavbar: 1030; @zindexFixedNavbar: 1030;
@zindexModalBackdrop: 1040; @zindexModalBackdrop: 1040;
@zindexModal: 1050; @zindexModal: 1050;
@zindexModalContainer: 4050;
// Sprite icons path // Sprite icons path
// ------------------------- // -------------------------

View File

@ -22,6 +22,9 @@
// Calendar restyling. // Calendar restyling.
.path-calendar { .path-calendar {
#dateselector-calendar-panel {
z-index: @zindexModalContainer+4;
}
.calendartable { .calendartable {
width: 100%; width: 100%;
th, th,

View File

@ -10,7 +10,7 @@ body {
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 4050; z-index: @zindexModalContainer;
outline: 0; outline: 0;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;

View File

@ -5551,6 +5551,9 @@ img.iconsmall {
.calendar_event_user { .calendar_event_user {
background-color: #dce7ec; background-color: #dce7ec;
} }
.path-calendar #dateselector-calendar-panel {
z-index: 4054;
}
.path-calendar .calendartable { .path-calendar .calendartable {
width: 100%; width: 100%;
} }