expand.less 734 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .btn-group-vertical {
  2. vertical-align: middle;
  3. margin: 5px;
  4. .expand, .expand-caption {
  5. width: 40px;
  6. margin: 0;
  7. padding: 0;
  8. border: none!important;
  9. border-radius: 0!important;
  10. &:hover {
  11. background-color: @tool-hover;
  12. }
  13. &:active {
  14. background-color: @tool-active;
  15. }
  16. &.active {
  17. box-shadow: none;
  18. background-color: @tool-hover;
  19. }
  20. }
  21. .expand {
  22. height: 25px;
  23. background: url(images/icons.png) no-repeat 0 -995px;
  24. background-position-x: 50%;
  25. }
  26. .expand-caption {
  27. height: 20px;
  28. .caption {
  29. font-size: 12px;
  30. }
  31. }
  32. }