このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
anoopmb
/
frappe
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
[fix] datepicker z-index
version-14
Faris Ansari
8年前
親
563e061876
コミット
2002d097c8
3個のファイルの変更
、
9行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
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;
書き込み
プレビュー
読み込み中…
キャンセル
保存