Procházet zdrojové kódy

Merge pull request #1148 from anandpdoshi/anand-june-5

Datepicker issue
version-14
Nabin Hait před 10 roky
rodič
revize
ce11dda06a
2 změnil soubory, kde provedl 11 přidání a 0 odebrání
  1. +4
    -0
      frappe/public/css/desk.css
  2. +7
    -0
      frappe/public/less/desk.less

+ 4
- 0
frappe/public/css/desk.css Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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;
}


Načítá se…
Zrušit
Uložit