mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-20 20:13:40 +03:00
Delete border on opened zone
This commit is contained in:
parent
5f8c5cc3d9
commit
cf7cf12181
1 changed files with 10 additions and 1 deletions
|
@ -116,3 +116,12 @@ div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
padding: 8px;
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue