From 04903666d1921a185f7f316723390903dc63a16b Mon Sep 17 00:00:00 2001 From: stianst Date: Tue, 18 Feb 2020 20:19:15 +0100 Subject: [PATCH] KEYCLOAK-12597 Fix admin console with base theme --- themes/src/main/resources/theme/base/admin/theme.properties | 1 + themes/src/main/resources/theme/keycloak/admin/theme.properties | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100755 themes/src/main/resources/theme/base/admin/theme.properties diff --git a/themes/src/main/resources/theme/base/admin/theme.properties b/themes/src/main/resources/theme/base/admin/theme.properties new file mode 100755 index 0000000000..5eb8ef9e03 --- /dev/null +++ b/themes/src/main/resources/theme/base/admin/theme.properties @@ -0,0 +1 @@ +import=common/keycloak \ No newline at end of file diff --git a/themes/src/main/resources/theme/keycloak/admin/theme.properties b/themes/src/main/resources/theme/keycloak/admin/theme.properties index 24792d7203..7b979af6ef 100755 --- a/themes/src/main/resources/theme/keycloak/admin/theme.properties +++ b/themes/src/main/resources/theme/keycloak/admin/theme.properties @@ -1,3 +1,2 @@ parent=base -import=common/keycloak styles=node_modules/patternfly/dist/css/patternfly.min.css node_modules/patternfly/dist/css/patternfly-additions.min.css node_modules/select2/select2.css css/styles.css lib/angular/treeview/css/angular.treeview.css node_modules/text-security/dist/text-security.css \ No newline at end of file