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

github.com/nextcloud/strengthify.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <morris.jobke@gmail.com>2013-09-04 18:01:54 +0400
committerMorris Jobke <morris.jobke@gmail.com>2013-09-04 18:01:54 +0400
commit9d00e912ef9c5f44c0581dfdad6ba5c923ae2ff5 (patch)
tree6ba9e102e97dc31d7c0957226632fdd633511a66 /strengthify.css
parent19169f3057bf03b5ba7a592c16dd71cfb3068218 (diff)
version 0.30.3
Diffstat (limited to 'strengthify.css')
-rw-r--r--strengthify.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/strengthify.css b/strengthify.css
index 06f3d5a..9340270 100644
--- a/strengthify.css
+++ b/strengthify.css
@@ -1,11 +1,20 @@
/**
* Strengthify - show the weakness of a password (uses zxcvbn for this)
* https://github.com/kabum/strengthify
- * Version: 0.1 *
+ * Version: 0.3
* License: The MIT License (MIT)
* Copyright (c) 2013 Morris Jobke <morris.jobke@gmail.com>
*/
+.strengthify-wrapper > * {
+ -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
+ filter: alpha(opacity=0);
+ opacity: 0;
+ -webkit-transition:all .5s ease-in-out;
+ -moz-transition:all .5s ease-in-out;
+ transition:all .5s ease-in-out;
+}
+
.strengthify-bg, .strengthify-container, .strengthify-wrapper, .strengthify-separator {
height: 3px;
}
@@ -36,4 +45,4 @@
}
.password-good {
background-color: #3C3;
-}
+} \ No newline at end of file