This website works better with JavaScript.
首頁
探索
說明
登入
anoopmb
/
frappe
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Merge pull request
#1148
from anandpdoshi/anand-june-5
Datepicker issue
version-14
Nabin Hait
10 年之前
父節點
bdc0625037
83f29ee286
當前提交
ce11dda06a
共有
2 個文件被更改
,包括
11 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
frappe/public/css/desk.css
+7
-0
frappe/public/less/desk.less
+ 4
- 0
frappe/public/css/desk.css
查看文件
@@ -394,6 +394,10 @@ ul.linked-with-list li {
.modal-title {
margin-top: 5px;
}
.modal .form-control {
position: relative;
z-index: 1140;
}
.form-group {
margin-bottom: 7px;
}
+ 7
- 0
frappe/public/less/desk.less
查看文件
@@ -224,6 +224,13 @@ ul.linked-with-list li {
margin-top: 5px;
}
// fixes datepicker z-index issue
// datepicker takes zindex of input + 1 when input's position is relative
.modal .form-control {
position: relative;
z-index: 1140;
}
.form-group {
margin-bottom: 7px;
}
Write
Preview
Loading…
取消
儲存