|
@@ -835,7 +835,7 @@ input.label {
|
|
|
letter-spacing: .05em;
|
|
|
}
|
|
|
.table-header-default.table>thead>tr>th {
|
|
|
- border-bottom: 2px solid #f4f4f4;
|
|
|
+ border-bottom: 1px solid #f4f4f4;
|
|
|
}
|
|
|
.table>thead:first-child>tr:first-child>th:first-child {
|
|
|
padding-left: 18px;
|
|
@@ -2163,6 +2163,14 @@ div.layui-layer-btn{
|
|
|
display:inline!important;
|
|
|
}
|
|
|
|
|
|
+.grid-column-header a {
|
|
|
+ color: rgba(0, 0, 0, 0.5)!important;
|
|
|
+ font-size: 13px;
|
|
|
+}
|
|
|
+.grid-column-header a:hover,.grid-column-header a.active {
|
|
|
+ color: var(--font)!important;
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
/*!
|
|
|
* Waves v0.7.6
|