diff options
author | Roger Szabo <roger.szabo@web.de> | 2017-06-22 15:53:11 +0800 |
---|---|---|
committer | Roger Szabo <roger.szabo@web.de> | 2017-06-22 15:53:11 +0800 |
commit | 1d8e73b10843d60789010008902017530f8b2121 (patch) | |
tree | e52926cd2a660f456d822677701dbecd13bef995 /apps/user_ldap/css | |
parent | 0fcbc0954c4749c7540e1bd13f1764640121d4ea (diff) | |
download | nextcloud-server-1d8e73b10843d60789010008902017530f8b2121.tar.gz nextcloud-server-1d8e73b10843d60789010008902017530f8b2121.zip |
css for button adjustment for nc12
Signed-off-by: Roger Szabo <roger.szabo@web.de>
Diffstat (limited to 'apps/user_ldap/css')
-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; +} |