Advertisement
mrgiao

form=control-select

May 7th, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. .form-control-datepicker {
  2. padding-right: 33px;
  3. background-image: url('../img/icon-sprite-2x.png');
  4. background-repeat: no-repeat;
  5. background-position: right 8px;
  6. background-size: 150px 150px;
  7. }
  8.  
  9. .form-control-select {
  10. line-height: 1.2;
  11. padding-right: 33px;
  12. background-image: url('../img/icon-sprite-2x.png');
  13. background-repeat: no-repeat;
  14. background-position: right -21px;
  15. background-size: 150px 150px;
  16.  
  17. &.input-sm{
  18. background-position: right -23px;
  19. line-height: 1.2;
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement