.container-fluid .input-group .form-control{
/* yous css*/
}
This is because the bootstrap get the .form-control
with two clases and this type of selection .input-group .form-control
is stronger then just .form-control
.input-group .form-control{
}
Use this website to calculate which selector is stronger .
Check this screenshot the first selectors have 3 points and the second has only two so doesn't matter where you place the first selectors are stronger than second. Every id has 100 points , classes have 10 points and tags have 1 point
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…