瀏覽代碼

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

version-14
Faris Ansari 8 年之前
committed by Rushabh Mehta
父節點
當前提交
b724c36c82
共有 2 個檔案被更改,包括 7 行新增6 行删除
  1. +3
    -3
      frappe/public/css/desk.css
  2. +4
    -3
      frappe/public/less/desk.less

+ 3
- 3
frappe/public/css/desk.css 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存