Kaynağa Gözat

Merge pull request #2237 from netchampfaris/hotfix

z-index fix
version-14
Nabin Hait 8 yıl önce
committed by GitHub
ebeveyn
işleme
6c798d8530
4 değiştirilmiş dosya ile 9 ekleme ve 0 silme
  1. +1
    -0
      frappe/public/css/form_grid.css
  2. +3
    -0
      frappe/public/css/list.css
  3. +1
    -0
      frappe/public/less/form_grid.less
  4. +4
    -0
      frappe/public/less/list.less

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

@@ -147,6 +147,7 @@
}
.grid-row .frappe-control {
margin-bottom: 0px;
position: relative;
}
.grid-row .col-sm-6 .editor-toolbar-text-group,
.grid-row .col-sm-6 .editor-toolbar-align-group {


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

@@ -65,6 +65,9 @@
.filter_field {
width: 65% !important;
}
.filter_field .frappe-control {
position: relative;
}
}
.list-row {
padding: 9px 15px;


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

@@ -197,6 +197,7 @@

.frappe-control {
margin-bottom: 0px;
position: relative;
}

.col-sm-6 {


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

@@ -84,6 +84,10 @@

.filter_field {
width: 65% !important;

.frappe-control {
position: relative;
}
}
}



Yükleniyor…
İptal
Kaydet