From 4766a5a4272f563b080c408f5b8519c0603f0799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 18 Feb 2020 22:26:03 +0100 Subject: [PATCH] Remove unused userlist table styles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/settings/css/settings.scss | 84 --------------------------------- 1 file changed, 84 deletions(-) diff --git a/apps/settings/css/settings.scss b/apps/settings/css/settings.scss index bd6446ad16..9ba3f01e5e 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;