refactor(table): remove unneccessary borders

pull/3/head
alex 2016-02-18 14:06:39 +03:00
parent 17ca39c533
commit 2362f0a6dd
1 changed files with 9 additions and 6 deletions

View File

@ -57,6 +57,10 @@
} }
} }
.editable-wrap .btn-group.form-control{
background-color: transparent;
}
.editable-tr-wrap { .editable-tr-wrap {
.editable-wrap { .editable-wrap {
vertical-align: super; vertical-align: super;
@ -262,11 +266,10 @@ th {
color: $danger-dark; color: $danger-dark;
} }
.table > thead > tr > th, .table > tbody > tr > th{
.table > tbody > tr > th, border: none;
.table > tfoot > tr > th, }
.table > thead > tr > td,
.table > tbody > tr > td, .table-striped > tbody > tr > td {
.table > tfoot > tr > td { border: none;
} }