Although this is an old question, I would like to answer for those who have the same problem today.
, background-origin
:
angular , background-position background-image. [...] , .
:
#QLineEdit#SearchBarEditBox{
background-color: #FFFFFF;
border-radius: 12px;
border: 1px solid #DEDEDE;
padding: 4px 4px 4px 10px;
background-image: url(:/icons/search.png);
background-repeat: no-repeat;
background-position: left center;
background-origin: content;
}
"10px" "30px", , .
, :)