mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-08 16:41:31 +00:00
File selection buttons are not fully displayed with Google Chrome in some language (#33563).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20031 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
96ac5e5281
commit
08dd2827d6
@ -479,7 +479,7 @@ select {
|
||||
background-position: calc(100% - 7px) 50%;
|
||||
padding-right: 20px;
|
||||
}
|
||||
input[type="file"] {border: 0; padding-left: 0; padding-right: 0; background-color: initial; }
|
||||
input[type="file"] {border: 0; padding-left: 0; padding-right: 0; height: initial; background-color: initial; }
|
||||
input[type="submit"], button[type="submit"] {
|
||||
-webkit-appearance: button;
|
||||
cursor: pointer;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user