From b9d6c8f8bb6478bfa9c98bac78213cfda05bbb23 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 13 Mar 2018 10:50:03 +0100 Subject: [PATCH] Show all apps inactive and blurred in the background of the appstore login form --- webadmin/src/theme.scss | 20 ++++-- webadmin/src/views/appstore.html | 110 +++++++++++++++---------------- 2 files changed, 71 insertions(+), 59 deletions(-) diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss index 3def38540..5dcbd6a4b 100644 --- a/webadmin/src/theme.scss +++ b/webadmin/src/theme.scss @@ -144,13 +144,22 @@ html, body { box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); } -.highlight { +.blurred { + filter: blur(2px); } -.highlight:hover { - background-color: rgba(0, 0, 0, 0.1) !important; +.passive { + pointer-events: none; + user-select: none; } +.highlight { + &:hover { + background-color: rgba(0, 0, 0, 0.1) !important; + } +} + + .content { width: 100%; max-width: 720px; @@ -337,7 +346,10 @@ multiselect { // ---------------------------- .appstore-login { - margin-top: 50px !important; + position: fixed; + margin: 50px auto !important; + left: 0; + right: 0; h1 { font-size: 32px; diff --git a/webadmin/src/views/appstore.html b/webadmin/src/views/appstore.html index ac6416a6b..4970cef50 100644 --- a/webadmin/src/views/appstore.html +++ b/webadmin/src/views/appstore.html @@ -185,6 +185,61 @@

+
+ +
+
+
+
+ Testing + Pending Approval +
+ +
+
+

{{ app.manifest.title }}

+ + +
+
+
+
+
+ +
+
@@ -239,58 +294,3 @@
- -
- -
-
-
-
- Testing - Pending Approval -
- -
-
-

{{ app.manifest.title }}

- - -
-
-
-
-
- -