diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2017-04-26 10:03:21 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-04-28 23:41:36 -0300 |
commit | 06265fe77028c9d04f00e411d1a43bf2718052e4 (patch) | |
tree | 754dbe633f5657d8d322fce1da7876dad720b991 /settings/css | |
parent | 2a07ec8e2198985f25641289f0b4d8b2bb76ed28 (diff) | |
download | nextcloud-server-06265fe77028c9d04f00e411d1a43bf2718052e4.tar.gz nextcloud-server-06265fe77028c9d04f00e411d1a43bf2718052e4.zip |
make use of verification buttons
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 29bcc8a37c3..597b5f4490b 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -144,7 +144,7 @@ input#openid, input#webdav { width:20em; } padding-top: 10px; } -#personal-settings-container .verify:hover { +#personal-settings-container .verify-action { cursor: pointer; } |