modules-page.pcss.css 744 B

123456789101112131415161718192021222324252627282930313233
  1. /* Modules page */
  2. .system-modules fieldset {
  3. border: 0;
  4. border-top: 1px solid #ccc;
  5. }
  6. .system-modules .fieldset-wrapper {
  7. padding: 0;
  8. }
  9. .system-modules table,
  10. .locale-translation-status-form table {
  11. border: 0;
  12. }
  13. .system-modules tr.even,
  14. .system-modules tr.odd,
  15. .locale-translation-status-form tr.even,
  16. .locale-translation-status-form tr.odd {
  17. border: 0;
  18. border-bottom: 10px solid #fff;
  19. background: #f3f4ee;
  20. }
  21. .system-modules tr td:last-child,
  22. .locale-translation-status-form tr td:last-child {
  23. border: 0;
  24. }
  25. .system-modules table th,
  26. .locale-translation-status-form table th {
  27. border: 0;
  28. border-bottom: 10px solid #fff;
  29. }
  30. .system-modules .sticky-header th,
  31. .locale-translation-status-form .sticky-header th {
  32. border: 0;
  33. }