Update 00_header.html
This commit is contained in:
@@ -38,6 +38,15 @@
|
|||||||
tr.selected {
|
tr.selected {
|
||||||
background-color: #d1eaff !important;
|
background-color: #d1eaff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
th.asc::after {
|
||||||
|
content: " 🔼";
|
||||||
|
}
|
||||||
|
|
||||||
|
th.desc::after {
|
||||||
|
content: " 🔽";
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user