table, tr, td { box-sizing: border-box; user-select: none; /* Prevents dragging issue */ } td.plate_cell { width: 30px; height: 30px; background: none; border-radius: 50%; border: 2px solid black; } td.plate_cell:hover { background: black !important; } td.current_select { background: lightblue !important; }