Delete border on opened zone

This commit is contained in:
Mark Schouten 2014-05-23 14:43:36 +02:00
parent 5f8c5cc3d9
commit cf7cf12181

View file

@ -115,4 +115,13 @@ select {
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td {
cursor: default;
padding: 8px;
}
}
div.jtable-main-container > table.jtable {
border: 1px solid #DDD;
}
div.jtable-main-container > table.jtable > tbody > tr > td {
border-bottom: 0px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-child-row > td {
border: medium none;
}