/* assets/check-disabled.css */
#cr_check_sql[disabled] {
  opacity: .65;
  cursor: not-allowed;
  filter: grayscale(0.2);
}
