Browse Source

[fix] datepicker z-index

version-14
Faris Ansari 8 years ago
parent
commit
2002d097c8
3 changed files with 9 additions and 0 deletions
  1. +3
    -0
      frappe/public/css/desk.css
  2. +3
    -0
      frappe/public/css/website.css
  3. +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;


Loading…
Cancel
Save