alerting.less 787 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .copy-query {
  2. display: block;
  3. width: 30px;
  4. height: 36px;
  5. margin: 0;
  6. padding: 0;
  7. border: 0;
  8. background: transparent url(/img/CopyQuery.png) 50% 50% no-repeat;
  9. cursor: pointer;
  10. }
  11. .alert-state {
  12. display: inline-block;
  13. padding-left: 30px;
  14. background: 0 50% no-repeat;
  15. background-size: 20px auto;
  16. }
  17. .alert-state-online {
  18. background-image: url('/img/online.svg');
  19. }
  20. .alert-state-warning {
  21. background-image: url('/img/warn-tiny.svg');
  22. }
  23. .alert-state-critical {
  24. background-image: url('/img/critical.svg');
  25. }
  26. .alert-notify-emails {
  27. width: 400px;
  28. border-right: 1px solid @black;
  29. }
  30. .alert-notify-emails .bootstrap-tagsinput {
  31. width: 394px; // offset for 8px left padding and border width
  32. }
  33. .alert-notify-emails .bootstrap-tagsinput input {
  34. border: 0;
  35. }