0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-07 22:25:35 +00:00
healthchecks_healthchecks/static/css/add_webhook.css
Pēteris Caune d054970b02
Webhooks support PUT method.
.Webhooks can have different request bodies and headers for "up" and "events".
2019-05-28 14:25:29 +03:00

40 lines
No EOL
623 B
CSS

.webhook-header .error {
border-color: #a94442;
}
#add-webhook-form div.bootstrap-select {
width: 100px;
}
.method-url-group {
display: flex;
}
.method-url-group > div.dropdown button {
border-right: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.method-url-group input {
z-index: 1;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
#webhook-variables tr:first-child th, #webhook-variables tr:first-child td {
border-top: 0;
}
#webhook-variables th {
white-space: nowrap;
}
.label-down {
color: #d9534f;
}
.label-up {
color: #5cb85c
}