forked from MapComplete/MapComplete
Extract variables from html, add black theme to surveillance cameras, use svgs directly in the frontend
This commit is contained in:
parent
3183dec830
commit
3fdb84e481
26 changed files with 402 additions and 152 deletions
|
@ -27,7 +27,8 @@ export class FullScreenMessageBox extends UIElement {
|
|||
"overflow-y: auto;" +
|
||||
"max-width:100vw;" +
|
||||
"overflow-x:hidden;" +
|
||||
"background:white;"
|
||||
"background:var(--background-color);" +
|
||||
"color: var(--foreground-color);"
|
||||
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue