You are here

views_table_highlighter.css in Views Table Highlighter 6

Same filename and directory in other branches
  1. 7 views_table_highlighter.css
tr.views-table-highlighter-red.odd              { background-color: #f99; }
tr.views-table-highlighter-red.even             { background-color: #fbb; }
tr.views-table-highlighter-red.odd  .active     { background-color: #f88; }
tr.views-table-highlighter-red.even .active     { background-color: #faa; }

tr.views-table-highlighter-green.odd            { background-color: #9f9; }
tr.views-table-highlighter-green.even           { background-color: #bfb; }
tr.views-table-highlighter-green.odd  .active   { background-color: #8f8; }
tr.views-table-highlighter-green.even .active   { background-color: #afa; }

tr.views-table-highlighter-blue.odd             { background-color: #99f; }
tr.views-table-highlighter-blue.even            { background-color: #bbf; }
tr.views-table-highlighter-blue.odd  .active    { background-color: #88f; }
tr.views-table-highlighter-blue.even .active    { background-color: #aaf; }

tr.views-table-highlighter-yellow.odd           { background-color: #ff9; }
tr.views-table-highlighter-yellow.even          { background-color: #ffb; }
tr.views-table-highlighter-yellow.odd  .active  { background-color: #ff8; }
tr.views-table-highlighter-yellow.even .active  { background-color: #ffa; }

tr.views-table-highlighter-magenta.odd          { background-color: #f9f; }
tr.views-table-highlighter-magenta.even         { background-color: #fbf; }
tr.views-table-highlighter-magenta.odd  .active { background-color: #f8f; }
tr.views-table-highlighter-magenta.even .active { background-color: #faf; }

tr.views-table-highlighter-cyan.odd             { background-color: #9ff; }
tr.views-table-highlighter-cyan.even            { background-color: #bff; }
tr.views-table-highlighter-cyan.odd  .active    { background-color: #8ff; }
tr.views-table-highlighter-cyan.even .active    { background-color: #aff; }

File

views_table_highlighter.css
View source
  1. tr.views-table-highlighter-red.odd { background-color: #f99; }
  2. tr.views-table-highlighter-red.even { background-color: #fbb; }
  3. tr.views-table-highlighter-red.odd .active { background-color: #f88; }
  4. tr.views-table-highlighter-red.even .active { background-color: #faa; }
  5. tr.views-table-highlighter-green.odd { background-color: #9f9; }
  6. tr.views-table-highlighter-green.even { background-color: #bfb; }
  7. tr.views-table-highlighter-green.odd .active { background-color: #8f8; }
  8. tr.views-table-highlighter-green.even .active { background-color: #afa; }
  9. tr.views-table-highlighter-blue.odd { background-color: #99f; }
  10. tr.views-table-highlighter-blue.even { background-color: #bbf; }
  11. tr.views-table-highlighter-blue.odd .active { background-color: #88f; }
  12. tr.views-table-highlighter-blue.even .active { background-color: #aaf; }
  13. tr.views-table-highlighter-yellow.odd { background-color: #ff9; }
  14. tr.views-table-highlighter-yellow.even { background-color: #ffb; }
  15. tr.views-table-highlighter-yellow.odd .active { background-color: #ff8; }
  16. tr.views-table-highlighter-yellow.even .active { background-color: #ffa; }
  17. tr.views-table-highlighter-magenta.odd { background-color: #f9f; }
  18. tr.views-table-highlighter-magenta.even { background-color: #fbf; }
  19. tr.views-table-highlighter-magenta.odd .active { background-color: #f8f; }
  20. tr.views-table-highlighter-magenta.even .active { background-color: #faf; }
  21. tr.views-table-highlighter-cyan.odd { background-color: #9ff; }
  22. tr.views-table-highlighter-cyan.even { background-color: #bff; }
  23. tr.views-table-highlighter-cyan.odd .active { background-color: #8ff; }
  24. tr.views-table-highlighter-cyan.even .active { background-color: #aff; }