diff --git a/src/sass/theme/_table.scss b/src/sass/theme/_table.scss index 288c645..e16c7cd 100644 --- a/src/sass/theme/_table.scss +++ b/src/sass/theme/_table.scss @@ -57,6 +57,10 @@ } } +.editable-wrap .btn-group.form-control{ + background-color: transparent; +} + .editable-tr-wrap { .editable-wrap { vertical-align: super; @@ -262,11 +266,10 @@ th { color: $danger-dark; } -.table > thead > tr > th, -.table > tbody > tr > th, -.table > tfoot > tr > th, -.table > thead > tr > td, -.table > tbody > tr > td, -.table > tfoot > tr > td { +.table > tbody > tr > th{ + border: none; +} +.table-striped > tbody > tr > td { + border: none; } \ No newline at end of file