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
614 B

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