You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
623 B

  1. .webhook-header .error {
  2. border-color: #a94442;
  3. }
  4. #add-webhook-form div.bootstrap-select {
  5. width: 100px;
  6. }
  7. .method-url-group {
  8. display: flex;
  9. }
  10. .method-url-group > div.dropdown button {
  11. border-right: 0;
  12. border-top-right-radius: 0;
  13. border-bottom-right-radius: 0;
  14. }
  15. .method-url-group input {
  16. z-index: 1;
  17. border-top-left-radius: 0;
  18. border-bottom-left-radius: 0;
  19. }
  20. #webhook-variables tr:first-child th, #webhook-variables tr:first-child td {
  21. border-top: 0;
  22. }
  23. #webhook-variables th {
  24. white-space: nowrap;
  25. }
  26. .label-down {
  27. color: #d9534f;
  28. }
  29. .label-up {
  30. color: #5cb85c
  31. }