diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss
index edb7fb88e..7cff3b565 100644
--- a/webadmin/src/theme.scss
+++ b/webadmin/src/theme.scss
@@ -206,6 +206,31 @@ html {
font-size: 18px;
}
+.appstore-category-missing {
+ padding: 10px;
+ background-color: white;
+
+ p {
+ font-weight: bold;
+ }
+
+ textarea {
+ display: block;
+ width: 100%;
+ height: 50px;
+ margin-bottom: 10px;
+ transition: all 250ms ease-out;
+
+ &:focus {
+ height: 200px;
+ }
+ }
+
+ button {
+ width: 100%;
+ }
+}
+
.appstore-install-description {
max-height: 250px;
overflow-x: none;
diff --git a/webadmin/src/views/appstore.html b/webadmin/src/views/appstore.html
index 713ac7750..ffdc980f8 100644
--- a/webadmin/src/views/appstore.html
+++ b/webadmin/src/views/appstore.html
@@ -98,6 +98,24 @@
Wiki
Testing
+
+
+
+