Skip to content

Commit

Permalink
Style search table to indicate sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfe committed Jul 10, 2017
1 parent 857575b commit 3953ea6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.tablesorter-header-inner {
cursor: pointer;
}

.tablesorter-headerDesc .tablesorter-header-inner::before {
content:"\e114";
font-family:"Glyphicons Halflings";
line-height:1;
margin: 2px;
}

.tablesorter-headerAsc .tablesorter-header-inner::before {
content:"\e113";
font-family:"Glyphicons Halflings";
line-height:1;
margin: 2px;
}

0 comments on commit 3953ea6

Please sign in to comment.