Browse Source

[ui] yet another z-index fix (#2248)

version-14
Faris Ansari 8 years ago
committed by Rushabh Mehta
parent
commit
b724c36c82
2 changed files with 7 additions and 6 deletions
  1. +3
    -3
      frappe/public/css/desk.css
  2. +4
    -3
      frappe/public/less/desk.less

+ 3
- 3
frappe/public/css/desk.css View File

@@ -354,9 +354,6 @@ fieldset[disabled] .form-control {
border-bottom: 1px solid #EBEFF2;
}
/* jquery ui */
.ui-datepicker {
z-index: 100 !important;
}
.ui-datepicker .ui-datepicker-header {
border-radius: 0px !important;
}
@@ -468,6 +465,9 @@ fieldset[disabled] .form-control {
.form-control input {
padding: 6px 10px 8px;
}
.link-field.ui-front {
z-index: inherit;
}
.modal .hasDatepicker {
z-index: 1140;
}


+ 4
- 3
frappe/public/less/desk.less View File

@@ -144,9 +144,6 @@ textarea.form-control {


/* jquery ui */
.ui-datepicker {
z-index: 100 !important;
}

.ui-datepicker .ui-datepicker-header {
border-radius: 0px !important;
@@ -287,6 +284,10 @@ textarea.form-control {
}
}

.link-field.ui-front {
z-index: inherit;
}

.modal .hasDatepicker {
z-index: 1140;
}


Loading…
Cancel
Save