sync
[roojs1] / less / roojs-bootstrap / table.less
index 656e032..c636a0f 100644 (file)
 
 /* standard bootstrap does not colour rows very well.. */
 
-
-.table > tbody > tr.info > td
+.table > tbody > tr.info
 {
-  background-color: @brand-info; //#d9edf7;
+  background-color: @state-info-bg; //#d9edf7;
 }
 
-.table > tbody > tr.info
+.table-hover > tbody > tr.info:hover
 {
-  background-color: @brand-info; //#d9edf7;
+  background-color: darken(@state-info-bg, 5%); //#c4e3f3;
 }
 
-.table-hover > tbody > tr.info:hover
+.table tfoot .navbar {
+    min-height : inherit;
+}
+
+/* for ie11 && edge: fixing height inheriting from tbody to tr */
+.roo-ie11 table tbody tr,
+.roo-edge table tbody tr
 {
-  background-color: darken(@brand-info, 10%); //#c4e3f3;
+    height: auto;
 }
\ No newline at end of file