IDEMPIERE-369 Master Detail layout improvements. Grid shouldn't have row over effect when it is use for form layout.
This commit is contained in:
parent
a32bdcbf51
commit
16fd4e31a3
|
@ -776,6 +776,14 @@ div.simileAjax-bubble-container {
|
|||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.grid-layout tr.z-row-over>td.z-row-inner {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.grid-layout tr.z-row-over>td.z-row-inner, .grid-layout tr.z-row-over>.z-cell {
|
||||
background-image: none !important;
|
||||
}
|
||||
|
||||
.confirm-panel {
|
||||
width: 100%;
|
||||
height: 36px;
|
||||
|
|
Loading…
Reference in New Issue