From cf7cf1218172dec7e03df46b56021030c1758f8e Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Fri, 23 May 2014 14:43:36 +0200 Subject: [PATCH] Delete border on opened zone --- css/base.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/css/base.css b/css/base.css index 3180c6c..8859ac1 100644 --- a/css/base.css +++ b/css/base.css @@ -115,4 +115,13 @@ select { div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td { cursor: default; padding: 8px; -} \ No newline at end of file +} +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; +}