cust_flex_grid.css 518 B

1234567891011121314151617181920212223242526
  1. .custom-flex-grid .wj-header.wj-cell {
  2. color: #fff;
  3. background-color: #000;
  4. border-bottom: solid 1px #404040;
  5. border-right: solid 1px #404040;
  6. font-weight: bold;
  7. }
  8. .custom-flex-grid .wj-cell {
  9. background-color: #fff;
  10. border: none;
  11. }
  12. .custom-flex-grid .wj-alt:not(.wj-state-selected):not(.wj-state-multi-selected) {
  13. background-color: #fff;
  14. }
  15. .custom-flex-grid .wj-state-selected {
  16. background: #000;
  17. color: #fff;
  18. }
  19. .custom-flex-grid .wj-state-multi-selected {
  20. background: #222;
  21. color: #fff;
  22. }