diff --git a/skin/vilesci.css b/skin/vilesci.css index 0af4e3f5d..0905cdfc9 100644 --- a/skin/vilesci.css +++ b/skin/vilesci.css @@ -661,4 +661,9 @@ input, textarea, select background-color:#FC988D; width:100%; text-align:center; +} + +/* Sortable tables */ +table.sortable thead { + cursor: pointer; } \ No newline at end of file