使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
anoopmb
/
frappe
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
[fix] datepicker z-index
version-14
Faris Ansari
8 年前
父节点
563e061876
当前提交
2002d097c8
共有
3 个文件被更改
,包括
9 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+3
-0
frappe/public/css/desk.css
+3
-0
frappe/public/css/website.css
+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;
撰写
预览
正在加载...
取消
保存