.isc-control img, 
div[role="grid"] img, 
.listGrid img,
table[role="presentation"] img {
    max-width: none !important; /* Sınırı kaldır */
    max-height: none !important;
    margin: 0 !important;       /* Dışarıdan margin gelmesin */
    padding: 0 !important;      /* Padding gelmesin */
    box-shadow: none !important; /* Bootstrap focus efekti gölge yapmasın */
}

/* 2. Eğer checkbox input tag'i ise (Native checkbox kullanıyorsan) */
.isc-control input[type="checkbox"], 
.listGrid input[type="checkbox"] {
    width: 8px !important;    /* Sabit boyut */
    height: 8px !important;
    margin: 0 auto !important; /* Ortala */
    transform: none !important; /* Varsa scale efektini iptal et */
}