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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornacho <nacho@ownyourbits.com>2018-12-30 00:27:01 +0300
committernachoparker <nacho@ownyourbits.com>2019-01-05 04:14:53 +0300
commitbc0271e359749aadc9c782cab8b7dddf41220b3b (patch)
tree357ecdffcf486c1efbbecf7b9232aa508b38bda3 /ncp-web/css
parent363f9681642b4e0b91ae675c1e36a4631c2318ee (diff)
add password reveal button + version fix
Diffstat (limited to 'ncp-web/css')
-rw-r--r--ncp-web/css/ncp.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/ncp-web/css/ncp.css b/ncp-web/css/ncp.css
index bfd2a1cb..87fa4808 100644
--- a/ncp-web/css/ncp.css
+++ b/ncp-web/css/ncp.css
@@ -1064,7 +1064,7 @@ select {
margin: 0 auto;
}
-.table-wrapper input[type='text'] {
+.table-wrapper input[type='text'], .table-wrapper input[type='password'] {
width: 100%;
}
@@ -1336,3 +1336,7 @@ a#versionlink:hover {
border: none;
color: white;
}
+
+.pwd-btn {
+ cursor: pointer;
+}