mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user