1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 18:40:03 +00:00

Fix background position (#28814)

This commit is contained in:
Sezer Esen 2019-05-26 12:13:55 +03:00 committed by Martijn Cuppens
parent c215dc83f0
commit de1a6e3201

View File

@ -71,7 +71,7 @@
padding-right: $input-height-inner; padding-right: $input-height-inner;
background-image: $icon; background-image: $icon;
background-repeat: no-repeat; 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; background-size: $input-height-inner-half $input-height-inner-half;
} }