diff options
author | Roger Szabo <roger.szabo@web.de> | 2017-06-22 15:53:11 +0800 |
---|---|---|
committer | Roger Szabo <roger.szabo@web.de> | 2017-07-10 15:16:55 +0800 |
commit | b7257388707e3820a60b30763ab4573b92273536 (patch) | |
tree | bf52751eaffaa839ec716e30313c1f735f7c0c78 | |
parent | 3e7a49e0096a7bc89b5dd9f65738f059248af022 (diff) | |
download | nextcloud-server-b7257388707e3820a60b30763ab4573b92273536.tar.gz nextcloud-server-b7257388707e3820a60b30763ab4573b92273536.zip |
css for button adjustment for nc12
Signed-off-by: Roger Szabo <roger.szabo@web.de>
-rw-r--r-- | apps/user_ldap/css/renewPassword.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/user_ldap/css/renewPassword.css b/apps/user_ldap/css/renewPassword.css index a06a101efe5..03fe2bccd88 100644 --- a/apps/user_ldap/css/renewPassword.css +++ b/apps/user_ldap/css/renewPassword.css @@ -18,3 +18,8 @@ #renewpassword .title { background-color: transparent; } + +input.primary, +button.primary { + background-color: #00a2e9 !important; +} |