]> source.dussan.org Git - redmine.git/commitdiff
File selection buttons are not fully displayed with Google Chrome in some language...
authorGo MAEDA <maeda@farend.jp>
Thu, 11 Jun 2020 13:45:16 +0000 (13:45 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 11 Jun 2020 13:45:16 +0000 (13:45 +0000)
Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@19815 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index bf1c21accf0dfc32a8f83d2414c30322e0e3cdd2..27d6ec84b945b704f86c7ff9d13677e130b1e7de 100644 (file)
@@ -464,7 +464,7 @@ div.square {
 .splitcontenttop {flex: 2; flex-basis: 100%;}
 
 form {display: inline;}
-input, select, button {vertical-align: middle; margin-top: 1px; margin-bottom: 1px; height: 24px; padding: 0 7px;}
+input:not([type="file"]), select, button {vertical-align: middle; margin-top: 1px; margin-bottom: 1px; height: 24px; padding: 0 7px;}
 input, select, textarea, button { color: #333; background-color: #fff; border:1px solid #ccc; border-radius:3px; box-sizing: border-box;}
 select {
   -webkit-appearance: none;