_tables.rtl.css 250 B

123456789101112131415161718
  1. /*=== Tables */
  2. table {
  3. border-collapse: collapse;
  4. }
  5. th, td {
  6. border: 1px solid var(--grey-medium-light);
  7. }
  8. th {
  9. background: var(--grey-lighter);
  10. }
  11. .config-articleicons td,
  12. .config-articleicons th {
  13. font-weight: normal;
  14. text-align: center;
  15. }