Skip to content

Commit

Permalink
OTCWebsite: change cursor to pointer on sortable table headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Folkinshteyn committed Jul 25, 2012
1 parent 356ac4c commit a9fb991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OTCWebsite/otcstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ table.datadisplay td.nowrap { white-space: nowrap; }
table.datadisplay th { background-color: #f0f0ff; padding: 10px; vertical-align: middle; }
table.datadisplay tr.even { background-color: #eeeeec; }

table.sortable th { cursor: pointer; }

div.filter { background-color: #e9b96e; border: 1px dashed #f57900; padding: 2px; margin-bottom: 3px; text-align: center;}

0 comments on commit a9fb991

Please sign in to comment.