diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss index 5dcbd6a4b..3def38540 100644 --- a/webadmin/src/theme.scss +++ b/webadmin/src/theme.scss @@ -144,21 +144,12 @@ html, body { box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); } -.blurred { - filter: blur(2px); -} - -.passive { - pointer-events: none; - user-select: none; -} - .highlight { - &:hover { - background-color: rgba(0, 0, 0, 0.1) !important; - } } +.highlight:hover { + background-color: rgba(0, 0, 0, 0.1) !important; +} .content { width: 100%; @@ -346,10 +337,7 @@ multiselect { // ---------------------------- .appstore-login { - position: fixed; - margin: 50px auto !important; - left: 0; - right: 0; + margin-top: 50px !important; h1 { font-size: 32px; diff --git a/webadmin/src/views/appstore.html b/webadmin/src/views/appstore.html index 2da4d2a6e..7a7e56bbf 100644 --- a/webadmin/src/views/appstore.html +++ b/webadmin/src/views/appstore.html @@ -185,61 +185,6 @@