mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-59382 theme: bring the date picker forward
This commit is contained in:
parent
3862bcfaa3
commit
63dd75229b
@ -147,7 +147,7 @@
|
|||||||
@zindexFixedNavbar: 1030;
|
@zindexFixedNavbar: 1030;
|
||||||
@zindexModalBackdrop: 1040;
|
@zindexModalBackdrop: 1040;
|
||||||
@zindexModal: 1050;
|
@zindexModal: 1050;
|
||||||
|
@zindexModalContainer: 4050;
|
||||||
|
|
||||||
// Sprite icons path
|
// Sprite icons path
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
@ -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,
|
||||||
|
@ -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;
|
||||||
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user