jquery.bootstrap-touchspin.css 895 B

123456789101112131415161718192021222324252627282930313233343536
  1. /*
  2. * Bootstrap TouchSpin - v4.2.5
  3. * A mobile and touch friendly input spinner component for Bootstrap 3 & 4.
  4. * http://www.virtuosoft.eu/code/bootstrap-touchspin/
  5. *
  6. * Made by István Ujj-Mészáros
  7. * Under Apache License v2.0 License
  8. */
  9. /* This CSS file is unnecessary if you are not using vertical buttons functionality */
  10. .bootstrap-touchspin .input-group-btn-vertical {
  11. position: absolute;
  12. right: 0;
  13. height: 100%;
  14. z-index: 11;
  15. }
  16. .bootstrap-touchspin .input-group-btn-vertical > .btn {
  17. position: absolute;
  18. right: 0;
  19. height: 50%;
  20. padding: 0;
  21. width: 2em;
  22. text-align: center;
  23. line-height: 1;
  24. }
  25. .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  26. border-radius: 0 4px 0 0;
  27. top: 0;
  28. }
  29. .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  30. border-radius: 0 0 4px 0;
  31. bottom: 0;
  32. }