mirror of https://github.com/gophish/gophish
Fix issue when tabbing to file input button
Previously when tabbing to a file input button the button text would disappear. This ensures text remains viewable when tabbing to button.pull/192/head
parent
d04c562d7e
commit
7130b7a249
|
@ -154,7 +154,6 @@
|
|||
right: 0;
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
font-size: 999px;
|
||||
text-align: right;
|
||||
filter: alpha(opacity=0);
|
||||
opacity: 0;
|
||||
|
|
Loading…
Reference in New Issue