|
@@ -12,7 +12,7 @@
|
|
|
|
|
|
.custom-data-table-header .table-responsive .top .action-btns .actions-dropodown {
|
|
|
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .14);
|
|
|
- border-radius: .5rem;
|
|
|
+ border-radius:.4rem;
|
|
|
margin-right: .75rem
|
|
|
}
|
|
|
|
|
@@ -257,7 +257,7 @@ table.custom-data-table.dataTable tbody tr, table.data-thumb-view.dataTable tbod
|
|
|
box-shadow: $shadow;
|
|
|
cursor: pointer;
|
|
|
transition: all .3s ease;
|
|
|
- border-radius: .5rem
|
|
|
+ border-radius:.4rem
|
|
|
}
|
|
|
|
|
|
table.custom-data-table.dataTable tbody tr:hover, table.data-thumb-view.dataTable tbody tr:hover {
|
|
@@ -269,13 +269,13 @@ table.custom-data-table.dataTable tbody tr:hover, table.data-thumb-view.dataTabl
|
|
|
|
|
|
table.custom-data-table.dataTable tbody tr td:first-child, table.data-thumb-view.dataTable tbody tr td:first-child {
|
|
|
padding-left: 1rem;
|
|
|
- border-top-left-radius: .5rem;
|
|
|
- border-bottom-left-radius: .5rem
|
|
|
+ border-top-left-radius:.4rem;
|
|
|
+ border-bottom-left-radius:.4rem
|
|
|
}
|
|
|
|
|
|
table.custom-data-table.dataTable tbody tr td:last-child, table.data-thumb-view.dataTable tbody tr td:last-child {
|
|
|
- border-top-right-radius: .5rem;
|
|
|
- border-bottom-right-radius: .5rem
|
|
|
+ border-top-right-radius:.4rem;
|
|
|
+ border-bottom-right-radius:.4rem
|
|
|
}
|
|
|
|
|
|
table.custom-data-table.dataTable tbody tr.selected td, table.data-thumb-view.dataTable tbody tr.selected td {
|