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:
Heng Sin Low 2012-10-14 17:01:30 +08:00
parent a32bdcbf51
commit 16fd4e31a3
1 changed files with 8 additions and 0 deletions

View File

@ -776,6 +776,14 @@ div.simileAjax-bubble-container {
background-color: transparent !important; 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 { .confirm-panel {
width: 100%; width: 100%;
height: 36px; height: 36px;