Kaynağa Gözat

[fix] datepicker z-index

version-14
Faris Ansari 8 yıl önce
ebeveyn
işleme
2002d097c8
3 değiştirilmiş dosya ile 9 ekleme ve 0 silme
  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 Dosyayı Görüntüle

@@ -354,6 +354,9 @@ fieldset[disabled] .form-control {
border-bottom: 1px solid #EBEFF2; border-bottom: 1px solid #EBEFF2;
} }
/* jquery ui */ /* jquery ui */
.ui-datepicker {
z-index: 100 !important;
}
.ui-datepicker .ui-datepicker-header { .ui-datepicker .ui-datepicker-header {
border-radius: 0px !important; border-radius: 0px !important;
} }


+ 3
- 0
frappe/public/css/website.css Dosyayı Görüntüle

@@ -67,6 +67,9 @@ a.text-muted,
a.text-extra-muted { a.text-extra-muted {
text-decoration: none; text-decoration: none;
} }
.underline {
text-decoration: underline;
}
/* the element that this class is applied to, should have a max width for this to work*/ /* the element that this class is applied to, should have a max width for this to work*/
.text-ellipsis, .text-ellipsis,
.ellipsis { .ellipsis {


+ 3
- 0
frappe/public/less/desk.less Dosyayı Görüntüle

@@ -144,6 +144,9 @@ textarea.form-control {




/* jquery ui */ /* jquery ui */
.ui-datepicker {
z-index: 100 !important;
}


.ui-datepicker .ui-datepicker-header { .ui-datepicker .ui-datepicker-header {
border-radius: 0px !important; border-radius: 0px !important;


Yükleniyor…
İptal
Kaydet