How do I change my checkbox colours on the following page?
问题 I'm trying to adapt some code from the following page: https://plnkr.co/edit/plSzOtlpPXFguBIY1JwB?p=preview When I click 'Column', the checkboxes are pink. The style seems controlled as follows: <style> html, body { margin: 0; padding: 0; height: 100%; } </style> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto"/> <script src="https://unpkg.com/ag-grid-enterprise@18.1.1/dist/ag-grid-enterprise.min.js"></script></head> <body> <div id="myGrid" style="height: 100%;"