|
@@ -2081,7 +2081,7 @@ table.data-thumb-view.dataTable {
|
|
|
table.data-list-view.dataTable tbody tr:hover,
|
|
|
table.data-thumb-view.dataTable tbody tr:hover {
|
|
|
transform: none;
|
|
|
- background: #fafafa;
|
|
|
+ background: #f6fbff;
|
|
|
}
|
|
|
|
|
|
.table td {
|
|
@@ -2294,7 +2294,6 @@ table.dataTable.complex-headers tfoot td {
|
|
|
|
|
|
.card {
|
|
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
|
- border-radius: 0.4rem;
|
|
|
}
|
|
|
|
|
|
.card.dcat-box .card-header {
|
|
@@ -2352,6 +2351,7 @@ table.dataTable.complex-headers tfoot td {
|
|
|
|
|
|
.layui-layer {
|
|
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) !important;
|
|
|
+ border-radius: 0.5rem !important;
|
|
|
}
|
|
|
|
|
|
.layui-layer-title {
|
|
@@ -2363,6 +2363,7 @@ table.dataTable.complex-headers tfoot td {
|
|
|
text-transform: capitalize;
|
|
|
overflow: hidden;
|
|
|
background-color: #fff !important;
|
|
|
+ border-radius: 0.5rem 0.5rem 0 0 !important;
|
|
|
}
|
|
|
|
|
|
.layui-layer-setwin .layui-layer-min cite {
|
|
@@ -2427,6 +2428,10 @@ table.dataTable.complex-headers tfoot td {
|
|
|
color: #fff !important;
|
|
|
}
|
|
|
|
|
|
+.layui-layer-border {
|
|
|
+ border: 0 !important;
|
|
|
+}
|
|
|
+
|
|
|
.customizer {
|
|
|
width: 450px;
|
|
|
right: -450px;
|
|
@@ -2520,7 +2525,7 @@ table.dataTable.complex-headers tfoot td {
|
|
|
|
|
|
.box {
|
|
|
position: relative;
|
|
|
- border-radius: 0.4rem;
|
|
|
+ border-radius: 0.5rem;
|
|
|
background: #ffffff;
|
|
|
border-top: 2px solid transparent;
|
|
|
margin-bottom: 10px;
|