зеркало из https://github.com/github/vitess-gh.git
Add cursor sprinkle
Signed-off-by: notfelineit <notfelineit@gmail.com>
This commit is contained in:
Родитель
7e664d7cf5
Коммит
f4cefac4bb
|
@ -64,19 +64,22 @@ func StartHTMLTable(w http.ResponseWriter) {
|
|||
padding: 4px;
|
||||
border-style: solid;
|
||||
}
|
||||
table.gridtable th {
|
||||
padding-left: 2em;
|
||||
padding-right: 2em;
|
||||
}
|
||||
table.gridtable th {
|
||||
padding-left: 2em;
|
||||
padding-right: 2em;
|
||||
}
|
||||
table.gridtable thead th {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
table.gridtable th.descending:before {
|
||||
content: "▲";
|
||||
float: left;
|
||||
}
|
||||
table.gridtable th.ascending:before {
|
||||
content: "▼";
|
||||
float: left;
|
||||
}
|
||||
table.gridtable th.descending:before {
|
||||
content: "▲";
|
||||
float: left;
|
||||
}
|
||||
table.gridtable th.ascending:before {
|
||||
content: "▼";
|
||||
float: left;
|
||||
}
|
||||
</style>
|
||||
|
||||
<table class="gridtable">
|
||||
|
|
Загрузка…
Ссылка в новой задаче