vendor/assets/stylesheets/bootstrap-table.css in bootstrap-table-rails-1.9.1 vs vendor/assets/stylesheets/bootstrap-table.css in bootstrap-table-rails-1.10.0
- old
+ new
@@ -1,8 +1,8 @@
/**
* @author zhixin wen <wenzhixin2010@gmail.com>
- * version: 1.8.1
+ * version: 1.10.0
* https://github.com/wenzhixin/bootstrap-table/
*/
.bootstrap-table .table {
margin-bottom: 0 !important;
@@ -15,11 +15,11 @@
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > thead > tr > td,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
- padding: 8px !important;
+ padding: 8px;
}
.bootstrap-table .table.table-no-bordered > thead > tr > th,
.bootstrap-table .table.table-no-bordered > tbody > tr > td {
border-right: 2px solid transparent;
@@ -62,10 +62,14 @@
padding: 0;
margin: 0;
border-left: 1px solid #dddddd;
}
+.fixed-table-container thead th:focus {
+ outline: 0 solid transparent;
+}
+
.fixed-table-container thead th:first-child {
border-left: none;
border-top-left-radius: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
@@ -272,9 +276,10 @@
}
.bootstrap-table .fixed-table-footer .table {
border-bottom: none;
border-radius: 0;
+ padding: 0 !important;
}
.pull-right .dropdown-menu {
right: 0;
left: auto;