diff --git a/assets/styles/app.css b/assets/styles/app.css index 548e377..3c8fd81 100644 --- a/assets/styles/app.css +++ b/assets/styles/app.css @@ -15,4 +15,16 @@ body { .no-name { color: #df5a0d; +} + +table.js-sort-table th { + cursor: pointer; +} + +table.js-sort-table th:hover { + background-color: #f0f0f0; +} + +table.js-sort-table th:active { + background-color: #e0e0e0; } \ No newline at end of file