diff --git a/forms/common-themes/src/main/resources/theme/account/patternfly/resources/css/account.css b/forms/common-themes/src/main/resources/theme/account/patternfly/resources/css/account.css
index bfd13a11f6..07762b07be 100644
--- a/forms/common-themes/src/main/resources/theme/account/patternfly/resources/css/account.css
+++ b/forms/common-themes/src/main/resources/theme/account/patternfly/resources/css/account.css
@@ -91,7 +91,7 @@ header .navbar {
background-color: #c7e5f0;
border-color: #56bae0;
font-weight: bold;
- background-image: url(../img/icon-sidebar-active.svg);
+ background-image: url(../img/icon-sidebar-active.png);
background-repeat: no-repeat;
background-position: right center;
}
diff --git a/forms/common-themes/src/main/resources/theme/account/patternfly/resources/img/icon-sidebar-active.png b/forms/common-themes/src/main/resources/theme/account/patternfly/resources/img/icon-sidebar-active.png
new file mode 100644
index 0000000000..e7b9b08283
Binary files /dev/null and b/forms/common-themes/src/main/resources/theme/account/patternfly/resources/img/icon-sidebar-active.png differ
diff --git a/forms/common-themes/src/main/resources/theme/admin/keycloak/resources/css/admin-console.css b/forms/common-themes/src/main/resources/theme/admin/keycloak/resources/css/admin-console.css
index d567eedb97..978fe0998b 100644
--- a/forms/common-themes/src/main/resources/theme/admin/keycloak/resources/css/admin-console.css
+++ b/forms/common-themes/src/main/resources/theme/admin/keycloak/resources/css/admin-console.css
@@ -310,7 +310,7 @@ form .btn + .btn {
background-color: #c7e5f0;
border-color: #56bae0;
font-weight: bold;
- background-image: url(../img/icon-sidebar-active.svg);
+ background-image: url(../img/icon-sidebar-active.png);
background-repeat: no-repeat;
background-position: right center;
}
@@ -522,7 +522,7 @@ legend .kc-icon-collapse {
.header .navbar-primary li > .select-kc {
background-color: #555A5E;
- background-image: url("../img/sprite-arrow-down.svg");
+ background-image: url("../img/sprite-arrow-down.png");
background-position: right -26px;
background-repeat: no-repeat;
border: 1px solid #676C6E;
diff --git a/forms/common-themes/src/main/resources/theme/admin/keycloak/resources/img/icon-sidebar-active.svg b/forms/common-themes/src/main/resources/theme/admin/keycloak/resources/img/icon-sidebar-active.svg
deleted file mode 100644
index 3b7539db51..0000000000
--- a/forms/common-themes/src/main/resources/theme/admin/keycloak/resources/img/icon-sidebar-active.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
diff --git a/forms/common-themes/src/main/resources/theme/admin/keycloak/resources/img/sprite-arrow-down.svg b/forms/common-themes/src/main/resources/theme/admin/keycloak/resources/img/sprite-arrow-down.svg
deleted file mode 100644
index 87c4cda27f..0000000000
--- a/forms/common-themes/src/main/resources/theme/admin/keycloak/resources/img/sprite-arrow-down.svg
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
diff --git a/forms/common-themes/src/main/resources/theme/admin/keycloak/resources/img/sprites-white.svg b/forms/common-themes/src/main/resources/theme/admin/keycloak/resources/img/sprites-white.svg
deleted file mode 100755
index 294c7c54bc..0000000000
--- a/forms/common-themes/src/main/resources/theme/admin/keycloak/resources/img/sprites-white.svg
+++ /dev/null
@@ -1,1328 +0,0 @@
-
-
-
-
diff --git a/forms/common-themes/src/main/resources/theme/admin/patternfly/resources/css/styles.css b/forms/common-themes/src/main/resources/theme/admin/patternfly/resources/css/styles.css
index 726012a200..df98e10e71 100644
--- a/forms/common-themes/src/main/resources/theme/admin/patternfly/resources/css/styles.css
+++ b/forms/common-themes/src/main/resources/theme/admin/patternfly/resources/css/styles.css
@@ -1,6 +1,2 @@
@import url("../lib/patternfly/css/patternfly.css");
-@import url("../lib/select2-3.4.1/select2.css");
-
-@import url("admin-console.css");
-@import url("tables.css");
-@import url("sprites.css");
+@import url("../lib/select2-3.4.1/select2.css");
\ No newline at end of file