mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-05 07:01:30 +00: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:
parent
f5dd5dd126
commit
c9a3c6c7fd
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user