tablesorter.css 325 B

1234567891011121314
  1. /*
  2. * Copyright 2008 The Closure Library Authors. All Rights Reserved.
  3. *
  4. * Use of this source code is governed by the Apache License, Version 2.0.
  5. * See the COPYING file for details.
  6. */
  7. /* Author: robbyw@google.com (Robby Walker) */
  8. /* Styles for goog.ui.TableSorter. */
  9. .goog-tablesorter-header {
  10. cursor: pointer
  11. }