note.less 905 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .btn-group-vertical {
  2. vertical-align: top;
  3. margin: 5px;
  4. &.note-btn-group {
  5. border-right: 1px dashed #eee;
  6. padding-right: 5px;
  7. }
  8. .note-btn, .note-btn-caption {
  9. width: 40px;
  10. margin: 0;
  11. padding: 0;
  12. border: none!important;
  13. border-radius: 0!important;
  14. &:hover {
  15. background-color: @tool-hover;
  16. }
  17. &:active {
  18. background-color: @tool-active;
  19. }
  20. &.active {
  21. box-shadow: none;
  22. background-color: @tool-hover;
  23. }
  24. }
  25. .note-btn {
  26. height: 25px;
  27. background: url(images/icons.png) no-repeat center -1150px;
  28. }
  29. .note-btn-caption {
  30. height: 20px;
  31. .caption {
  32. font-size: 12px;
  33. }
  34. }
  35. }
  36. //override bootstrap
  37. .open > .dropdown-toggle.btn-default {
  38. background-color: @tool-hover;
  39. }