Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/css/settings.scss')
-rw-r--r--apps/settings/css/settings.scss22
1 files changed, 1 insertions, 21 deletions
diff --git a/apps/settings/css/settings.scss b/apps/settings/css/settings.scss
index 53a9a28c080..255afdf2165 100644
--- a/apps/settings/css/settings.scss
+++ b/apps/settings/css/settings.scss
@@ -1549,8 +1549,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
}
/* various */
- &#grid-header,
- &#new-user {
+ &#grid-header {
@include position('sticky');
align-self: normal;
background-color: var(--color-main-background);
@@ -1560,29 +1559,10 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
&.sticky {
box-shadow: 0 -2px 10px 1px var(--color-box-shadow);
}
-
- /* fake input for groups validation */
- input#newgroups {
- position: absolute;
- opacity: 0;
- width: 80% !important;
- margin: 0 10%;
- z-index: 0;
- }
- }
-
- // separate prop to set initial value to top: 50px
- &#new-user {
- height: 120px;
-
- .row {
- padding-top: 50px;
- }
}
&#grid-header {
color: var(--color-text-maxcontrast);
- z-index: 60; /* above new-user */
border-bottom-width: thin;
#headerDisplayName,