diff --git a/client/src/app/core/ui-services/theme.service.ts b/client/src/app/core/ui-services/theme.service.ts
index fabf3b125..5f48621ca 100644
--- a/client/src/app/core/ui-services/theme.service.ts
+++ b/client/src/app/core/ui-services/theme.service.ts
@@ -12,7 +12,7 @@ export class ThemeService {
/**
* Constant, that describes the default theme class.
*/
- public static DEFAULT_THEME = 'openslides-theme';
+ public static DEFAULT_THEME = 'openslides-default-light-theme';
/**
* Constant path of the logo with dark colors for bright themes.
@@ -54,7 +54,7 @@ export class ThemeService {
this.currentTheme = theme;
const classList = document.getElementsByTagName('body')[0].classList; // Get the classlist of the body.
- const toRemove = Array.from(classList).filter((item: string) => item.includes('theme'));
+ const toRemove = Array.from(classList).filter((item: string) => item.includes('-theme'));
if (toRemove.length) {
classList.remove(...toRemove); // Remove all old themes.
}
diff --git a/client/src/app/shared/components/jitsi/jitsi.component.html b/client/src/app/shared/components/jitsi/jitsi.component.html
index 50fb2af0b..d15c86d86 100644
--- a/client/src/app/shared/components/jitsi/jitsi.component.html
+++ b/client/src/app/shared/components/jitsi/jitsi.component.html
@@ -5,7 +5,7 @@
no_meeting_room
diff --git a/client/src/app/shared/components/media-upload-content/media-upload-content.component.html b/client/src/app/shared/components/media-upload-content/media-upload-content.component.html
index 63bb23f0f..9780162be 100644
--- a/client/src/app/shared/components/media-upload-content/media-upload-content.component.html
+++ b/client/src/app/shared/components/media-upload-content/media-upload-content.component.html
@@ -115,7 +115,7 @@
type="button"
mat-raised-button
(click)="onUploadButton()"
- color="primary"
+ color="accent"
[disabled]="uploadList.data.length === 0"
>
{{ 'Upload' | translate }}
diff --git a/client/src/app/shared/components/projection-dialog/projection-dialog.component.html b/client/src/app/shared/components/projection-dialog/projection-dialog.component.html
index f57c08522..98c1eb9e6 100644
--- a/client/src/app/shared/components/projection-dialog/projection-dialog.component.html
+++ b/client/src/app/shared/components/projection-dialog/projection-dialog.component.html
@@ -45,7 +45,7 @@
-
+
diff --git a/client/src/app/shared/components/user-menu/user-menu.component.html b/client/src/app/shared/components/user-menu/user-menu.component.html
index e728905b4..6d630beef 100644
--- a/client/src/app/shared/components/user-menu/user-menu.component.html
+++ b/client/src/app/shared/components/user-menu/user-menu.component.html
@@ -17,7 +17,7 @@
(click)="toggleUserIsPresent()"
*ngIf="allowSelfSetPresent"
>
-