Show all apps inactive and blurred in the background of the appstore login form
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user