refactor(smartTables): remove tr border for contextual table

pull/3/head
alex 2016-02-24 14:59:32 +03:00
parent 1e9b501189
commit 87a7806ef5
1 changed files with 5 additions and 0 deletions

View File

@ -242,18 +242,23 @@ body.badmin-transparent {
} }
.table > tbody > tr.primary > td { .table > tbody > tr.primary > td {
background-color: $primary; background-color: $primary;
border: none;
} }
.table > tbody > tr.success > td { .table > tbody > tr.success > td {
background-color: $success; background-color: $success;
border: none;
} }
.table > tbody > tr.warning > td { .table > tbody > tr.warning > td {
background-color: $warning; background-color: $warning;
border: none;
} }
.table > tbody > tr.danger > td { .table > tbody > tr.danger > td {
background-color: $danger; background-color: $danger;
border: none;
} }
.table > tbody > tr.info > td { .table > tbody > tr.info > td {
background-color: $info; background-color: $info;
border: none;
} }
.editable-click, a.editable-click { .editable-click, a.editable-click {