diff options
-rw-r--r-- | web/cobrands/zurich/base.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss index 8111f2726..f6ae53c2d 100644 --- a/web/cobrands/zurich/base.scss +++ b/web/cobrands/zurich/base.scss @@ -106,3 +106,9 @@ h4.static-with-rule { padding-left: 0.8em; padding-right: 0.8em; } + +input[type=file] { + margin: 0; + padding: 0; + border: none; +} |