MDL-59382 theme: bring the date picker forward

This commit is contained in:
Simey Lameze
2017-08-02 07:52:20 +00:00
committed by Ryan Wyllie
parent 3862bcfaa3
commit 63dd75229b
4 changed files with 8 additions and 2 deletions
@@ -147,7 +147,7 @@
@zindexFixedNavbar: 1030;
@zindexModalBackdrop: 1040;
@zindexModal: 1050;
@zindexModalContainer: 4050;
// Sprite icons path
// -------------------------
@@ -22,6 +22,9 @@
// Calendar restyling.
.path-calendar {
#dateselector-calendar-panel {
z-index: @zindexModalContainer+4;
}
.calendartable {
width: 100%;
th,
+1 -1
View File
@@ -10,7 +10,7 @@ body {
right: 0;
bottom: 0;
left: 0;
z-index: 4050;
z-index: @zindexModalContainer;
outline: 0;
overflow-x: hidden;
overflow-y: auto;
+3
View File
@@ -5551,6 +5551,9 @@ img.iconsmall {
.calendar_event_user {
background-color: #dce7ec;
}
.path-calendar #dateselector-calendar-panel {
z-index: 4054;
}
.path-calendar .calendartable {
width: 100%;
}