You are here

views_matrix.css in Views Matrix 7

Same filename and directory in other branches
  1. 8 views_matrix.css

Default style for Views Matrix.

File

views_matrix.css
View source
  1. /**
  2. * @file
  3. * Default style for Views Matrix.
  4. */
  5. table.views-matrix tbody tr th.views-matrix-row-header,
  6. table.views-matrix thead tr th.views-matrix-col-header {
  7. background: none repeat scroll 0 0 rgba(0, 0, 0, 0.51);
  8. color: #EEEEEE;
  9. }
  10. table.views-matrix thead tr,
  11. table.views-matrix thead tr th.views-matrix-col-first {
  12. background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  13. }
  14. table.views-matrix tbody tr td.even {
  15. background-color: #EEEEEE;
  16. }
  17. table.views-matrix tbody tr td.odd {
  18. background-color: #DDDDDD;
  19. }