Поэтому, когда я установил
Код: Выделить всё
.tooltip-inner{
margin-left:100px;
}
Код: Выделить всё
#pls_btn .tooltip-inner{
..
}
or
#pls_btn>.tooltip-inner{
..
}
Подробнее здесь: https://stackoverflow.com/questions/328 ... ement-only
Код: Выделить всё
.tooltip-inner{
margin-left:100px;
}
Код: Выделить всё
#pls_btn .tooltip-inner{
..
}
or
#pls_btn>.tooltip-inner{
..
}