report.css 597 B

12345678910111213141516171819202122232425262728293031
  1. /* Filter styles. */
  2. .account-sentinel-filter-fields {
  3. float: none;
  4. clear: both;
  5. }
  6. .account-sentinel-filter-actions {
  7. float: none;
  8. clear: both;
  9. }
  10. /* Table styles */
  11. .account-sentinel-table tr {
  12. border-bottom: 1px solid #dbdbdb;
  13. }
  14. .account-sentinel-table tr:last-of-type {
  15. border-bottom: none;
  16. }
  17. .account-sentinel-table tr.origin--database td.col--by {
  18. color: #680308;
  19. }
  20. .account-sentinel-table tr.origin--database.odd td.col--by {
  21. background-color: #ffe1e1 !important;
  22. }
  23. .account-sentinel-table tr.origin--database.even td.col--by {
  24. background-color: #f6d8d8 !important;
  25. }