css-bootstrap/table.css
authorAlan Knowles <alan@roojs.com>
Thu, 10 Aug 2017 05:51:11 +0000 (13:51 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 10 Aug 2017 05:51:11 +0000 (13:51 +0800)
css-bootstrap/table.css

index 3a7a6fc..3916ab4 100644 (file)
 
 /* standard bootstrap does not colour rows very well.. */
 
+
+.table > tbody > tr.info
+{
+  background-color: #d9edf7;
+}
+
+.table-hover > tbody > tr.info:hover
+{
+  background-color: #c4e3f3;
+}
\ No newline at end of file