fixed active rows in tables
这个提交包含在:
父节点
dd154f6a9e
当前提交
a545dc63f6
共有 6 个文件被更改,包括 36 次插入 和 4 次删除
|
|
@ -15,6 +15,11 @@ body {
|
||||||
--bs-table-accent-bg: #2b3e50;
|
--bs-table-accent-bg: #2b3e50;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-striped tbody > tr.activeRow {
|
||||||
|
background-color: #5cb85c !important;
|
||||||
|
--bs-table-accent-bg: none;
|
||||||
|
}
|
||||||
|
|
||||||
.border-top {
|
.border-top {
|
||||||
--bs-border-color: #253544;
|
--bs-border-color: #253544;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,11 @@ body {
|
||||||
--bs-table-accent-bg: #2b3e50;
|
--bs-table-accent-bg: #2b3e50;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-striped tbody > tr.activeRow {
|
||||||
|
background-color: #5cb85c !important;
|
||||||
|
--bs-table-accent-bg: none;
|
||||||
|
}
|
||||||
|
|
||||||
.border-top {
|
.border-top {
|
||||||
--bs-border-color: #253544;
|
--bs-border-color: #253544;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,10 +9,16 @@
|
||||||
--bs-table-striped-color: #fff;
|
--bs-table-striped-color: #fff;
|
||||||
--bs-table-active-color: #fff;
|
--bs-table-active-color: #fff;
|
||||||
--bs-table-hover-color: #fff;
|
--bs-table-hover-color: #fff;
|
||||||
|
--bs-table-accent-bg: #303030;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table > tbody > odd, .tabledxcc > tbody, .tablecq > tbody, #doktable > tbody, .tableiota > tbody, .tablewas > tbody, #qsoList > tbody {
|
.qslprint {
|
||||||
--bs-table-accent-bg: #303030;
|
--bs-table-striped-bg: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-striped tbody > tr.activeRow {
|
||||||
|
background-color: #5cb85c !important;
|
||||||
|
--bs-table-accent-bg: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.border-top {
|
.border-top {
|
||||||
|
|
|
||||||
|
|
@ -9,10 +9,16 @@
|
||||||
--bs-table-striped-color: #fff;
|
--bs-table-striped-color: #fff;
|
||||||
--bs-table-active-color: #fff;
|
--bs-table-active-color: #fff;
|
||||||
--bs-table-hover-color: #fff;
|
--bs-table-hover-color: #fff;
|
||||||
|
--bs-table-accent-bg: #303030;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table > tbody > odd, .tabledxcc > tbody, .tablecq > tbody, #doktable > tbody, .tableiota > tbody, .tablewas > tbody, #qsoList > tbody {
|
.qslprint {
|
||||||
--bs-table-accent-bg: #303030;
|
--bs-table-striped-bg: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-striped tbody > tr.activeRow {
|
||||||
|
background-color: #5cb85c !important;
|
||||||
|
--bs-table-accent-bg: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.border-top {
|
.border-top {
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,11 @@ body {
|
||||||
--bs-table-accent-bg: #2b3e50;
|
--bs-table-accent-bg: #2b3e50;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-striped tbody > tr.activeRow {
|
||||||
|
background-color: #5cb85c !important;
|
||||||
|
--bs-table-accent-bg: none;
|
||||||
|
}
|
||||||
|
|
||||||
.border-top {
|
.border-top {
|
||||||
--bs-border-color: #253544;
|
--bs-border-color: #253544;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,11 @@ body {
|
||||||
--bs-table-accent-bg: #2b3e50;
|
--bs-table-accent-bg: #2b3e50;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-striped tbody > tr.activeRow {
|
||||||
|
background-color: #5cb85c !important;
|
||||||
|
--bs-table-accent-bg: none;
|
||||||
|
}
|
||||||
|
|
||||||
.border-top {
|
.border-top {
|
||||||
--bs-border-color: #253544;
|
--bs-border-color: #253544;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用