Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Szabo <roger.szabo@web.de>2017-06-22 10:53:11 +0300
committerRoger Szabo <roger.szabo@web.de>2017-06-22 10:53:11 +0300
commit1d8e73b10843d60789010008902017530f8b2121 (patch)
treee52926cd2a660f456d822677701dbecd13bef995 /apps/user_ldap/css
parent0fcbc0954c4749c7540e1bd13f1764640121d4ea (diff)
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.css5
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;
+}