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
path: root/apps
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-02-19 00:26:03 +0300
committerJulius Härtl <jus@bitgrid.net>2020-02-19 00:26:03 +0300
commit4766a5a4272f563b080c408f5b8519c0603f0799 (patch)
treea092f4b0f571281561db9d1fa9be05774372c4b3 /apps
parenta1fc233fcb30d9181415ad24a4141f0285b6899a (diff)
Remove unused userlist table styles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps')
-rw-r--r--apps/settings/css/settings.scss84
1 files changed, 0 insertions, 84 deletions
diff --git a/apps/settings/css/settings.scss b/apps/settings/css/settings.scss
index bd6446ad165..9ba3f01e5e3 100644
--- a/apps/settings/css/settings.scss
+++ b/apps/settings/css/settings.scss
@@ -606,90 +606,6 @@ span.usersLastLoginTooltip {
white-space: nowrap;
}
-/* dropdowns will be relative to this element */
-#userlist {
- position: relative;
-
- .storageLocation, .userBackend, .lastLogin {
- display: none;
- }
-
- th.name {
- color: #000;
- }
-
- tr {
- height: 50px;
- }
-
- .mailAddress .loading-small {
- width: 16px;
- height: 16px;
- margin-left: -26px;
- position: relative;
- top: 3px;
- }
-
- .groupsListContainer.hidden {
- display: none;
- }
-
- thead th,
- thead tr {
- z-index: 100;
- background-color: var(--color-main-background);
- @include position('sticky');
- // positional attribute is required for position to take affect.
- top: 0;
- }
-}
-
-#newuser {
- .groupsListContainer.hidden {
- display: none;
- }
-
- .multiselect {
- min-width: 150px !important;
- position: relative;
- top: -1px;
- }
-
- input {
- &:not([type='submit']),
- &:not([type='reset']) {
- width: 100%;
- }
- }
-
- .userActions {
- position: sticky;
- right: 60px;
- z-index: 20;
- }
-
- .userActions input {
- width: 44px;
- height: 44px;
-
- &.icon-close {
- border: none;
- background-color: initial;
- opacity: .5;
- }
-
- &:hover {
- opacity: 1;
- }
- }
-}
-
-/* used to highlight a user row in red */
-
-#userlist tr.row-warning {
- background-color: #FDD;
-}
-
/* APPS */
#app-content > svg.app-filter {
float: left;