mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-13 16:28:41 +00:00
highlight table sorting
This commit is contained in:
parent
4192f86a6b
commit
4286d1843c
|
|
@ -4471,6 +4471,10 @@ table.default {
|
||||||
background: var(--table-head-background); }
|
background: var(--table-head-background); }
|
||||||
table.default thead td {
|
table.default thead td {
|
||||||
border-bottom: 1px solid var(--box-border); }
|
border-bottom: 1px solid var(--box-border); }
|
||||||
|
table.default thead input[type=radio] {
|
||||||
|
display: none; }
|
||||||
|
table.default thead input[type=radio]:checked + label i {
|
||||||
|
color: var(--box-highlight); }
|
||||||
table.default .empty {
|
table.default .empty {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #d8d8d8; }
|
color: #d8d8d8; }
|
||||||
|
|
|
||||||
|
|
@ -92,6 +92,14 @@ table.default {
|
||||||
td {
|
td {
|
||||||
border-bottom: 1px solid var(--box-border);
|
border-bottom: 1px solid var(--box-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type=radio] {
|
||||||
|
display: none;
|
||||||
|
|
||||||
|
&:checked + label i {
|
||||||
|
color: var(--box-highlight);;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.empty {
|
.empty {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user