fixing bugs in btcpay server down detection

This commit is contained in:
2022-02-22 14:17:40 -06:00
parent 32cb14f979
commit 6c57e45cdd
4 changed files with 14 additions and 12 deletions

View File

@ -53,9 +53,6 @@ a:hover, a:active, a:visited {
.error {
color: rgb(173, 74, 8);
font-weight: bold;
border: 1px dashed rgb(173, 74, 8);
border-radius: 0.5em;
padding: 1em;
}
.disabled {