utilities.css 299 B

12345678910111213
  1. .visiblity-utilities th small {
  2. display: block;
  3. color: #999; }
  4. .visiblity-utilities .is-visible {
  5. color: #468847;
  6. text-align: center;
  7. background-color: #dff0d8 !important; }
  8. .visiblity-utilities .is-hidden {
  9. color: #ccc;
  10. text-align: center;
  11. background-color: #f9f9f9 !important; }