improve BTCPay server down detection and handling
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user