diff options
author | Go MAEDA <maeda@farend.jp> | 2020-06-11 13:47:13 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-06-11 13:47:13 +0000 |
commit | 11ba2e2f010dc65f9cc6704a222f7c2220b3b4bf (patch) | |
tree | 532702b06003d7b6a1d5b47e941f0715d698918a | |
parent | 9a30d3c2036e2096ba8b9dbcae7e5217c387af5c (diff) | |
download | redmine-11ba2e2f010dc65f9cc6704a222f7c2220b3b4bf.tar.gz redmine-11ba2e2f010dc65f9cc6704a222f7c2220b3b4bf.zip |
Merged r19815 from trunk to 4.1-stable (#33563).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19816 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index fa0c92375..2643b48be 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -460,7 +460,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; |