nextcloud/apps/oauth2/css/setting-admin.css
Bjoern Schiessle bb19b37097
hide client secret by default
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-05-18 20:49:07 +02:00

6 lines
82 B
CSS

.show-oauth-credentials {
padding-left: 10px;
opacity: 0.3;
cursor: pointer;
}