diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-02-18 22:26:03 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-02-18 22:26:03 +0100 |
commit | 4766a5a4272f563b080c408f5b8519c0603f0799 (patch) | |
tree | a092f4b0f571281561db9d1fa9be05774372c4b3 /apps/settings/css/settings.scss | |
parent | a1fc233fcb30d9181415ad24a4141f0285b6899a (diff) | |
download | nextcloud-server-4766a5a4272f563b080c408f5b8519c0603f0799.tar.gz nextcloud-server-4766a5a4272f563b080c408f5b8519c0603f0799.zip |
Remove unused userlist table styles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/settings/css/settings.scss')
-rw-r--r-- | apps/settings/css/settings.scss | 84 |
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; |