less/roojs-bootstrap/alert.scss
[roojs1] / less / roojs-bootstrap / table.less
index 342b9c6..eaa23c7 100644 (file)
@@ -1,12 +1,16 @@
 /* paging toolbar */
 
-.pagination .x-paging-position span {
-    padding-top:3px; padding-bottom:3px;
-}
-.pagination .x-paging-position span  input {
-    margin: 0 3px;
+.table {
+    .pagination .x-paging-position span {
+        padding: 3px 6px;
+    }
+    .pagination .x-paging-position span  input {
+        margin: 0 0 0 7px;
+        width: 42px;
+        padding: 0 5px;
+    }
+    
 }
-
 .navbar .pagination>li>span {
     min-height:34px;
 }
 }
 .skin-blue  .navbar .pagination > li > a:hover
 {
-   background-color:  @gray-lighter-86-5;
+   background-color:  @gray-light;
 }
 .skin-blue table .navbar {
-    background-color: @white;
+    background-color: @body-bg;
  
 }
 .skin-blue .navbar .pagination>li.disabled >a{
-    background-color: @gray-lighter-86-5;
+    background-color: @gray-light;
 }
 .skin-blue table .navbar {
     margin-bottom: 0;
 
 /* standard bootstrap does not colour rows very well.. */
 
-
 .table > tbody > tr.info
 {
-  background-color: #d9edf7;
+  background-color: @state-info-bg; //#d9edf7;
 }
 
 .table-hover > tbody > tr.info:hover
 {
-  background-color: #c4e3f3;
+  background-color: darken(@state-info-bg, 5%); //#c4e3f3;
+}
+
+.table tfoot .navbar {
+    min-height : inherit;
+}
+
+/* for ie11 && edge: fixing height inheriting from tbody to tr */
+.roo-ie11 table.table tbody tr,
+.roo-edge table.table tbody tr
+{
+    height: auto;
 }
\ No newline at end of file