From: Nicolas Boisselier Date: Fri, 13 Jan 2017 16:17:28 +0000 (+0000) Subject: border collapse with radius X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=7b6a1bc6a20c9901643e8c357d408b601de1e2f6;p=nb.git border collapse with radius --- diff --git a/www/dbq/html/default.css b/www/dbq/html/default.css index 854e7d07..b09ba31a 100644 --- a/www/dbq/html/default.css +++ b/www/dbq/html/default.css @@ -82,7 +82,6 @@ form.edit, object, iframe, pre { border-radius: 4px; - border-collapse: collapse; border-spacing: 0; padding: 0.5em 0.2em; @@ -91,11 +90,16 @@ object, iframe, pre background-color: #FAFAFA; } -table.rows tr:nth-child(odd) td { - background: #EEEEEE; +table.rows tr:nth-child(even) td { + background-color: #EEEEEE; } .rows { padding: 0; } +table.rows { + border-style: hidden; + border-collapse: collapse; + box-shadow: 0 0 0 1px #DDDDDD; +} ul.row li, div.row div, table.rows th, table.rows td { border-bottom: solid 1px #DDDDDD;