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 @@