0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Fix background position (#28814)

This commit is contained in:
Sezer Esen 2019-05-26 12:13:55 +03:00 committed by XhmikosR
parent 621391255b
commit 01a71532d9

View File

@ -71,7 +71,7 @@
padding-right: $input-height-inner;
background-image: $icon;
background-repeat: no-repeat;
background-position: center right $input-height-inner-quarter;
background-position: right $input-height-inner-quarter center;
background-size: $input-height-inner-half $input-height-inner-half;
}