Skip to content
Snippets Groups Projects
Commit d0b6689c authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #4130 from owncloud/ie-show-password

deactivate show password toggle for IE
parents fb628353 35fc149e
Branches
No related tags found
No related merge requests found
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment