mirror of
https://github.com/nextcloud/server.git
synced 2026-03-27 12:54:24 -04:00
deactivate show password toggle for IE
This commit is contained in:
parent
ae82f7fd17
commit
35fc149ef0
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue