]> git.nbdom.net Git - nb.git/commitdiff
border collapse with radius
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Fri, 13 Jan 2017 16:17:28 +0000 (16:17 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Fri, 13 Jan 2017 16:17:28 +0000 (16:17 +0000)
www/dbq/html/default.css

index 854e7d07400924058f371172c90eb05045cf0af9..b09ba31a904ff046b72ecdecd69209cba1a771f5 100644 (file)
@@ -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;