Skip to content

Commit 2640b8b

Browse files
committed
color the sorting column header for emphasis
1 parent 9b21911 commit 2640b8b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • src/main/resources/webapp/static/css

src/main/resources/webapp/static/css/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,4 +425,8 @@ span.formatNumber {
425425
font-size: 18px;
426426
color: #a36b83;
427427
font-weight: bold;
428-
}
428+
}
429+
table.res th.sorting-asc, table.res th.sorting-desc {
430+
background: #CCC;
431+
border-radius: 5px 5px 0 0;
432+
}

0 commit comments

Comments
 (0)