improve BTCPay server down detection and handling

This commit is contained in:
2022-02-22 14:04:38 -06:00
parent 2f9d941796
commit 32cb14f979
6 changed files with 52 additions and 20 deletions

View File

@ -50,6 +50,19 @@ a:hover, a:active, a:visited {
border-color: rgb(8, 173, 137);
}
.error {
color: rgb(173, 74, 8);
font-weight: bold;
border: 1px dashed rgb(173, 74, 8);
border-radius: 0.5em;
padding: 1em;
}
.disabled {
color: #585a5c;
}
.display-none {
display: none;
}