1234567891011121314151617181920212223242526 |
- .custom-flex-grid .wj-header.wj-cell {
- color: #fff;
- background-color: #000;
- border-bottom: solid 1px #404040;
- border-right: solid 1px #404040;
- font-weight: bold;
- }
- .custom-flex-grid .wj-cell {
- background-color: #fff;
- border: none;
- }
- .custom-flex-grid .wj-alt:not(.wj-state-selected):not(.wj-state-multi-selected) {
- background-color: #fff;
- }
- .custom-flex-grid .wj-state-selected {
- background: #000;
- color: #fff;
- }
- .custom-flex-grid .wj-state-multi-selected {
- background: #222;
- color: #fff;
- }
|