이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
anoopmb
/
frappe
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
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;
}
쓰기
미리보기
불러오는 중...
취소
저장