Skip to content

Commit

Permalink
Fix unintended background color for fields input[type="file"]. (#31147).
Browse files Browse the repository at this point in the history
Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@18186 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
vividtone committed May 21, 2019
1 parent f5dd5dd commit c9a3c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/stylesheets/application.css
Expand Up @@ -464,7 +464,7 @@ select {
background-position: calc(100% - 7px) 50%;
padding-right: 20px;
}
input[type="file"] {border: 0; padding-left: 0; padding-right: 0;}
input[type="file"] {border: 0; padding-left: 0; padding-right: 0; background-color: initial; }
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
Expand Down

0 comments on commit c9a3c6c

Please sign in to comment.