]> source.dussan.org Git - nextcloud-server.git/commitdiff
deactivate show password toggle for IE
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 19 Jul 2013 13:17:28 +0000 (15:17 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 19 Jul 2013 13:17:28 +0000 (15:17 +0200)
core/css/styles.css

index ca2d082eb32fef27e26ffbb7886d3aaa9e93242f..7d927da151c615ffd387f649a0ba6d8eb76260f5 100644 (file)
@@ -673,7 +673,16 @@ button.loading {
 
 
 
+
+
 /* ---- BROWSER-SPECIFIC FIXES ---- */
+
 ::-moz-focus-inner {
        border: 0; /* remove dotted outlines in Firefox */
 }
+
+/* deactivate show password toggle for IE. Does not work for 8 and 9+ have their own implementation. */
+.ie #show, .ie #show+label {
+       display: none;
+       visibility: hidden;
+}