mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 09:59:46 +00:00
cc1686dba9
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
8 lines
153 B
CSS
8 lines
153 B
CSS
/**
|
|
* SPDX-FileCopyrightText: 2015 ownCloud, Inc.
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
#encryptionAPI input[type=password] {
|
|
width: 300px;
|
|
}
|