Fix unintended background color for fields input[type="file"]. (#31147).

Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@18186 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2019-05-21 15:20:23 +00:00
parent f5dd5dd126
commit c9a3c6c7fd

View File

@@ -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;