nextcloud/apps/settings
Daniel Calviño Sánchez 30733d020d Remove no longer needed CSS rules
Since Nextcloud 22 the "#new-user" rules had no effect, as the DOM
structure changed to show a dialog rather than adding a row on top of
the list when adding new users.

Similarly, the z-index was no longer needed, as there will be no
"new-user" row that could overlap. Moreover, the z-index was set even
higher (100) in another rule still active.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-12-09 06:58:07 +01:00
..
appinfo Add scheduling availability settings 2021-10-18 20:21:51 +02:00
composer Update to composer 2.1.11 2021-11-04 12:30:11 +01:00
css Remove no longer needed CSS rules 2021-12-09 06:58:07 +01:00
data Fix duplicate sentence in 'Reasons to use Nextcloud.pdf' 2020-09-15 11:12:23 +02:00
img Move settings to an app 2019-09-28 09:39:28 +00:00
js Fix input for groups validation in new user form 2021-12-09 06:58:07 +01:00
l10n [tx-robot] updated from transifex 2021-11-10 02:24:27 +00:00
lib Make sure trusted_proxies is an array 2021-11-09 15:13:24 +01:00
src Fix input for groups validation in new user form 2021-12-09 06:58:07 +01:00
templates Nextcloud Hub II 2021-11-26 17:17:03 +01:00
tests ArgumentCountError: Too few arguments to function OCA\Settings\Controller\CheckSetupController::__construct() 2021-11-09 15:13:24 +01:00
.editorconfig Move settings to an app 2019-09-28 09:39:28 +00:00
.gitignore Move settings to an app 2019-09-28 09:39:28 +00:00
.l10nignore Update .l10nignore for apps to exclude bundled JS files 2020-09-15 12:28:43 +02:00
webpack.js Add admin privilege delegation for admin settings 2021-09-29 21:43:31 +02:00