This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[fix] datepicker z-index
version-14
Faris Ansari
8 years ago
parent
563e061876
commit
2002d097c8
3 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View File
@@ -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
View File
@@ -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
View File
@@ -144,6 +144,9 @@ textarea.form-control {
/* jquery ui */
.ui-datepicker {
z-index: 100 !important;
}
.ui-datepicker .ui-datepicker-header {
border-radius: 0px !important;
Write
Preview
Loading…
Cancel
Save