ソースを参照

[fix] datepicker z-index

version-14
Faris Ansari 8年前
コミット
2002d097c8
3個のファイルの変更9行の追加0行の削除
  1. +3
    -0
      frappe/public/css/desk.css
  2. +3
    -0
      frappe/public/css/website.css
  3. +3
    -0
      frappe/public/less/desk.less

+ 3
- 0
frappe/public/css/desk.css ファイルの表示

@@ -354,6 +354,9 @@ 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;
}


+ 3
- 0
frappe/public/css/website.css ファイルの表示

@@ -67,6 +67,9 @@ a.text-muted,
a.text-extra-muted {
text-decoration: none;
}
.underline {
text-decoration: underline;
}
/* the element that this class is applied to, should have a max width for this to work*/
.text-ellipsis,
.ellipsis {


+ 3
- 0
frappe/public/less/desk.less ファイルの表示

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


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

.ui-datepicker .ui-datepicker-header {
border-radius: 0px !important;


読み込み中…
キャンセル
保存