ui: Chart API update

- Updated with a new default Chart API Key
- Implemented Chart error handling
This commit is contained in:
gerlofvanek
2023-12-22 13:26:29 +01:00
parent fb48797298
commit d6ed5ba24c
4 changed files with 77 additions and 23 deletions

View File

@@ -96,6 +96,17 @@
display: block;
}
.blurred {
filter: blur(4px);
pointer-events: none;
user-select: none;
}
.error-overlay.non-blurred {
filter: none;
pointer-events: auto;
user-select: auto;
}
/* Disable opacity on disabled form elements in Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {