Skip to content

Commit

Permalink
Merge pull request #201 from astoorangi/webui
Browse files Browse the repository at this point in the history
webui: Updated bootstrap-table from 1.11.1 to 1.15.2
  • Loading branch information
arogge committed Jul 4, 2019
2 parents c98518e + e96e596 commit e940e01
Show file tree
Hide file tree
Showing 9 changed files with 13,979 additions and 5,781 deletions.
582 changes: 280 additions & 302 deletions webui/public/css/bootstrap-table.css

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion webui/public/css/bootstrap-table.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions webui/public/css/style.css
Expand Up @@ -89,3 +89,13 @@ body {
font-family: monospace;
}

.bootstrap-table .table.table-no-bordered > thead > tr > th,
.bootstrap-table .table.table-no-bordered > tbody > tr > td {
border-right: 2px solid transparent!important;
}
.bootstrap-table .table.table-no-bordered > tbody > tr > td:last-child {
border-right: none!important;
}
.fixed-table-container.table-no-bordered {
border: 1px solid transparent!important;
}

0 comments on commit e940e01

Please sign in to comment.